Date: 01/29/00
- Next message: rasmus <email protected>: "[PHP-DEV] PHP 4.0 Bug #3354: segfault when calling exit from a constructor"
- Previous message: leon <email protected>: "[PHP-DEV] PHP 4.0 Bug #3353: mt_getrandmax() and getrandmax() off by one"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
rasmus Sat Jan 29 18:41:51 2000 EDT
Modified files:
/php3/functions datetime.c
Log:
Second arg is optional here
Index: php3/functions/datetime.c
diff -u php3/functions/datetime.c:1.80 php3/functions/datetime.c:1.81
--- php3/functions/datetime.c:1.80 Fri Dec 31 20:31:14 1999
+++ php3/functions/datetime.c Sat Jan 29 18:41:51 2000
@@ -28,7 +28,7 @@
| Rasmus Lerdorf <rasmus <email protected>> |
+----------------------------------------------------------------------+
*/
-/* $Id: datetime.c,v 1.80 2000/01/01 04:31:14 sas Exp $ */
+/* $Id: datetime.c,v 1.81 2000/01/30 02:41:51 rasmus Exp $ */
#include "php.h"
#include "internal_functions.h"
#include "operators.h"
@@ -621,7 +621,7 @@
#endif
-/* {{{ proto int strtotime(string time, int now)
+/* {{{ proto int strtotime(string time [, int now])
Convert string representation of date to a timestamp
*/
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: rasmus <email protected>: "[PHP-DEV] PHP 4.0 Bug #3354: segfault when calling exit from a constructor"
- Previous message: leon <email protected>: "[PHP-DEV] PHP 4.0 Bug #3353: mt_getrandmax() and getrandmax() off by one"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

