php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10592 #include lines missing linefeed
Submitted: 2001-05-01 18:31 UTC Modified: 2001-05-02 22:57 UTC
From: lmg at webfarm dot com Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.0.5 OS: Mac OS X
Private report: No CVE-ID: None
 [2001-05-01 18:31 UTC] lmg at webfarm dot com
main/internal_functions.c had some garbage  #include lines 
after configuring --with-apxs=/usr/sbin/apxs (pretty basic 
configuration)
The problem was that the include lines (begining on line 32 
in my case) did not have line feeds after them and so it 
was one big line with a half dozen #includes in it.

It looks like '@EXT_INCLUDE_CODE@' is missing some 
linefeeds when it is built.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-02 22:57 UTC] sniper@php.net
Verified as fixed in latest CVS by Tim Kettering <tim@blackcore.com>

PHP 4.0.6 will have this fix.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC