summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ignore .reg files created by pear_registry test.foobar2001-12-060-0/+0
|
* Fix broken format string in socket_recv -> zend_parse_parametersJason Greene2001-12-061-48/+101
| | | | | | Rewrote socket_setopt and socket_getopt to be cleaner @Added support for SO_RCVTIMEO and SO_SNDTIMEO to ext/sockets (Jason)
* Fix test when allow_call_time_pass_reference = Offfoobar2001-12-061-3/+3
|
* destroy subrequests returned from ap_sub_req_lookup_uriDoug MacEachern2001-12-061-0/+4
|
* ChangeLog update2001-12-061-0/+35
|
* call to ap_sub_req_lookup_uri() needs to pass ctx->f->next rather thanDoug MacEachern2001-12-061-1/+1
| | | | | | NULL for next_filter argument in order for ap_run_sub_req() output to end up where expected. ("William A. Rowe, Jr." <wrowe@rowe-clan.net>)
* proto fixHartmut Holzgraefe2001-12-052-0/+5
|
* proto fixesHartmut Holzgraefe2001-12-054-2/+23
|
* proto fixHartmut Holzgraefe2001-12-052-2/+2
|
* proto fixesHartmut Holzgraefe2001-12-053-5/+23
|
* increase timestamp, because make tries to regenerate this file without any ↵Sascha Schumann2001-12-051-0/+1
| | | | reason
* Remove redundant includeZeev Suraski2001-12-051-2/+0
|
* Document recent changes.Sebastian Bergmann2001-12-051-0/+23
|
* ChangeLog update2001-12-051-0/+48
|
* Store the read bytes so that some sapi modules know how much to read.foobar2001-12-051-0/+1
|
* Make it more clear what session.referer_check is about.foobar2001-12-052-0/+4
|
* Remove check for "To:" in headers. If "Reply-To:" exists the the To: entry ↵Frank M. Kromann2001-12-041-7/+7
| | | | | | | was not created. This is WIn32 only.
* proto fixHartmut Holzgraefe2001-12-041-1/+3
|
* proto fixHartmut Holzgraefe2001-12-041-2/+2
|
* proto fixesHartmut Holzgraefe2001-12-041-2/+2
|
* proto fixHartmut Holzgraefe2001-12-041-1/+1
|
* proto fixesHartmut Holzgraefe2001-12-041-11/+11
|
* Make the length parameter to fgets optional (defaults to 1024)Sterling Hughes2001-12-041-5/+8
|
* Enable imap_mail() on win32Frank M. Kromann2001-12-042-14/+23
|
* modified to enable imap_mail() on win32Frank M. Kromann2001-12-042-4/+6
|
* Adding files to enable imap_mail() on win32Frank M. Kromann2001-12-042-0/+267
|
* - Damn Zeev :)Andi Gutmans2001-12-041-2/+49
|
* Mark sapi/servlet as what it is: experimental.Sebastian Bergmann2001-12-041-0/+5
|
* Mark ext/java as what it is: experimental.Sebastian Bergmann2001-12-043-0/+15
|
* Add Win32 specific files to .cvsignore.Sebastian Bergmann2001-12-040-0/+0
|
* Add XMLRPC extension.Sebastian Bergmann2001-12-041-0/+12
|
* ChangeLog update2001-12-041-0/+102
|
* NEWS update2001-12-041-0/+2
|
* typo fixfoobar2001-12-041-1/+1
|
* - Let's not default to any set of extra libraries. This way any kind offoobar2001-12-031-3/+1
| | | | | builds of pdflib work. And this configure stays simple.
* Make xmlrpc module compilable on windows. compiles, but untested.Shane Caraveo2001-12-0324-6/+498
|
* - Missed oneAndi Gutmans2001-12-031-4/+4
|
* - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn'tAndi Gutmans2001-12-034-118/+118
| | | | | - change something I wasn't supposed to. It should be fine IMO.
* Fix declarations of static variables. Builds on AIX now.Sascha Schumann2001-12-032-41/+41
|
* Add a content length field to perhaps eliminate null truncationSterling Hughes2001-12-031-1/+3
|
* Re-add support for HTTP file uploadsSterling Hughes2001-12-031-3/+10
|
* MFBSterling Hughes2001-12-031-3/+1
|
* - Added ob_get_level, which returns the nesting level of the output bufferingDerick Rethans2001-12-033-0/+10
| | | | | | | mechanism. (patch by Yasuo Ohgaki <yasuo_ohgaki@yahoo.com>) @- Added ob_get_level, which returns the nesting level of the output buffering @ mechanism. (Yasuo, Derick)
* Make php_reg_replace available from shared extensionsFrank M. Kromann2001-12-034-4/+4
|
* Make php_MD5* functions available from shared extensionsFrank M. Kromann2001-12-032-7/+8
|
* Make _php_math_number_format available from shared extensionsFrank M. Kromann2001-12-032-4/+4
|
* Make php_startpage and php_getlastmod available from shared extensionsFrank M. Kromann2001-12-032-4/+12
|
* Make php_setcookie available from shared extensionsFrank M. Kromann2001-12-032-16/+24
|
* ChangeLog update2001-12-031-0/+109
|
* added mssql_fetch_assoc() to be more mysql conformHarald Radi2001-12-022-1/+11
| | | | | changed mssql_fetch_array() back to its default behaviour (MSSQL_BOTH)