fmk             Sat Jan 28 06:17:09 2006 UTC

  Modified files:              
    /php-src/ext/wddx   wddx.c 
  Log:
  MFB51 Add header so WDDX builds as shared
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/wddx/wddx.c?r1=1.128&r2=1.129&diff_format=u
Index: php-src/ext/wddx/wddx.c
diff -u php-src/ext/wddx/wddx.c:1.128 php-src/ext/wddx/wddx.c:1.129
--- php-src/ext/wddx/wddx.c:1.128       Sun Jan  1 13:09:56 2006
+++ php-src/ext/wddx/wddx.c     Sat Jan 28 06:17:09 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: wddx.c,v 1.128 2006/01/01 13:09:56 sniper Exp $ */
+/* $Id: wddx.c,v 1.129 2006/01/28 06:17:09 fmk Exp $ */
 
 #include "php.h"
 
@@ -35,6 +35,7 @@
 #include "ext/standard/html.h"
 #include "ext/standard/php_string.h"
 #include "ext/date/php_date.h"
+#include "zend_globals.h"
 
 #define WDDX_BUF_LEN                   256
 #define PHP_CLASS_NAME_VAR             "php_class_name"

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to