php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11233 #include statements in internal_config.c all in one line
Submitted: 2001-06-01 04:08 UTC Modified: 2001-06-01 06:24 UTC
From: dirk at haun-online dot de Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.5 OS: MacOS X
Private report: No CVE-ID: None
 [2001-06-01 04:08 UTC] 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).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-01 06:24 UTC] sniper@php.net
Fixed in CVS already. Wait for PHP 4.0.6.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 13:01:29 2024 UTC