It's a nice mex file.
On my machine it's about 4 times faster than normcdf.
However ...
... there is (for the sake of speed) no error checkin: phi(nan) crashes Matlab (at least on my machine).
So I would prefer to use simply 0.5 * erfc(-z ./ sqrt(2)), which is as fast as phi, and much more robust.