Date: 05/31/98
- Next message: mattp <email protected>: "[PHP-DEV] Bug #421: Parse errors compiling functions/mysql.c"
- Previous message: Shane Caraveo: "[PHP-DEV] isapi status"
- Next in thread: shane: "[PHP-DEV] CVS update: php31"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sunday May 31, 1998 @ 11:16
Author: shane
Update of /repository/php31
In directory asf:/tmp/cvs-serv24648
Modified Files:
TODO31.txt
Log Message:
todo update
Index: php31/TODO31.txt
diff -c php31/TODO31.txt:1.3 php31/TODO31.txt:1.4
*** php31/TODO31.txt:1.3 Thu May 28 22:02:53 1998
--- php31/TODO31.txt Sun May 31 11:16:29 1998
***************
*** 1,4 ****
! $Id: TODO31.txt,v 1.3 1998/05/29 02:02:53 shane Exp $
+----
| * -- to be done
--- 1,4 ----
! $Id: TODO31.txt,v 1.4 1998/05/31 15:16:29 shane Exp $
+----
| * -- to be done
***************
*** 21,33 ****
--------------
* Identify and move all server-specific code out of the core of php and into the
SAPI structures.
Thread Issues
-------------
* figure out where the hell that one single character outputed at the very end comes from.
It realy sticks out in the thread version, but see it on rare occasion in 3.0 also.
! * YY_TLS_VARS in main() causes an access violation. Doesnt appear to do this in the flex
! scanner though.
* we have to make a master list and a request list of dl's that are loaded. The current
implementation relies on a request (thread) always being there, which with threads is
not true. Probably need to make the dl list true global, and use critical sections around
--- 21,36 ----
--------------
* Identify and move all server-specific code out of the core of php and into the
SAPI structures.
+ * make the config parser able to read more than one ini file per request. Then I can
+ implement per-directory directives for iis and any other windows server that doesnt
+ have all the nice apache stuff.
Thread Issues
-------------
* figure out where the hell that one single character outputed at the very end comes from.
It realy sticks out in the thread version, but see it on rare occasion in 3.0 also.
! D YY_TLS_VARS in main() causes an access violation. Doesnt appear to do this in the flex
! scanner though. (Was uninitialized threads. shane)
* we have to make a master list and a request list of dl's that are loaded. The current
implementation relies on a request (thread) always being there, which with threads is
not true. Probably need to make the dl list true global, and use critical sections around
***************
*** 35,43 ****
hash_apply function that does the module registry cleanup.
P for isapi, all headers must be sent in one call (including cookies). Nees to pool all
headers together, then call sapi->header when ready to send header.
! P fix php3_ini_master -> php3_ini so that the copy is done per request and the master
is a true global.
! * create a debug messages in critical thread areas for debug version compiles
Extensions
----------
--- 38,46 ----
hash_apply function that does the module registry cleanup.
P for isapi, all headers must be sent in one call (including cookies). Nees to pool all
headers together, then call sapi->header when ready to send header.
! D fix php3_ini_master -> php3_ini so that the copy is done per request and the master
is a true global.
! P create a debug messages in critical thread areas for debug version compiles
Extensions
----------
- Next message: mattp <email protected>: "[PHP-DEV] Bug #421: Parse errors compiling functions/mysql.c"
- Previous message: Shane Caraveo: "[PHP-DEV] isapi status"
- Next in thread: shane: "[PHP-DEV] CVS update: php31"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

