components/php-5_3/php-sapi/patches/240_php-Zend-zend_ts_hash.patch
changeset 4987 6a82655eda42
parent 4986 90a869b3f47a
child 4988 4b69c7c7e09b
--- a/components/php-5_3/php-sapi/patches/240_php-Zend-zend_ts_hash.patch	Fri Oct 16 07:42:27 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-From php community:
-BUG: https://bugs.php.net/bug.php?id=68676
-CODE: http://git.php.net/?p=php-src.git;a=commit;h=24125f0f26f3787c006e4a51611ba33ee3b841cb
-Created for php 5.3 based on code from the community bug.
-
-
---- php-5.3.29/Zend/zend_ts_hash.c_orig	2014-08-13 12:22:50.000000000 -0700
-+++ php-5.3.29/Zend/zend_ts_hash.c	2015-05-20 16:03:20.370320770 -0700
-@@ -151,7 +151,7 @@
- 
- #ifdef ZTS
- 	tsrm_mutex_free(ht->mx_reader);
--	tsrm_mutex_free(ht->mx_reader);
-+	tsrm_mutex_free(ht->mx_writer);
- #endif
- }
-