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:
do you run ./buildconf yourself and which version of autoconf in your box?
Previous Comments:
------------------------------------------------------------------------
[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