Fixed bug #62460 (php binaries installed as binary.dSYM)#135
Fixed bug #62460 (php binaries installed as binary.dSYM)#135reeze wants to merge 1 commit intophp:PHP-5.3from
Conversation
See http://marc.info/?l=php-cvs&m=125961714419896 Mac OS X 10.7&10.8 affected too.
|
Interestingly enough, my system returns host i386-apple-darwin10.8.0 on Darwin 10.8. What's host on your system? |
|
Hi, stas: In my system (10.7.3), it output: $host_alias = i386-apple-darwin11.4.0
➜ php-src-5.3 git:(fix-configure-exeext) ✗ uname -a
Darwin MacBookPro.local 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012;
root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64 |
|
does set that exeext to null harm? thanks |
|
No, it doesn't harm just wanted to understand why I can't reproduce it. The patch itself looks fine. |
|
did you try clear config.cache file in my box, after clear it could be reproduced. |
|
the interesting this is, why 5.4 doesn't need this? in the same box, you should have the same autoconf with the same version right? I will assign the bug to johannes, could you please attach this patch to that bug entry ? |
|
Hi, I will attach it to the bug. reeze | reeze.cn 在 2012年7月19日星期四,下午2:18,Xinchen Hui 写道:
|
|
Comment on behalf of stas at php.net: merged |
* PHP-5.5: Fixed issue #135 (segfault in interned strings if initial memory is too low) Conflicts: NEWS
* 'master' of https://git.php.net/repository/php-src: Added function opcache_compile_file() to load PHP scripts into cache without execution. Fixed issue #135 (segfault in interned strings if initial memory is too low)
# By Adam Harvey (2) and others # Via Adam Harvey (2) and others * 'master' of https://git.php.net/repository/php-src: Implement variadic function syntax Added function opcache_compile_file() to load PHP scripts into cache without execution. Fixed issue #135 (segfault in interned strings if initial memory is too low) Fix typo: HTTP_ROW_POST_DATA → HTTP_RAW_POST_DATA. Make message and format arguments const char * to avoid build warning about invalid cast. Copy dba_*() keys before converting to string.
… PHP-5.5 # By Dmitry Stogov (2) and others # Via Adam Harvey (1) and Dmitry Stogov (1) * 'PHP-5.5' of https://git.php.net/repository/php-src: Added function opcache_compile_file() to load PHP scripts into cache without execution. Fixed issue #135 (segfault in interned strings if initial memory is too low) Make message and format arguments const char * to avoid build warning about invalid cast. Copy dba_*() keys before converting to string.
Hi,
See this fix for autoconf for Mac OS X 10.5 & 10.6: http://marc.info/?l=php-cvs&m=125961714419896
but Mac OS X 10.7&10.8 affected too, It affect PHP-5.3 only(5.3 requires autoconf 2.13, 5.4 didn't).
see also:
https://bugs.php.net/bug.php?id=62460 (10.8)
http://news.php.net/php.internals/61261 (10.7)
Thanks