i'm a PHP developer, and trying Webmatrix lately, I have successfully install PHP to IIS, and use it, it's pretty neat I say then, one time i hit this problem while
<?php echo "Hello World"; ?>
or
<? echo "Hello World"; ?>
works just fine, but
<?= "Hello World"; ?>
is not working at all, and i thought it was my mistake, then i start apache, and run it from there, and it works..
So, how to get to work? It work on apache, but not on IIS.. anyone having same problem?
I'm using PHP 5.3.8 + IIS 7.5 Express + Web Matrix
Thanks
Resolved
OK, I have resolve this problem, The answer is simple and annoying, I'm using Windows 7, the main problem is UAC, every time i save the php.ini, it's saved to the Virtual Store instead of the original location (because i dont use administrator right when editing) I tried to edit the php.ini under administrator right, and Boom! worked like a charm!
Thanks for your answer