From:             zach dot rattner at gmail dot com
Operating system: Windows XP
PHP version:      5.3.0
PHP Bug Type:     Compile Failure
Bug description:  Cannot compile PHP 5.3.0 on Windows XP

Description:
------------
When attempting to compile, zend_config.w32.h tries to include
../main/config.w32.h on line 21, which doesn't exist. Additionally,
tsrm_config.w32.h tries to include the same file on line 4. The file does
not exist in the source downloaded from
http://us2.php.net/get/php-5.3.0.tar.gz/from/a/mirror, so the compilation
fails.

Reproduce code:
---------------
#include <../main/config.w32.h>

Expected result:
----------------
I expected the file to exist in the downloaded source, and the compilation
to succeed.

Actual result:
--------------
Microsoft Visual C++ 2008 Express Edition's compiler says, "fatal error
C1083: Cannot open include file: '../main/config.w32.h': No such file or
directory"

-- 
Edit bug report at http://bugs.php.net/?id=49271&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=49271&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=49271&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=49271&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=49271&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49271&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=49271&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=49271&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=49271&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=49271&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=49271&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=49271&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=49271&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=49271&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=49271&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=49271&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=49271&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=49271&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=49271&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=49271&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=49271&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=49271&r=mysqlcfg

Reply via email to