[Phplib-commit] CVS: php-lib-stable CHANGES,1.15,1.16
Brought to you by:
nhruby,
richardarcher
From: Layne W. <lay...@us...> - 2002-03-19 22:32:28
|
Update of /cvsroot/phplib/php-lib-stable In directory usw-pr-cvs1:/tmp/cvs-serv22359 Modified Files: CHANGES Log Message: Fixed [ #446455 ] Failures with register_globals off Index: CHANGES =================================================================== RCS file: /cvsroot/phplib/php-lib-stable/CHANGES,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** CHANGES 18 Mar 2002 18:07:02 -0000 1.15 --- CHANGES 19 Mar 2002 22:32:24 -0000 1.16 *************** *** 1,6 **** $Id$ 18-Mar-2002 layne_weathers ! - Fixed page.inc's use of isset($sess|$user) to is_object() 14-Mar-2002 layne_weathers --- 1,13 ---- $Id$ + 19-Mar-2002 layne_weathers + - Fixed [ #446455 ] Failures with register_globals off + - Fixed [ #474472 ] db_mssql.inc metadata() contains bugs + - Added [ #474476 ] stuff/create_database.mssql7 attached + - Removed unrelated file pages/probe.php3 + 18-Mar-2002 layne_weathers ! - Fixed [ #482372 ] problem in page.inc ! - changed isset($sess|$user) to is_object($sess|$user) 14-Mar-2002 layne_weathers |