wez             Sat Aug 13 08:33:00 2005 EDT

  Modified files:              
    /php-src/ext/standard       datetime.h 
  Log:
  could have sworn that I did this already
  
http://cvs.php.net/diff.php/php-src/ext/standard/datetime.h?r1=1.23&r2=1.24&ty=u
Index: php-src/ext/standard/datetime.h
diff -u php-src/ext/standard/datetime.h:1.23 
php-src/ext/standard/datetime.h:1.24
--- php-src/ext/standard/datetime.h:1.23        Wed Aug  3 10:07:58 2005
+++ php-src/ext/standard/datetime.h     Sat Aug 13 08:33:00 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: datetime.h,v 1.23 2005/08/03 14:07:58 sniper Exp $ */
+/* $Id: datetime.h,v 1.24 2005/08/13 12:33:00 wez Exp $ */
 
 #ifndef DATETIME_H
 #define DATETIME_H
@@ -31,7 +31,7 @@
 PHP_FUNCTION(strptime);
 #endif 
 
-PHPAPI int php_idate(char format, int timestamp, int gm);
+PHPAPI int php_idate(char format, time_t timestamp, int gm);
 PHPAPI char *php_std_date(time_t t TSRMLS_DC);
 
 #endif /* DATETIME_H */

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

Reply via email to