From: <da...@us...> - 2003-08-04 23:46:31
|
Update of /cvsroot/binaryphp/binaryphp/functions/arrays In directory sc8-pr-cvs1:/tmp/cvs-serv16567/functions/arrays Modified Files: array.cpp Log Message: Fixed for gcc/g++3 compatibility. Index: array.cpp =================================================================== RCS file: /cvsroot/binaryphp/binaryphp/functions/arrays/array.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** array.cpp 3 Aug 2003 06:36:02 -0000 1.1 --- array.cpp 4 Aug 2003 23:46:24 -0000 1.2 *************** *** 1,2 **** --- 1,3 ---- + #include <stdarg.h> php_var array(int key = 0, ...) { |