php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18999 missing -I in INCLUDES string for iPlanet configuration
Submitted: 2002-08-20 17:48 UTC Modified: 2002-08-20 19:07 UTC
From: vlb at gene dot com Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.2.2 OS: Tru64 Unix
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: vlb at gene dot com
New email:
PHP Version: OS:

 

 [2002-08-20 17:48 UTC] vlb at gene dot com
At line 6220 of configure (build snapshot php4-200208190900)
the following code leaves out the -I for $PHP_NSAPI/plugins/include

  if test -d $PHP_NSAPI/plugins/include ; then
    NSAPI_INCLUDE="$NSAPI_INCLUDE $PHP_NSAPI/plugins/include"

This results in INCLUDES (in the Makefile) being set as

INCLUDES = -I/usr/prop/netscape/server4//include /usr/prop/netscape/server4//plugins/include -I$(top_builddir)/Zend -I/usr/local/include ...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-20 19:07 UTC] kalowsky@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

Sorry about that, missed the -I needed in it.  
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 02:01:30 2024 UTC