[Phplib-commit] CVS: php-lib-stable CHANGES,1.19,1.20
Brought to you by:
nhruby,
richardarcher
From: Layne W. <lay...@us...> - 2002-08-07 19:31:37
|
Update of /cvsroot/phplib/php-lib-stable In directory usw-pr-cvs1:/tmp/cvs-serv23671 Modified Files: CHANGES Log Message: Fixed [ #542808 ] nextid()'s lock() in db_mysql.inc Fixed [ #542811 ] nextid() uses mysql_query In layout_html.inc removed an overlooked calltime pass by reference; all other calls to defval() were correct Index: CHANGES =================================================================== RCS file: /cvsroot/phplib/php-lib-stable/CHANGES,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** CHANGES 3 Jun 2002 04:39:02 -0000 1.19 --- CHANGES 7 Aug 2002 19:31:33 -0000 1.20 *************** *** 1,4 **** --- 1,10 ---- $Id$ + 07-Aug-2002 layne_weathers + - Fixed [ #542808 ] nextid()'s lock() in db_mysql.inc + - Fixed [ #542811 ] nextid() uses mysql_query + - in layout_html.inc removed an overlooked calltime pass by reference; + all other calls to defval() were correct + 03-June-2002 Giancarlo Pinerolo - session.inc fallback_mode only applies when cookies are disabled. *************** *** 8,12 **** - session.inc now has the block_alien_sid = true/false switch. It blocks the creation of a new session by a sid provided by the user. - 03-Apr-2002 layne_weathers --- 14,17 ---- |