kalle           Mon Apr 27 14:22:15 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/date   php_date.c 
  Log:
  MFH: Fixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.51.2.67&r2=1.43.2.45.2.51.2.68&diff_format=u
Index: php-src/ext/date/php_date.c
diff -u php-src/ext/date/php_date.c:1.43.2.45.2.51.2.67 
php-src/ext/date/php_date.c:1.43.2.45.2.51.2.68
--- php-src/ext/date/php_date.c:1.43.2.45.2.51.2.67     Tue Apr  7 20:05:50 2009
+++ php-src/ext/date/php_date.c Mon Apr 27 14:22:15 2009
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_date.c,v 1.43.2.45.2.51.2.67 2009/04/07 20:05:50 felipe Exp $ */
+/* $Id: php_date.c,v 1.43.2.45.2.51.2.68 2009/04/27 14:22:15 kalle Exp $ */
 
 #include "php.h"
 #include "php_streams.h"
@@ -428,7 +428,7 @@
        PHP_ME_MAPPING(getOffset,       date_offset_get,        
arginfo_date_method_offset_get, 0)
        PHP_ME_MAPPING(setTime,         date_time_set,          
arginfo_date_method_time_set, 0)
        PHP_ME_MAPPING(setDate,         date_date_set,          
arginfo_date_method_date_set, 0)
-       PHP_ME_MAPPING(setISODate,      date_isodate_set,       
arginfo_date_isodate_set, 0)
+       PHP_ME_MAPPING(setISODate,      date_isodate_set,       
arginfo_date_method_isodate_set, 0)
        PHP_ME_MAPPING(setTimestamp,    date_timestamp_set, 
arginfo_date_method_timestamp_set, 0)
        PHP_ME_MAPPING(getTimestamp,    date_timestamp_get, 
arginfo_date_method_timestamp_get, 0)
        PHP_ME_MAPPING(diff,                    date_diff, 
arginfo_date_method_diff, 0)



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

Reply via email to