From: simon at tufty dot co dot uk Operating system: MacOSX 10.3.4 PHP version: 5.0.0 PHP Bug Type: *Compile Issues Bug description: quoting problem in configure
Description: ------------ On trying to build 5.0.0 under OSX, I foolishly expanded the tarball into a directory with embedded spaces in the name (/Users/simon/Desktop/php stuff/). Configure barfed, throwing quite a few lines similar to: > checking size of char *... 4 > cat: /Users/simon/Desktop/php: No such file or directory > cat: stuff/php-5.0.0/ext/sqlite/libsqlite/VERSION: No such file or directory > sed: /Users/simon/Desktop/php: No such file or directory > sed: stuff/php-5.0.0/ext/sqlite/libsqlite/src/ sqlite.h.in: No such file or directory > checking for usleep... (cached) yes etc. These were thrown as warnings, but result in a configure failure - the resulting tree is unbuildable. configure parameters are irrelevant, even a bare `./configure` causes the problem. A simple change of the directory name to /Users/simon/ Desktop/phpstuff/ makes everything good. I suspect that there is an issue with missing quoting somewhere in the configure script Regards Simon -- Edit bug report at http://bugs.php.net/?id=29267&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29267&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29267&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=29267&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29267&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29267&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29267&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29267&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29267&r=support Expected behavior: http://bugs.php.net/fix.php?id=29267&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29267&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29267&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29267&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29267&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29267&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29267&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29267&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29267&r=float