[srm-cvs] CVS Update: - Fix build.

From: <sniper[@]iki.fi>
Date: Wed Aug 28 2002 - 05:42:38 CEST

Date: Wed Aug 28 05:42:38 CEST 2002
User: Jani Taskinen
Directory: php_srm

Log Message:
 [0.01]
 - Fix build.
 
 
Modified files:
           php_srm/srm_util.c (version: 1.14)

[FILE: /php_srm/srm_util.c]

--- php_srm/srm_util.c:1.13 Mon Aug 26 09:23:29 2002 GMT
+++ php_srm/srm_util.c Wed Aug 28 01:42:38 2002 GMT
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: cvstemp,v 1.13 2002/08/26 11:23:29 derick Exp $ */
+/* $Id: cvstemp,v 1.14 2002/08/28 03:42:38 sniper Exp $ */
 
 #include "php.h"
 #include "srm_util.h"
@@ -26,11 +26,11 @@
 
 srm_value *zval_to_srmval (zval *value)
 {
- TSRMLS_FETCH();
         srm_value *tmp;
         HashTable *myht;
         int i;
         SRM_HASH(tmp_list)
+ TSRMLS_FETCH();
 
         tmp = srm_value_init();
 
Received on Wed Aug 28 06:18:50 2002

This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 11:00:06 CET