From: <da...@us...> - 2003-08-02 04:23:51
|
Update of /cvsroot/binaryphp/binaryphp/functions In directory sc8-pr-cvs1:/tmp/cvs-serv12905/functions Modified Files: array.cpp Log Message: Added *dir() functions, and prototypes of the socket_*() functions. Fixed oodles of bugs in tokenflow.php Index: array.cpp =================================================================== RCS file: /cvsroot/binaryphp/binaryphp/functions/array.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** array.cpp 30 Jul 2003 14:28:16 -0000 1.5 --- array.cpp 2 Aug 2003 04:23:48 -0000 1.6 *************** *** 1,3 **** ! php_var array(int key, ...) { va_list ap; --- 1,3 ---- ! php_var array(int key = 0, ...) { va_list ap; |