From: Operating system: Windows XP Professional SP3 PHP version: 5.3.10 Package: Unknown/Other Function Bug Type: Bug Bug description:The sapi/embed/php_embed.h header is not included in a custom Win32 snapshot
Description: ------------ I've fetched a fresh SVN snapshot from the 5.3.10 branch (https://svn.php.net/repository/php/php-src/branches/PHP_5_3_10), and configured it as follows: configure --with-prefix=<INSTALL_DIR> --enable-cli --enable-embed=static --enable-zend-multibyte --enable-mbstring --enable-intl --disable-cgi I then compiled PHP and made a custom snapshot archive for internal usage with "nmake snap", but it seems like the sapi/embed/php_embed.h header was not copied to the Release_TS directory. I can replicate this behavior on both a Windows XP Professional SP3 machine and a Windows 7 Professional machine. My compiler is MSVC2008 (from Visual C++ 2008 Express), and the Microsoft Windows SDK v6.1 is installed. Expected result: ---------------- The sapi/embed/php_embed.h header should be included with the snapshot. Actual result: -------------- The sapi/embed/php_embed.h header is left out of the snapshot. -- Edit bug report at https://bugs.php.net/bug.php?id=61175&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=61175&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=61175&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=61175&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=61175&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=61175&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=61175&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=61175&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=61175&r=needscript Try newer version: https://bugs.php.net/fix.php?id=61175&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=61175&r=support Expected behavior: https://bugs.php.net/fix.php?id=61175&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=61175&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=61175&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=61175&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=61175&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=61175&r=dst IIS Stability: https://bugs.php.net/fix.php?id=61175&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=61175&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=61175&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=61175&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=61175&r=mysqlcfg