php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10595 source typos in internal_functions.c
Submitted: 2001-05-02 01:04 UTC Modified: 2001-05-06 12:59 UTC
From: clark at wuchem dot wustl dot edu Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: MacosX 10.0.2
Private report: No CVE-ID: None
 [2001-05-02 01:04 UTC] clark at wuchem dot wustl dot edu
in main/internal_functions.c:
line32 has n's instead of line breaks between #includes


/bin/sh /Users/cgclark/php-4.0.5/libtool --silent --mode=compile cc  -I. -I/Users/cgclark/php-4.0.5/main -I/Users/cgclark/php-4.0.5/main -I/Users/cgclark/php-4.0.5 -I/usr/include/httpd -I/Users/cgclark/php-4.0.5/Zend -I/Users/cgclark/php-4.0.5/ext/mysql/libmysql -I/Users/cgclark/php-4.0.5/ext/xml/expat/xmltok -I/Users/cgclark/php-4.0.5/ext/xml/expat/xmlparse -I/Users/cgclark/php-4.0.5/TSRM  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -g -O2  -c internal_functions.c
internal_functions.c:32: `#include' expects "FILENAME" or <FILENAME>
make[2]: *** [internal_functions.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-06 12:59 UTC] sniper@php.net
Should be fixed in CVS. Try latest snapshot from http://snaps.php.net/ and reopen if it still not works.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 11:01:28 2024 UTC