From:             cazapata at parquesoft dot com
Operating system: Windows
PHP version:      4.4.7
PHP Bug Type:     Apache2 related
Bug description:  La versi贸n de PHP 4.4.7 con la versi贸n de Apache 2.2.4 no son 
compatible.

Description:
------------
Instal茅 la versi贸n 4.4.7 de PHP en mi port谩til Windows XP y la versi贸n
2.2.4 de Apache. Al tratar de arrancar apache, me sal铆a el siguiente error:


Syntax error on line 173 of C:/srv/www/conf/httpd.conf:
Cannot load C:/php/sapi/php4apache2.dll into server: No se puede encontrar
el m贸dulo especificado.

Despu茅s de colocar el php.ini en el directorio Windows, de copiar
php4ts.dll en el PATH del Apache, de tambien luego meterlo en el directorio
C:\php\sapi\ (incluso lo copie en el directorio windows y en el directorio
system de windows), de copiar las dll de PHP en el system32 de Windows
(incluso en el system), realice todas las combinaciones posibles moviendo
dll's, cambiando PATH, cambiando "\" por "/".
Conclu铆 que tal vez hay un problema en Apache o en PHP.Apache sin soporte
de PHP funciona bien.

La documentaci贸n no especifica problemas de incompatibilidad entre estas
dos versiones. Ninguna soluci贸n que busque en Internet me solucion贸 el
problema.

ASi que decid铆 devolverme a Apache 2.0.59 y deje mi PHP 4.4.7 y me todo
funcion贸 menos el phpinfo.

Encontr茅 que Apache 2.2.x y 2.0.x necesitan los m贸dulos compilados de
manera diferente. PHP trae m贸dulos compilados para Apache 1.x y 2.0.x, pero
se necesita de un m贸dulo compilado para 2.2.x. PHP 5.x lo trae, pero 4.x
NO. Por eso hay un problema de compatibilidad. PHP 4.x no funciona con
Apache 2.2.x, y no se menciona en ninguna documentaci贸n.


-- 
Edit bug report at http://bugs.php.net/?id=41928&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41928&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41928&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41928&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41928&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41928&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41928&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41928&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41928&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41928&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41928&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41928&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41928&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41928&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41928&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41928&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41928&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41928&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41928&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41928&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41928&r=mysqlcfg

Reply via email to