Date: 09/29/98
- Next message: libs <email protected>: "[PHP-DEV] Bug #797: Mistake in text of error message."
- Previous message: ssb: "[PHP-DEV] CVS update: php3"
- Next in thread: shane: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tuesday September 29, 1998 @ 3:14
Author: ssb
Update of /repository/php3/functions
In directory asf:/u2/tmp/cvs-serv7588/functions
Modified Files:
basic_functions.c
Added Files:
var.c php3_var.h
Log Message:
add serialize/unserialize functions by Jani Lehtimäki <jkl <email protected>>
Index: php3/functions/basic_functions.c
diff -c php3/functions/basic_functions.c:1.223 php3/functions/basic_functions.c:1.224
*** php3/functions/basic_functions.c:1.223 Fri Sep 25 09:37:45 1998
--- php3/functions/basic_functions.c Tue Sep 29 03:14:40 1998
***************
*** 73,78 ****
--- 73,79 ----
#include "functions/uniqid.h"
#include "functions/base64.h"
#include "functions/php3_mail.h"
+ #include "functions/php3_var.h"
#if WIN32|WINNT
#include "win32/unistd.h"
#endif
***************
*** 278,283 ****
--- 279,288 ----
{"error_log", php3_error_log, NULL},
{"call_user_func", php3_call_user_func, NULL},
{"call_user_method", php3_call_user_method, NULL},
+
+ {"var_dump", php3_var_dump, NULL},
+ {"serialize", php3_serialize, first_arg_allow_ref},
+ {"unserialize", php3_unserialize, first_arg_allow_ref},
PHP_FE(register_shutdown_function, NULL)
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: libs <email protected>: "[PHP-DEV] Bug #797: Mistake in text of error message."
- Previous message: ssb: "[PHP-DEV] CVS update: php3"
- Next in thread: shane: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

