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
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: lmg at webfarm dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Nov 28 10:01:29 2024 UTC