ID: 12851 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: WinME PHP Version: 4.0.6 New Comment: Hello users of PHP, i got a notice of PHP over WinME WorkStation. You know the use of the PHP on Win9X system, is very easy. But the use of the PHP on the WinME it's NOT Ready, a first solution that problem is next: --------------------------------------------------- # for the apache module #Comment This LINE LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php4 --------------------------------------------------- The WinME system, send a error type,-> The php4_module not found on the c:/php/sapi/php4apache.dll <- but the problem is the line of the httpd.conf. The problem have a solve, comment the line of LoadModule. (sorry my english is very BAD, mi ingles es demasiado MALO) [ Sugerencia, sección de BUGS en español :] Previous Comments: ------------------------------------------------------------------------ [2001-08-20 02:36:27] [EMAIL PROTECTED] Hello users of PHP, i got a notice of PHP over WinME WorkStation. You know the use of the PHP on Win9X system, is very easy. But the use of the PHP on the WinME it's NOT Ready, a first solution that problem is next: --------------------------------------------------- # for the apache module #Comment This LINE LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php4 --------------------------------------------------- The WinME system, send a error type,-> The php4_module not found on the c:/php/sapi/php4apache.dll <- but the problem is the line of the httpd.conf. The problem have a solve, comment the line of LoadModule. (sorry my english is very BAD, mi ingles es demasiado MALO) [ Sugerencia, sección de BUGS en español :] ------------------------------------------------------------------------ [2001-08-20 02:22:50] [EMAIL PROTECTED] Can you please translate this to English. Derick ------------------------------------------------------------------------ [2001-08-20 02:04:55] [EMAIL PROTECTED] Saludos comunidad, la noticia que les tengo esta ves, es acerca del uso de PHP spbre estaciones WinME, como sabemos PHP esta soportado fácilmente en plataformas win9X. No asi para los sistemas WinME. Al punto... Dentro de la configuración en httpd.conf es necesario comentar una linea: --------------------------------------------------- # for the apache module #Linea comentada LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php4 --------------------------------------------------- Como podemos observar ya no es necesario cargar el modulo de php-apache, así podemos trabajar sobre PHP en WinME. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=12851&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]