summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_3_0pre2'.php-4.3.0pre2SVN Migration2002-10-271-283/+0
* Update to -pre2.Andrei Zmievski2002-10-271-2/+2
* - Allow the report_memleak setting to be set everywhereDerick Rethans2002-10-241-1/+1
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-244-10/+11
* Fixed build when mbstring is not used - my previous patch is insufficient.Moriyoshi Koizumi2002-10-241-0/+2
* MFH; we would see a nasty problem again if it was not fixed...Moriyoshi Koizumi2002-10-241-2/+4
* Make php_mb_is_mb_leadbyte() obsolete. It only works with double-byte chars.Moriyoshi Koizumi2002-10-231-3/+5
* Function renaming.Moriyoshi Koizumi2002-10-231-1/+1
* Renaming the functions.Moriyoshi Koizumi2002-10-231-1/+1
* Remaned the functions for consistencyMoriyoshi Koizumi2002-10-231-3/+3
* - Trying to clean up this mess :)Derick Rethans2002-10-231-11/+11
* - No reason why implicit_flush should not be settable from a scriptDerick Rethans2002-10-231-1/+1
* When doing automatic line end detection, pick the line end that is foundIlia Alshanetsky2002-10-221-2/+2
* Refine stream_select() to work with streams that have data in their readWez Furlong2002-10-212-2/+5
* removed left-over unused variableHartmut Holzgraefe2002-10-211-2/+0
* removed bogus paranoid header checkingHartmut Holzgraefe2002-10-211-6/+2
* some changes to how request input data (Content-Lenght >0) is handledHartmut Holzgraefe2002-10-214-33/+36
* Fixed bug #16880. Added an ini option max_input_time that allows the userIlia Alshanetsky2002-10-212-1/+5
* MFHMoriyoshi Koizumi2002-10-211-2/+2
* style fixMoriyoshi Koizumi2002-10-201-2/+4
* Fixed incorrect handling of files starting with a .Ilia Alshanetsky2002-10-201-1/+12
* fixed highlight related bugs (in case shift_jis input/output filters are enab...Masaki Fujimoto2002-10-201-1/+1
* Silence compile warning, when compiling --with-openssl.Ilia Alshanetsky2002-10-191-0/+4
* Fixed a typo.Ilia Alshanetsky2002-10-191-1/+2
* made fgets() binary safe.Wez Furlong2002-10-192-3/+8
* Probable fix for #19944Wez Furlong2002-10-191-1/+1
* Fixed bug #19971 (optimized the file() function).Ilia Alshanetsky2002-10-182-4/+10
* Revert my last bogus commit.Wez Furlong2002-10-181-1/+1
* Improve EOF detection. Fixes #19970.Wez Furlong2002-10-182-4/+3
* Fixed bug #19921. (memory leak introduced by me in rev 1.492)Ilia Alshanetsky2002-10-161-4/+9
* Revert. Again.Sebastian Bergmann2002-10-161-15/+12
* Patch by Urs Gehrig <urs@circle.ch>.Sebastian Bergmann2002-10-161-12/+14
* Nope, that last one wasn't a leak in main/streams.c, it wasWez Furlong2002-10-151-1/+1
* Fix mem leak for zero-byte files.Wez Furlong2002-10-151-1/+1
* Some buffer paranoia.Wez Furlong2002-10-151-19/+25
* Fixed possible memory leaks.Ilia Alshanetsky2002-10-151-0/+8
* Fix leak, and avoid initialization problems where retval is re-usedWez Furlong2002-10-151-4/+13
* Revert to 1.34.Sebastian Bergmann2002-10-141-18/+18
* Whitespace fixes.Sebastian Bergmann2002-10-141-18/+18
* Fix Win32 build.Sebastian Bergmann2002-10-141-3/+0
* *cough*Wez Furlong2002-10-141-2/+3
* @- fgets($fp) (with no length parameter) now uses a buffer as long as theWez Furlong2002-10-141-3/+7
* Implement better SSL error handling.Wez Furlong2002-10-141-16/+122
* Fix stream_eof result interpretation (and thus the user-streams test).Wez Furlong2002-10-141-5/+6
* Remove some old code.Wez Furlong2002-10-131-9/+1
* A much better probable fix for #16114.Wez Furlong2002-10-132-1/+25
* Probable fix for #16114Wez Furlong2002-10-131-1/+1
* Fix a nasty nasty bug:Wez Furlong2002-10-131-7/+33
* (php_socket_errno) win32 errno compatible macro.Wez Furlong2002-10-132-6/+65
* make php_import_environment_variables overwritable so fastcgi can correctlyShane Caraveo2002-10-132-3/+5