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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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: Mon Apr 29 01:01:30 2024 UTC