php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10894 Problem with C include file
Submitted: 2001-05-16 04:00 UTC Modified: 2001-05-23 01:16 UTC
From: kieran at ukonline dot net Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.5 OS: Mac OSX
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: kieran at ukonline dot net
New email:
PHP Version: OS:

 

 [2001-05-16 04:00 UTC] kieran at ukonline dot net
Hi there, 
While compiling PHP on my Mac OSX box I came accross the 
following problem:

The file:
/php-4.0.5/main/internal_functions.c

There is a block of code that looks like this:

#include "ext/mysql/php_mysql.h"n#include 
"ext/pcre/php_pcre.h"n#include 
"ext/posix/php_posix.h"n#include 
"ext/session/mod_mm.h"n#include 
"ext/session/php_session.h"n#include 
"ext/standard/php_standard.h"n#include "ext/xml/php_xml.h"

What it looks like has happened is that when this include 
file was generated there was supposed to be a '\n' between 
the #includes in the C code but only a 'n' was inserted, 
for now I fixed this manually, I don't know if this is OS 
specific, Just thought I would drop you a mail to let you 
know :O)

Regards

Kieran

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-23 01:16 UTC] sniper@php.net
this is fixed (afaik) in CVS. Please try the PHP 4.0.6RC1:

http://www.php.net/~andi/php-4.0.6RC1.tar.gz

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 01:01:28 2024 UTC