Update of /cvsroot/phpslash/phpslash-ft
In directory usw-pr-cvs1:/tmp/cvs-serv7244
Modified Files:
CHANGES
Log Message:
fixes to make headers work with E_ALL
Modified Files:
CHANGES class/functions.inc class/slashSess.class
public_html/config.php3
Index: CHANGES
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v
retrieving revision 1.394
retrieving revision 1.395
diff -C2 -d -r1.394 -r1.395
*** CHANGES 7 Feb 2002 21:19:53 -0000 1.394
--- CHANGES 8 Feb 2002 18:54:04 -0000 1.395
***************
*** 13,16 ****
--- 13,21 ----
9 - Removal of something (kill -9 :)
+ 2002-Feb-08 1:43PM EST nathan hruby <na...@ds...>
+ [B] - Fixed use of undeifned variables that were preventing cookies from
+ being set when error_reporting is E_ALL. Still more work, but at
+ least headers aren't crushed anymore (I think)
+
2002-Feb-07 3:00PM CST Joe Stewart <jo...@be...>
[B] - Block_render_skin.class - skin name and template path fix.
|