Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore .reg files created by pear_registry test. | foobar | 2001-12-06 | 0 | -0/+0 |
| | |||||
* | Fix broken format string in socket_recv -> zend_parse_parameters | Jason Greene | 2001-12-06 | 1 | -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 = Off | foobar | 2001-12-06 | 1 | -3/+3 |
| | |||||
* | destroy subrequests returned from ap_sub_req_lookup_uri | Doug MacEachern | 2001-12-06 | 1 | -0/+4 |
| | |||||
* | ChangeLog update | 2001-12-06 | 1 | -0/+35 | |
| | |||||
* | call to ap_sub_req_lookup_uri() needs to pass ctx->f->next rather than | Doug MacEachern | 2001-12-06 | 1 | -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 fix | Hartmut Holzgraefe | 2001-12-05 | 2 | -0/+5 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-05 | 4 | -2/+23 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-05 | 2 | -2/+2 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-05 | 3 | -5/+23 |
| | |||||
* | increase timestamp, because make tries to regenerate this file without any ↵ | Sascha Schumann | 2001-12-05 | 1 | -0/+1 |
| | | | | reason | ||||
* | Remove redundant include | Zeev Suraski | 2001-12-05 | 1 | -2/+0 |
| | |||||
* | Document recent changes. | Sebastian Bergmann | 2001-12-05 | 1 | -0/+23 |
| | |||||
* | ChangeLog update | 2001-12-05 | 1 | -0/+48 | |
| | |||||
* | Store the read bytes so that some sapi modules know how much to read. | foobar | 2001-12-05 | 1 | -0/+1 |
| | |||||
* | Make it more clear what session.referer_check is about. | foobar | 2001-12-05 | 2 | -0/+4 |
| | |||||
* | Remove check for "To:" in headers. If "Reply-To:" exists the the To: entry ↵ | Frank M. Kromann | 2001-12-04 | 1 | -7/+7 |
| | | | | | | | was not created. This is WIn32 only. | ||||
* | proto fix | Hartmut Holzgraefe | 2001-12-04 | 1 | -1/+3 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-04 | 1 | -2/+2 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-04 | 1 | -2/+2 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-04 | 1 | -11/+11 |
| | |||||
* | Make the length parameter to fgets optional (defaults to 1024) | Sterling Hughes | 2001-12-04 | 1 | -5/+8 |
| | |||||
* | Enable imap_mail() on win32 | Frank M. Kromann | 2001-12-04 | 2 | -14/+23 |
| | |||||
* | modified to enable imap_mail() on win32 | Frank M. Kromann | 2001-12-04 | 2 | -4/+6 |
| | |||||
* | Adding files to enable imap_mail() on win32 | Frank M. Kromann | 2001-12-04 | 2 | -0/+267 |
| | |||||
* | - Damn Zeev :) | Andi Gutmans | 2001-12-04 | 1 | -2/+49 |
| | |||||
* | Mark sapi/servlet as what it is: experimental. | Sebastian Bergmann | 2001-12-04 | 1 | -0/+5 |
| | |||||
* | Mark ext/java as what it is: experimental. | Sebastian Bergmann | 2001-12-04 | 3 | -0/+15 |
| | |||||
* | Add Win32 specific files to .cvsignore. | Sebastian Bergmann | 2001-12-04 | 0 | -0/+0 |
| | |||||
* | Add XMLRPC extension. | Sebastian Bergmann | 2001-12-04 | 1 | -0/+12 |
| | |||||
* | ChangeLog update | 2001-12-04 | 1 | -0/+102 | |
| | |||||
* | NEWS update | 2001-12-04 | 1 | -0/+2 | |
| | |||||
* | typo fix | foobar | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | - Let's not default to any set of extra libraries. This way any kind of | foobar | 2001-12-03 | 1 | -3/+1 |
| | | | | | builds of pdflib work. And this configure stays simple. | ||||
* | Make xmlrpc module compilable on windows. compiles, but untested. | Shane Caraveo | 2001-12-03 | 24 | -6/+498 |
| | |||||
* | - Missed one | Andi Gutmans | 2001-12-03 | 1 | -4/+4 |
| | |||||
* | - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn't | Andi Gutmans | 2001-12-03 | 4 | -118/+118 |
| | | | | | - change something I wasn't supposed to. It should be fine IMO. | ||||
* | Fix declarations of static variables. Builds on AIX now. | Sascha Schumann | 2001-12-03 | 2 | -41/+41 |
| | |||||
* | Add a content length field to perhaps eliminate null truncation | Sterling Hughes | 2001-12-03 | 1 | -1/+3 |
| | |||||
* | Re-add support for HTTP file uploads | Sterling Hughes | 2001-12-03 | 1 | -3/+10 |
| | |||||
* | MFB | Sterling Hughes | 2001-12-03 | 1 | -3/+1 |
| | |||||
* | - Added ob_get_level, which returns the nesting level of the output buffering | Derick Rethans | 2001-12-03 | 3 | -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 extensions | Frank M. Kromann | 2001-12-03 | 4 | -4/+4 |
| | |||||
* | Make php_MD5* functions available from shared extensions | Frank M. Kromann | 2001-12-03 | 2 | -7/+8 |
| | |||||
* | Make _php_math_number_format available from shared extensions | Frank M. Kromann | 2001-12-03 | 2 | -4/+4 |
| | |||||
* | Make php_startpage and php_getlastmod available from shared extensions | Frank M. Kromann | 2001-12-03 | 2 | -4/+12 |
| | |||||
* | Make php_setcookie available from shared extensions | Frank M. Kromann | 2001-12-03 | 2 | -16/+24 |
| | |||||
* | ChangeLog update | 2001-12-03 | 1 | -0/+109 | |
| | |||||
* | added mssql_fetch_assoc() to be more mysql conform | Harald Radi | 2001-12-02 | 2 | -1/+11 |
| | | | | | changed mssql_fetch_array() back to its default behaviour (MSSQL_BOTH) |