tony2001 Sun May 22 08:57:27 2005 EDT
Modified files:
/php-src/ext/session session.c
Log:
fix compile warning
http://cvs.php.net/diff.php/php-src/ext/session/session.c?r1=1.411&r2=1.412&ty=u
Index: php-src/ext/session/session.c
diff -u php-src/ext/session/session.c:1.411 php-src/ext/session/session.c:1.412
--- php-src/ext/session/session.c:1.411 Sat May 21 13:37:56 2005
+++ php-src/ext/session/session.c Sun May 22 08:57:26 2005
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: session.c,v 1.411 2005/05/21 17:37:56 rasmus Exp $ */
+/* $Id: session.c,v 1.412 2005/05/22 12:57:26 tony2001 Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -143,6 +143,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