tony2001 Mon Oct 3 19:37:18 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/date php_date.c
Log:
include php_version_compare() declaration and eliminate warning
http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.43.2.8&r2=1.43.2.9&ty=u
Index: php-src/ext/date/php_date.c
diff -u php-src/ext/date/php_date.c:1.43.2.8
php-src/ext/date/php_date.c:1.43.2.9
--- php-src/ext/date/php_date.c:1.43.2.8 Mon Oct 3 07:34:51 2005
+++ php-src/ext/date/php_date.c Mon Oct 3 19:37:10 2005
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_date.c,v 1.43.2.8 2005/10/03 11:34:51 derick Exp $ */
+/* $Id: php_date.c,v 1.43.2.9 2005/10/03 23:37:10 tony2001 Exp $ */
#include "php.h"
#include "php_streams.h"
@@ -24,6 +24,7 @@
#include "php_globals.h"
#include "php_ini.h"
#include "ext/standard/info.h"
+#include "ext/standard/php_versioning.h"
#include "php_date.h"
#include "lib/timelib.h"
#include <time.h>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php