ID: 11233 Comment by: top-self1797 at hotmail dot com Reported By: dirk at haun-online dot de Status: Bogus Bug Type: Compile Failure Operating System: MacOS X PHP Version: 4.0.5 New Comment:
<a href=http://topsatinselfcartoon.da.ru>self top</a> Previous Comments: ------------------------------------------------------------------------ [2001-06-01 06:24:11] [EMAIL PROTECTED] Fixed in CVS already. Wait for PHP 4.0.6. --Jani ------------------------------------------------------------------------ [2001-06-01 04:08:01] dirk at haun-online dot de For some reason, the #include statements in main/internal_functions.c are all in one line. I.e. there seems to be a problem replacing the @EXT_INCLUDE_CODE@ from internal_functions.c.in under MacOS X 10.0.3 Instead of having separate lines with one #include statement each, they all end up in one line with an additional 'n' between them, e.g. #include "ext/gd/php_gd.h"n#include "ext/mysql/php_mysql.h"n#include "ext/pcre/php_pcre.h" (this is in line 32 of internal_functions.c). After separating the lines and removing the additional 'n' characters PHP can be built and used without any further problems. Note: This does not happen under Linux (RedHat 7.0). ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=11233&edit=1
