PHP 8.5.0 Beta 1 available for testing

Voting

: six minus two?
(Example: nine)

The Note You're Voting On

alvaro at demogracia dot com
18 years ago
About Apache 2.0 module:

For whatever reason, the Windows installer for PHP/5.2.3 tries to set the PHPIniDir directive using "\\" as directory separator:

PHPIniDir "C:\\Archivos de programa\\PHP\\"

It didn't work for me until I edited httpd.conf and replaced it with "/":

PHPIniDir "C:/Archivos de programa/PHP/"

<< Back to user notes page

To Top