pollita Mon Jan 21 06:36:02 2008 UTC
Modified files:
/php-src/ext/calendar easter.c cal_unix.c
Log:
Flag additional unicode safe funcs
http://cvs.php.net/viewvc.cgi/php-src/ext/calendar/easter.c?r1=1.22&r2=1.23&diff_format=u
Index: php-src/ext/calendar/easter.c
diff -u php-src/ext/calendar/easter.c:1.22 php-src/ext/calendar/easter.c:1.23
--- php-src/ext/calendar/easter.c:1.22 Mon Dec 31 07:12:07 2007
+++ php-src/ext/calendar/easter.c Mon Jan 21 06:36:02 2008
@@ -121,7 +121,7 @@
}
-/* {{{ proto int easter_date([int year])
+/* {{{ proto int easter_date([int year]) U
Return the timestamp of midnight on Easter of a given year (defaults to
current year) */
PHP_FUNCTION(easter_date)
{
@@ -129,7 +129,7 @@
}
/* }}} */
-/* {{{ proto int easter_days([int year, [int method]])
+/* {{{ proto int easter_days([int year, [int method]]) U
Return the number of days after March 21 that Easter falls on for a given
year (defaults to current year) */
PHP_FUNCTION(easter_days)
{
http://cvs.php.net/viewvc.cgi/php-src/ext/calendar/cal_unix.c?r1=1.24&r2=1.25&diff_format=u
Index: php-src/ext/calendar/cal_unix.c
diff -u php-src/ext/calendar/cal_unix.c:1.24
php-src/ext/calendar/cal_unix.c:1.25
--- php-src/ext/calendar/cal_unix.c:1.24 Mon Dec 31 07:12:07 2007
+++ php-src/ext/calendar/cal_unix.c Mon Jan 21 06:36:02 2008
@@ -24,7 +24,7 @@
#include "sdncal.h"
#include <time.h>
-/* {{{ proto int unixtojd([int timestamp])
+/* {{{ proto int unixtojd([int timestamp]) U
Convert UNIX timestamp to Julian Day */
PHP_FUNCTION(unixtojd)
{
@@ -56,7 +56,7 @@
}
/* }}} */
-/* {{{ proto int jdtounix(int jday)
+/* {{{ proto int jdtounix(int jday) U
Convert Julian Day to UNIX timestamp */
PHP_FUNCTION(jdtounix)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php