[Phplib-commit] CVS: php-lib-stable CHANGES,1.11,1.12
Brought to you by:
nhruby,
richardarcher
|
From: nathan h. <nh...@us...> - 2002-01-06 15:10:49
|
Update of /cvsroot/phplib/php-lib-stable
In directory usw-pr-cvs1:/tmp/cvs-serv13085
Modified Files:
CHANGES
Log Message:
fix sf bug [ #500160 ] Invalid use of (php)header function
Index: CHANGES
===================================================================
RCS file: /cvsroot/phplib/php-lib-stable/CHANGES,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** CHANGES 2002/01/05 16:15:12 1.11
--- CHANGES 2002/01/06 15:10:46 1.12
***************
*** 1,8 ****
$Id$
! 05 JAN 2001 11;06AM EST nathan r. hruby <na...@ds...>
- Fixed wrong pathname in prepend.php3
! 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
--- 1,14 ----
$Id$
! 06 JAN 2002 9:58AM EST nathan r. hruby <na...@ds...>
! - Fixed wrong year in my last serveral CHANGES entries :)
! - Fixed [ #500160 ] Invalid use of (php)header function
! - By adding "false" flag to header() calls that send the same header.
! - Thanks to Huib Kleinhout <kn...@us...>
!
! 05 JAN 2002 11:06AM EST nathan r. hruby <na...@ds...>
- Fixed wrong pathname in prepend.php3
! 05 JAN 2002 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
|