| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
  [2012-07-02 00:51 UTC] 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
PatchesFixed-bug-62460-php-binaries-installed-as-binary.dSY.patch (last revision 2012-07-19 06:29 UTC by reeze dot xia at gmail dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits             
             | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 04:00:01 2025 UTC | 
Hi, The new released PHP-5.3.15 still have this bug. you could use the distributed tar package to reproduce. using google to search php.dSYM there are a lot of result about it. Thanks