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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
33 + 7 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Sat Apr 20 13:01:29 2024 UTC