summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* paranoiaWez Furlong2002-10-121-1/+6
* Write in blocks of the current chunk_size for a stream.Wez Furlong2002-10-121-6/+19
* Revert Stig's patch. Windows build should work again.Edin Kadribasic2002-10-111-13/+12
* Break it again (after 4.3.0-pre1 :-)Sebastian Bergmann2002-10-101-11/+13
* Back to 4.3.0-dev.Andrei Zmievski2002-10-101-2/+2
* Revert to revision 1.13 for 4.3.0-pre1.Sebastian Bergmann2002-10-101-14/+11
* Update to 4.3.0-pre1.Andrei Zmievski2002-10-101-2/+2
* revert version here too..foobar2002-10-081-2/+2
* * make these variables configurable from environment on Windows:Stig Bakken2002-10-081-11/+13
* Closing protected variables holeStefan Esser2002-10-071-0/+52
* WhitespaceZeev Suraski2002-10-071-38/+41
* stdio buffers data in user land. By calling fflush(3), thisSascha Schumann2002-10-071-3/+7