[PHP-CVS] cvs: php4 /main SAPI.c

2001-03-17 Thread Jani Taskinen
sniper Sun Mar 18 00:00:10 2001 EDT Modified files: /php4/main SAPI.c Log: Fix possible crash if content-type is not set. Index: php4/main/SAPI.c diff -u php4/main/SAPI.c:1.101 php4/main/SAPI.c:1.102 --- php4/main/SAPI.c:1.101 Sat Mar 17 18:32:04 2001 ++

[PHP-CVS] cvs: php4 /main SAPI.c SAPI.h

2001-03-17 Thread Zeev Suraski
zeevSat Mar 17 18:32:04 2001 EDT Modified files: /php4/main SAPI.c SAPI.h Log: These functions are not necessary - that's what sapi_register_post_entry() and sapi_unregister_post_entry() are for... Also, please maintain K&R code layout, it's very messy