-
Posted to
PHP Community
by
pierrejoye
on
10-14-2009, 5:03 AM
Added my reply here too for the record (see http://bugs.php.net/49870).
The installer does not support yet multiple install of PHP. It is one of the features we like to implement in a near future.
-
Posted to
PHP Community
by
pierrejoye
on
10-14-2009, 5:00 AM
See my comment in this bug, please use the Non Thread Safe version of PHP and the FastCGI interface with IIS, and see if this problem still happens.
-
Posted to
PHP Community
by
pierrejoye
on
10-09-2009, 7:48 PM
And be sure to use the NTS version of PHP (non thread safe).
Cheers,
-
Posted to
FastCGI Handler
by
pierrejoye
on
10-08-2009, 4:40 AM
FastCGI is the recommended SAPI, by PHP.net and Microsoft.
About your bug, it is hard to help without knowning what you do. Do you have a script to reproduce it? Or the function where it crashes?
-
Posted to
PHP Community
by
pierrejoye
on
10-07-2009, 2:47 PM
You can create one php.ini and define open_basedir per directory/host using the [PATH ...] directive.
5.3.1 will also have ACL support fully functional, which is basically way better than open_basedir as it uses windows native permissions system. You will then only need to use impersonate and use the right user for each ...
-
Posted to
PHP Community
by
pierrejoye
on
10-06-2009, 3:38 PM
There was a bug introduced in last 5.3.0 RC. It is now fixed in SVN, as I told you in the bug itself, please try a snapshot. You can fetch one from http://windows.php.net
-
Posted to
PHP Community
by
pierrejoye
on
09-28-2009, 5:12 PM
Please try a svn snapshot of 5.3.1 NTS. Thread safety is not necessary with FastCGI and it is actually more stable.
You can fetch a snapshot here on http://windows.php.net
-
Posted to
PHP Community
by
pierrejoye
on
09-26-2009, 4:11 AM
Please verify that all php.ini settings are still valid for the new setup. If the problem persists I would suggest to try a 5.3.1 snapshot, a possible in the fcgi could have caused this error (which is valid in many situations.
Snapshots can be fetched here:
http://windows.php.net/snapshots/
-
Posted to
PHP Community
by
pierrejoye
on
09-26-2009, 4:08 AM
Be sure to have the php directory in your PATH. The MsSql extensions require a DLL, ntwdblib.dll.
-
Posted to
Web Platform Installer
by
pierrejoye
on
09-24-2009, 3:48 PM
I would suggest to ask support in the eAccelarator channels. The WebPI uses a standard PHP, the exact same you can fetch from http://windows.php.net