[Phplib-commit] CVS: php-lib-stable CHANGES,1.9,1.10 VERSION,1.2,1.3
Brought to you by:
nhruby,
richardarcher
From: nathan h. <nh...@us...> - 2002-01-05 15:47:40
|
Update of /cvsroot/phplib/php-lib-stable In directory usw-pr-cvs1:/tmp/cvs-serv12678 Modified Files: CHANGES VERSION Log Message: Added Max's sessions and user php4 stuff Upped VERSION to 7.4-pre1 for release Index: CHANGES =================================================================== RCS file: /cvsroot/phplib/php-lib-stable/CHANGES,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** CHANGES 2001/08/29 21:03:27 1.9 --- CHANGES 2002/01/05 15:47:37 1.10 *************** *** 1,4 **** --- 1,8 ---- $Id$ + 05 JAN 2001 10:30AM EST nathan r. hruby <na...@ds...> + - Added Max's php4 native session stuff to unsup/ for a twirl :) + - Upped version to 7.4-pre1, packaged and released as such + 29 Aug 2001 richardarcher - Fixed possible cross-site scripting attack by making sess->url() Index: VERSION =================================================================== RCS file: /cvsroot/phplib/php-lib-stable/VERSION,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** VERSION 2000/04/17 16:48:30 1.2 --- VERSION 2002/01/05 15:47:37 1.3 *************** *** 1 **** ! 7.2c --- 1 ---- ! 7.4-pre1 |