php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34318 Include file *not* macro protected in php_ini.c
Submitted: 2005-08-31 15:52 UTC Modified: 2005-08-31 16:34 UTC
From: funonline_99 at yahoo dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.4.0 OS: Tru64 Unix
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: funonline_99 at yahoo dot com
New email:
PHP Version: OS:

 

 [2005-08-31 15:52 UTC] funonline_99 at yahoo dot com
Description:
------------
The file php/main/php_ini.c

has the following line :

#include <win32/php_registry.h> which is not macro protected.

like

#ifdef PHP_WIN32
 #include <win32/php_registry.h>
#endif

In Tru64, normally the win32 directory is not checked into tree.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-31 16:34 UTC] sniper@php.net
This bug has been fixed in CVS.

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/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Dec 02 10:00:01 2025 UTC