summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Added missing proto and foldings.Yasuo Ohgaki2002-10-031-3/+38
* Move wrong output buffer usage check to ob_gzhandler init.Yasuo Ohgaki2002-10-032-23/+6
* Made some functions inline.Yasuo Ohgaki2002-10-031-5/+5
* Added ob_get_clean() and ob_get_flush().Yasuo Ohgaki2002-10-032-0/+52
* Add some more BeOS support.David Reid2002-10-021-0/+3
* Fix implicit_flushMarcus Boerger2002-10-021-7/+5
* Modified get_status(): Display chunk_size allways and size which is inMarcus Boerger2002-10-021-2/+5
* Revisted Wez patch: chunk_size 0 means cahce the whole output. SoMarcus Boerger2002-10-021-2/+2
* Another missing variable initMarcus Boerger2002-10-021-1/+1
* Missing variable initMarcus Boerger2002-10-021-1/+1
* Fixed bug #17825. Double zval_ptr_dtor().Yasuo Ohgaki2002-10-011-1/+0
* Fixed implicit flush.Yasuo Ohgaki2002-10-011-0/+8
* Users can shoot themselves by their own output handler always.Yasuo Ohgaki2002-09-301-15/+18
* Fix infinite recursion bug when using zlib output compression.Wez Furlong2002-09-301-0/+2
* Fixed a mem leak inside the path resolving code.Ilia Alshanetsky2002-09-291-3/+5
* ws fixfoobar2002-09-291-2/+3
* Follow Yasuo's suggestion and build sapi program's under the sapi-specificSascha Schumann2002-09-292-288/+0
* - Fix Edin's nameDerick Rethans2002-09-292-2/+2
* Added php/embed toolkit for embedding PHP engine into C/C++ applications.Edin Kadribasic2002-09-292-0/+288
* Rename streams functions to fit with naming conventions, adding aliasesWez Furlong2002-09-281-2/+2
* remove chunk size setting code (it's now in streams.c).Wez Furlong2002-09-282-30/+7
* Differentiate between write buffer and streams read buffer sizes.Wez Furlong2002-09-282-3/+15
* Fixed bug #13936Ilia Alshanetsky2002-09-281-1/+6
* Uh, this is what I meant to do. Fix for #19292Rasmus Lerdorf2002-09-281-3/+3
* Probable fix for bug #19292Rasmus Lerdorf2002-09-281-2/+2
* Allow user streams/wrappers to implement fstat(), opendir() and stat().Wez Furlong2002-09-283-83/+423
* fix phpinfo() output for better browser BCColin Viebrock2002-09-261-3/+3
* Fix for #19580. (Incorrectly warning about lost data when that is not theWez Furlong2002-09-261-1/+1
* Fix segfault in wrapper error log mechanism when errors are logged onWez Furlong2002-09-262-1/+12
* Rename file_get_wrapper_data -> file_get_meta_data.Wez Furlong2002-09-261-1/+2
* We are about to enter 2003, sending two-digit years does not make tooSascha Schumann2002-09-251-1/+1
* Implement persistent streams. (for pfsockopen).Wez Furlong2002-09-256-36/+147
* Correct a buglet in the newly introduced buffer code.Wez Furlong2002-09-231-10/+13
* Ensure that the seekable stream returned for include("http://") under win32Wez Furlong2002-09-231-1/+3
* Enable include("http://....") under win32 by downloading to a temporaryWez Furlong2002-09-231-1/+1
* Remove allow_url_fopen checks from the user streams code.Wez Furlong2002-09-231-6/+0
* Implement a default_socket_timeout and auto_detect_line_endings ini options.Wez Furlong2002-09-232-4/+6
* Hopefully fix the other warnings that my last warning-fixing commit caused.Wez Furlong2002-09-231-2/+4
* fix some warnings.Wez Furlong2002-09-232-3/+3
* Fix bug #19525Zeev Suraski2002-09-231-0/+6
* Revise buffer/seek code a little.Wez Furlong2002-09-234-39/+148
* Compat fixZeev Suraski2002-09-231-1/+1
* Implement read buffering in streams.Wez Furlong2002-09-236-403/+301
* Fixed bug #19395Ilia Alshanetsky2002-09-221-2/+12
* Changing the magic_quotes_gpc setting has no effect at USER levelSander Roobol2002-09-201-1/+1
* Change phpinfo() to use CSS styling instead of HTML code.Colin Viebrock2002-09-191-4/+4
* Fix connection_status()Zeev Suraski2002-09-191-0/+7
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-182-2/+6
* Tidy up some user stream code.Wez Furlong2002-09-181-10/+17
* Call zend_post_startup() - use local copies of the function, class andZeev Suraski2002-09-171-0/+4