[PHP-DEV] Bug #10894 Updated: Problem with C include file From: sniper <email protected>
Date: 05/22/01

ID: 10894
Updated by: sniper
Reported By: kieran <email protected>
Old-Status: Open
Status: Closed
Bug Type: *Install and Config
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:

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

Previous Comments:
---------------------------------------------------------------------------

[2001-05-16 04:00:45] kieran <email protected>
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

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10894&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>