summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Removing a compiler warningFrank M. Kromann2001-03-071-1/+1
* Fix freeing of buffersZeev Suraski2001-03-061-9/+15
* Fixes to internal output bufferingZeev Suraski2001-03-061-5/+9
* More internal output buffering fixesZeev Suraski2001-03-062-6/+6
* Fix internal output bufferingZeev Suraski2001-03-062-5/+5
* Initial work on internal output handlers - should be much quickerZeev Suraski2001-03-062-12/+43
* Don't insert empty path if PHPRC is emptyStanislav Malyshev2001-03-061-1/+5
* Improve memory consumption on chunked output bufferingZeev Suraski2001-03-041-2/+5
* Fix non-thread safe modeZeev Suraski2001-03-043-1/+9
* Improve chunked output buffering - the output handler now knows at which stag...Zeev Suraski2001-03-042-22/+55
* Fix chunked output buffering supportZeev Suraski2001-02-272-18/+15
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-263-7/+2
* nuke warningsDaniel Beulshausen2001-02-261-5/+5
* - Fix copyright notices with 2001Andi Gutmans2001-02-2632-32/+32
* Declare inet_aton properly, if the system lacks support for it.Sascha Schumann2001-02-241-1/+3
* Actually compile on systems without syslog.Sascha Schumann2001-02-241-0/+3
* Finish fopen-wrappers rename.Sascha Schumann2001-02-233-3/+3
* - Fix indentation and remove comment.Andi Gutmans2001-02-221-2/+4
* zend_compile_file returns a NULL on error, check for that beforeShane Caraveo2001-02-211-1/+2
* Add safety checkStanislav Malyshev2001-02-211-1/+3
* # make sebastian and compiler happy .)Hartmut Holzgraefe2001-02-212-4/+7
* will now initialize dynamic extensions *after* static onesHartmut Holzgraefe2001-02-212-21/+79
* remove unneded commentsThies C. Arntzen2001-02-132-6/+0
* - Fix warningAndi Gutmans2001-02-121-1/+1
* fixed unicodeconversion and parameter passing bugs in com and dotnet modulesHarald Radi2001-01-281-0/+2
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-213-0/+10
* Bump PHP_API_VERSIONSascha Schumann2001-01-191-1/+1
* Make the code match the comment.Sascha Schumann2001-01-191-1/+1
* Kill a couple of warningsRasmus Lerdorf2001-01-171-1/+1
* - Remove the ini_extension_list globalZeev Suraski2001-01-152-14/+28
* Use free_estring()Zeev Suraski2001-01-151-7/+1
* Defer loading of extensions until all configuration entries have beenSascha Schumann2001-01-152-4/+23
* Added localeconv() function. Operates similarly to localeconv() defined inSean Bright2001-01-141-0/+2
* cleanup time...Zeev Suraski2001-01-131-24/+0
* Remove some more useless codeZeev Suraski2001-01-131-4/+0
* Remove stale codeZeev Suraski2001-01-132-6/+1
* Fix Windows & thread-safe buildZeev Suraski2001-01-131-1/+4
* Simplified code a bit, added detailed error reporting, and fixed a bugStig Venaas2001-01-131-44/+71
* arr_index errorneusly included the trailing ']' character, so thatSascha Schumann2001-01-131-1/+1
* *** empty log message ***Rui Hirokawa2001-01-101-0/+3
* Avoid possible memory leak in the URL scanner, if the connection isSascha Schumann2001-01-091-4/+0
* @- Allow access to uploaded files in safe_mode. Beware that you can onlyThies C. Arntzen2001-01-091-0/+8
* Fix CGI buildZeev Suraski2001-01-071-0/+1
* Change get_ini_entry to get_configuration_directiveZeev Suraski2001-01-071-2/+2
* Fix Apache module and remove excess elements from the SAPI structureZeev Suraski2001-01-031-1/+1
* Fix #8486 (name= without quotes in MIME Content-Disposition header)Stanislav Malyshev2001-01-031-3/+12
* Many patches. I hope I remember them all:Zeev Suraski2001-01-025-91/+69
* - Make the INI mechanism thread safe (fix necessary API changes from Zend)Zeev Suraski2000-12-272-17/+6
* - Make all places use MAXPATHLEN in the same way. It includes theAndi Gutmans2000-12-162-3/+3
* - This is the correct way of doing itAndi Gutmans2000-12-141-1/+1