Edit report at https://bugs.php.net/bug.php?id=62460&edit=1
ID: 62460 User updated by: phpbugs at adam dot gs Reported by: phpbugs at adam dot gs Summary: php binaries installed as binary.dSYM Status: Open Type: Bug Package: *Compile Issues Operating System: OSX 10.8 PHP Version: 5.3.14 Block user comment: N Private report: N New Comment: I did not run buildconf and doesn't appear osx dev tools installs any autoconf Previous Comments: ------------------------------------------------------------------------ [2012-07-15 17:13:56] reeze dot xia at gmail dot com do you run ./buildconf yourself and which version of autoconf in your box? ------------------------------------------------------------------------ [2012-07-02 00:51:51] phpbugs at adam dot gs Description: ------------ PHP installs the cli/cgi SAPI binaries as binary.dSYM instead of simply "binary" It seems like this block of code: *.c | *.o | *.obj) ;; inside the configure script (around line 108113) needs to be extended to ignore the .dSYM extension. Test script: --------------- N/A Expected result: ---------------- /usr/local/bin/php Actual result: -------------- /usr/local/bin/php.dSYM ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62460&edit=1