Edit report at https://bugs.php.net/bug.php?id=62460&edit=1
ID: 62460 Comment by: reeze dot xia at gmail dot com 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: Hi, OSX 10.9 haven't exist at all, although *nix os didn't have any extension for executable. but I'm ok with *darwin* match too. Previous Comments: ------------------------------------------------------------------------ [2012-07-18 17:56:00] phpbugs at adam dot gs Perhaps we should just reduce that check to *darwin*? If not its just as likely to break again on 10.9, the *darwin* test seems much simpler in any event. Interestingly I saw that line and though, "that's not it because it works on 10.7 for me" I just retested and it DOES break on 10.7. ------------------------------------------------------------------------ [2012-07-18 17:13:11] reeze dot xia at gmail dot com Hi, I can verify this bug. here is another case: http://news.php.net/php.internals/61261 and I'v made pull request: https://github.com/php/php-src/pull/135 ------------------------------------------------------------------------ [2012-07-15 20:19:09] phpbugs at adam dot gs I did not run buildconf and doesn't appear osx dev tools installs any autoconf ------------------------------------------------------------------------ [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