]> git.pld-linux.org Git - packages/php.git/blame - php-5.3.6-bug-53903.patch
use /usr/sbin/php-fpm as other branches
[packages/php.git] / php-5.3.6-bug-53903.patch
CommitLineData
fb98beff
ER
1--- PHP_5_3/main/streams/userspace.c 2011/02/01 20:59:25 307933
2+++ PHP_5_3/main/streams/userspace.c 2011/02/01 22:55:17 307934
3@@ -856,6 +856,7 @@
4
5 #define STAT_PROP_ENTRY_EX(name, name2) \
6 if (SUCCESS == zend_hash_find(Z_ARRVAL_P(array), #name, sizeof(#name), (void**)&elem)) { \
7+ SEPARATE_ZVAL(elem); \
8 convert_to_long(*elem); \
9 ssb->sb.st_##name2 = Z_LVAL_PP(elem); \
10 }
This page took 0.020531 seconds and 4 git commands to generate.