Tag Archives: php

IUSR for PHP on IIS

If you are trying to give access to web users for write permissions on upload or cache folders on a PHP project hosted with Windows IIS, then you better add the IUSR account to have permissions. .NET seems to operate … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Pear with IIS

Installing PEAR with IIS easier than it seems when things dont at first work http://code.rawlinson.us/2012/02/install-php-pear-on-windows-7.html

Posted in Uncategorized | Tagged , , | Leave a comment

Xdebug for PHP

Have been playing around with xDebug for php to help me do some debugging on the site. Still havent found out how to use it proerly, but have started with this command as an example xdebug_print_function_stack ();

Posted in Uncategorized | Tagged , | Leave a comment