jani            Tue May 19 15:38:22 2009 UTC

  Modified files:              
    /php-src/ext/date   php_date.c 
  Log:
  - Revert bad compile warning fix which causes compile failures with older 
glibc
  
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.231&r2=1.232&diff_format=u
Index: php-src/ext/date/php_date.c
diff -u php-src/ext/date/php_date.c:1.231 php-src/ext/date/php_date.c:1.232
--- php-src/ext/date/php_date.c:1.231   Wed May 13 00:45:57 2009
+++ php-src/ext/date/php_date.c Tue May 19 15:38:21 2009
@@ -16,9 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_date.c,v 1.231 2009/05/13 00:45:57 jani Exp $ */
-
-#define _ISOC9X_SOURCE
+/* $Id: php_date.c,v 1.232 2009/05/19 15:38:21 jani Exp $ */
 
 #include "php.h"
 #include "php_streams.h"



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

Reply via email to