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
 [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