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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dirk at haun-online dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 15:01:34 2025 UTC