summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* made new ssl activate function the default.Stefan Esser2002-09-122-7/+11
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-111-0/+50
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-092-0/+29
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-1/+1
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-0/+15
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-2/+22
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-092-3/+20
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-1/+14
* Added possibility to reuse an old SSL session id.Stefan Esser2002-09-082-2/+13
* Added missing charset.Yasuo Ohgaki2002-09-081-0/+1
* Fix last commit. This line isn't supposed to be replaced.Yasuo Ohgaki2002-09-081-1/+1
* MFBYasuo Ohgaki2002-09-071-1/+2
* Fix a couple of bad pointer indirections (oops).Wez Furlong2002-09-072-7/+8
* Tag user streams as being URLs, so that safe mode restrictionsWez Furlong2002-09-071-0/+1
* WebDAV MKCOL can have post data body, see rfc2518 8.3.1Hartmut Holzgraefe2002-09-071-0/+1
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-0/+4
* This 2 lines should have been removed when the header() code was rewritten.Stefan Esser2002-09-041-2/+0
* Don't build ext/overload with Zend Engine 2.Sebastian Bergmann2002-09-041-0/+4
* --enable-mbstr-enc-trans is abolished to prevent some problems about POST/GET...Rui Hirokawa2002-09-031-1/+0
* - Enable strcoll() for win32 buildMarkus Fischer2002-09-021-0/+4
* Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double...Sebastian Bergmann2002-09-014-78/+15
* - reenable "no value" output. thanks to sebastian for pointing that out.Jan Lehnardt2002-08-291-4/+14
* - add phpinfo() support for CLI.Jan Lehnardt2002-08-281-13/+21
* Fix ZTS build.Sebastian Bergmann2002-08-252-5/+5
* use php_error_docref()Marcus Boerger2002-08-255-19/+19
* Removed __output_handler as everybody seems against such implicitMarcus Boerger2002-08-251-18/+2
* Use zend_is_callable() instead of php_check_object_method_array() andMarcus Boerger2002-08-251-29/+22
* Fix open_basedir.Wez Furlong2002-08-251-1/+23
* Reenable array(object,method) in ob_start()Marcus Boerger2002-08-251-4/+40
* Hopefully really fix #18022 this time.Wez Furlong2002-08-251-3/+25