tony2001 Sun May 22 08:59:30 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/session session.c Log: MFH: fix compile warning http://cvs.php.net/diff.php/php-src/ext/session/session.c?r1=1.336.2.52&r2=1.336.2.53&ty=u Index: php-src/ext/session/session.c diff -u php-src/ext/session/session.c:1.336.2.52 php-src/ext/session/session.c:1.336.2.53 --- php-src/ext/session/session.c:1.336.2.52 Sat May 21 15:46:34 2005 +++ php-src/ext/session/session.c Sun May 22 08:59:29 2005 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: session.c,v 1.336.2.52 2005/05/21 19:46:34 rasmus Exp $ */ +/* $Id: session.c,v 1.336.2.53 2005/05/22 12:59:29 tony2001 Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -129,6 +129,7 @@ } } OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); + return SUCCESS; } /* {{{ PHP_INI
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php