sebastian Sun Oct 6 17:47:54 2002 EDT
Modified files:
/php4/ext/session session.c
Log:
Silence warning.
Index: php4/ext/session/session.c
diff -u php4/ext/session/session.c:1.333 php4/ext/session/session.c:1.334
--- php4/ext/session/session.c:1.333 Sun Oct 6 13:17:38 2002
+++ php4/ext/session/session.c Sun Oct 6 17:47:54 2002
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: session.c,v 1.333 2002/10/06 17:17:38 iliaa Exp $ */
+/* $Id: session.c,v 1.334 2002/10/06 21:47:54 sebastian Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -917,7 +917,6 @@
int module_number = PS(module_number);
int nrand;
int lensess;
- zend_constant *c;
PS(apply_trans_sid) = PS(use_trans_sid);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php