pajoye Tue, 06 Sep 2011 06:34:36 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316211
Log:
- WS
Changed paths:
U php/php-src/trunk/Zend/zend_hash.c
Modified: php/php-src/trunk/Zend/zend_hash.c
===================================================================
--- php/php-src/trunk/Zend/zend_hash.c 2011-09-06 06:32:42 UTC (rev 316210)
+++ php/php-src/trunk/Zend/zend_hash.c 2011-09-06 06:34:36 UTC (rev 316211)
@@ -197,7 +197,7 @@
ulong h;
uint nIndex;
Bucket *p;
-#ifdef ZEND_SIGNALS
+#ifdef ZEND_SIGNALS
TSRMLS_FETCH();
#endif
@@ -279,7 +279,7 @@
{
uint nIndex;
Bucket *p;
-#ifdef ZEND_SIGNALS
+#ifdef ZEND_SIGNALS
TSRMLS_FETCH();
#endif
@@ -368,7 +368,7 @@
{
uint nIndex;
Bucket *p;
-#ifdef ZEND_SIGNALS
+#ifdef ZEND_SIGNALS
TSRMLS_FETCH();
#endif
@@ -440,7 +440,7 @@
static int zend_hash_do_resize(HashTable *ht)
{
Bucket **t;
-#ifdef ZEND_SIGNALS
+#ifdef ZEND_SIGNALS
TSRMLS_FETCH();
#endif
@@ -487,7 +487,7 @@
{
uint nIndex;
Bucket *p;
-#ifdef ZEND_SIGNALS
+#ifdef ZEND_SIGNALS
TSRMLS_FETCH();
#endif
@@ -610,7 +610,7 @@
static Bucket *zend_hash_apply_deleter(HashTable *ht, Bucket *p)
{
Bucket *retval;
-#ifdef ZEND_SIGNALS
+#ifdef ZEND_SIGNALS
TSRMLS_FETCH();
#endif
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php