| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | - Nuke delete(). It was a big mistake to introduce it and I finally | Andi Gutmans | 2002-07-14 | 6 | -72/+4 | |
| | | | | | | | | | - understand why Java didn't do so. - If you still want to control destruction of your object then either make - sure you kill all references or create a destruction method which you - call yourself. | |||||
| * | it is not really cold though | Sascha Schumann | 2002-07-14 | 1 | -0/+2 | |
| | | ||||||
| * | - Nuke some unused code | Andi Gutmans | 2002-07-14 | 1 | -29/+0 | |
| | | ||||||
| * | the sun was shining a few days ago | Sascha Schumann | 2002-07-14 | 1 | -0/+2 | |
| | | ||||||
| * | integrate the public keep-alive patch | Sascha Schumann | 2002-07-14 | 2 | -45/+638 | |
| | | | | | | | | | | the patch did not handle pipeling at all, so that some code had to be added from Premium thttpd persistent connections are supported, if a script sets the Content-Length header | |||||
| * | Fix a couple of protos | Rasmus Lerdorf | 2002-07-14 | 1 | -6/+6 | |
| | | ||||||
| * | thttpd blocks in rare circumstances where it cannot write out a small HTTP | Sascha Schumann | 2002-07-14 | 2 | -70/+107 | |
| | | | | | | | | | | response (happened at customer sites). The response is now written out using the standard state machine. the buffer which is handed to thttpd by php is now simply dealt with as if it were a thttpd generated response (avoids code duplication). | |||||
| * | make the sapi module hand off a buffer to thttpd for final data delivery, | Sascha Schumann | 2002-07-14 | 2 | -77/+524 | |
| | | | | | | instead of blocking the whole process | |||||
| * | MFZE1 | Derick Rethans | 2002-07-14 | 1 | -2/+2 | |
| | | ||||||
| * | - MFZE1 | Derick Rethans | 2002-07-14 | 1 | -6/+6 | |
| | | ||||||
| * | - MFZE1 | Derick Rethans | 2002-07-14 | 1 | -0/+12 | |
| | | ||||||
| * | Move comment. | Yasuo Ohgaki | 2002-07-14 | 2 | -2/+2 | |
| | | | | | | Remove a skip condition does not required. | |||||
| * | IF --disable-mbstr-enc-trans is used OR mbstring is compiled as shared | foobar | 2002-07-14 | 1 | -3/+3 | |
| | | | | | | extension, these functions are not available. | |||||
| * | ChangeLog update | 2002-07-14 | 1 | -0/+53 | ||
| | | ||||||
| * | These options are all enabled by default. (why?) | foobar | 2002-07-14 | 1 | -2/+2 | |
| | | ||||||
| * | These options are all enabled by default. (why?) | foobar | 2002-07-14 | 1 | -2/+2 | |
| | | ||||||
| * | Fix tests. Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp> | Yasuo Ohgaki | 2002-07-14 | 3 | -3/+3 | |
| | | ||||||
| * | Fixed win32 build | Sander Roobol | 2002-07-13 | 1 | -6/+5 | |
| | | ||||||
| * | Kill compiler warning | foobar | 2002-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Fix SKIPs for these tests. | foobar | 2002-07-13 | 2 | -5/+2 | |
| | | ||||||
| * | nuke unused variable warning | foobar | 2002-07-13 | 1 | -3/+7 | |
| | | ||||||
| * | Fixed some unused variable warnings | foobar | 2002-07-13 | 1 | -2/+5 | |
| | | ||||||
| * | Nuke unused variable | foobar | 2002-07-13 | 1 | -1/+0 | |
| | | ||||||
| * | Kill compile warning | foobar | 2002-07-13 | 1 | -2/+0 | |
| | | ||||||
| * | Really fix it this time.. | foobar | 2002-07-13 | 1 | -0/+4 | |
| | | ||||||
| * | Fixed bug: #16638. | foobar | 2002-07-13 | 1 | -2/+1 | |
| | | ||||||
| * | Needed this to be able to test safe-mode stuff on cmd-line | foobar | 2002-07-13 | 1 | -0/+1 | |
| | | ||||||
| * | - Made the trim functions use same base function. (less code :) | foobar | 2002-07-13 | 2 | -65/+35 | |
| | | | | | | | | - Renamed php_trim2 -> php_trim (not used anyplace else, yet) - Made php_trim abit more usable for external use. (not necessary to use zvals with it anymore) | |||||
| * | Fixed the undefined reference to 'gdttf' errors when using bundled GD lib. | foobar | 2002-07-13 | 1 | -1/+1 | |
| | | | | | | # I removed that in the first place..don't remember why. :( | |||||
| * | Fixed tests. Patch by Yoshimori Koizumi <readjust@deneb.freemail.ne.jp> | Yasuo Ohgaki | 2002-07-13 | 2 | -2/+4 | |
| | | ||||||
| * | Fix bug: #18285, php_checkuid() mangled the passed path. | foobar | 2002-07-13 | 1 | -3/+6 | |
| | | ||||||
| * | ChangeLog update | 2002-07-13 | 1 | -0/+53 | ||
| | | ||||||
| * | - Fixed bug: #18268. If pcre is build as shared extension, we can't use | foobar | 2002-07-13 | 1 | -9/+10 | |
| | | | | | | | php_pcre_replace() here. - Cleaned up a bit. | |||||
| * | Partially reverted the netware related commit. | foobar | 2002-07-12 | 1 | -13/+3 | |
| | | ||||||
| * | Beauify a bit.. | foobar | 2002-07-12 | 1 | -20/+21 | |
| | | ||||||
| * | Some ws fixes. And removed the problems causing typedef for ushort. | foobar | 2002-07-12 | 1 | -33/+24 | |
| | | ||||||
| * | - Fixed compile (bug #18297) on such systems which define uchar. | foobar | 2002-07-12 | 1 | -8/+6 | |
| | | ||||||
| * | Bail out the given path does not have the libraries in it. | foobar | 2002-07-12 | 1 | -0/+6 | |
| | | ||||||
| * | Fixed bug: #18295. e_os.h is not supposed to be included.. | foobar | 2002-07-12 | 1 | -3/+4 | |
| | | ||||||
| * | File needed to build extensions for NetWare | Anantha Kesari H Y | 2002-07-12 | 1 | -0/+18 | |
| | | ||||||
| * | Added NetWare changes | Anantha Kesari H Y | 2002-07-12 | 2 | -2/+183 | |
| | | ||||||
| * | Make configure stop if something is wrong with libraries/linking. | foobar | 2002-07-12 | 1 | -32/+59 | |
| | | ||||||
| * | Fix ZTS build | foobar | 2002-07-12 | 2 | -12/+7 | |
| | | ||||||
| * | Remove unused variables. | Sebastian Bergmann | 2002-07-12 | 1 | -1/+0 | |
| | | ||||||
| * | missing entry for config.h.in | foobar | 2002-07-12 | 0 | -0/+0 | |
| | | ||||||
| * | .libs/ directories are created when building shared extensions. | foobar | 2002-07-12 | 1 | -1/+1 | |
| | | ||||||
| * | minor typo fixbug. | foobar | 2002-07-12 | 1 | -1/+1 | |
| | | ||||||
| * | - Added predefined constants for the upload errors. | foobar | 2002-07-12 | 3 | -6/+18 | |
| | | | | | | - Removed the debugging error (not useful for end-users) | |||||
| * | NEWS update | 2002-07-12 | 1 | -0/+1 | ||
| | | ||||||
| * | ChangeLog update | 2002-07-12 | 1 | -0/+80 | ||
| | | ||||||
