Known Issues with PHP6 on Windows?

php.internals

Jeremy Privett

19 years ago
Hey everyone, I was just curious if there were any known issues with the PHP6 builds on Windows. I've been trying to set a build up in my local environment and Apache keeps throwing this error at me: Syntax error on line 173 of C:/Apache2/conf/httpd.conf: Can't locate API module structure `php6_module' in file C:/php6/php6apache2.dll: No error Thanks.
-- Jeremy C. Privett Chief Operating Officer Zend Certified Engineer Completely Unique jprivett@completelyunique.com Phone: 303.459.4819 Mobile: 303.883.0312 Fax: 303.459.4821 Web: www.completelyunique.com This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies. Your compliance is appreciated.

Antony Dovgal

19 years ago
On 02/07/2007 08:08 AM, Jeremy Privett wrote:
> Hey everyone, > > I was just curious if there were any known issues with the PHP6 builds > on Windows. I've been trying to set a build up in my local environment > and Apache keeps throwing this error at me: > > Syntax error on line 173 of C:/Apache2/conf/httpd.conf: Can't locate API > module structure `php6_module' in file C:/php6/php6apache2.dll: No error
It's still php5_module. But this should be changed in the next snapshot.
-- Wbr, Antony Dovgal

Jeremy Privett

19 years ago
Antony Dovgal wrote:
> On 02/07/2007 08:08 AM, Jeremy Privett wrote: >> Hey everyone, >> >> I was just curious if there were any known issues with the PHP6 >> builds on Windows. I've been trying to set a build up in my local >> environment and Apache keeps throwing this error at me: >> >> Syntax error on line 173 of C:/Apache2/conf/httpd.conf: Can't locate >> API module structure `php6_module' in file C:/php6/php6apache2.dll: >> No error > > It's still php5_module. > But this should be changed in the next snapshot. >
Perfect, that fixed it. Thanks.
-- Jeremy C. Privett Chief Operating Officer Zend Certified Engineer Completely Unique jprivett@completelyunique.com Phone: 303.459.4819 Mobile: 303.883.0312 Fax: 303.459.4821 Web: www.completelyunique.com This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies. Your compliance is appreciated.