summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - Nuke delete(). It was a big mistake to introduce it and I finallyAndi Gutmans2002-07-146-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 thoughSascha Schumann2002-07-141-0/+2
|
* - Nuke some unused codeAndi Gutmans2002-07-141-29/+0
|
* the sun was shining a few days agoSascha Schumann2002-07-141-0/+2
|
* integrate the public keep-alive patchSascha Schumann2002-07-142-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 protosRasmus Lerdorf2002-07-141-6/+6
|
* thttpd blocks in rare circumstances where it cannot write out a small HTTPSascha Schumann2002-07-142-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 Schumann2002-07-142-77/+524
| | | | | instead of blocking the whole process
* MFZE1Derick Rethans2002-07-141-2/+2
|
* - MFZE1Derick Rethans2002-07-141-6/+6
|
* - MFZE1Derick Rethans2002-07-141-0/+12
|
* Move comment.Yasuo Ohgaki2002-07-142-2/+2
| | | | | Remove a skip condition does not required.
* IF --disable-mbstr-enc-trans is used OR mbstring is compiled as sharedfoobar2002-07-141-3/+3
| | | | | extension, these functions are not available.
* ChangeLog update2002-07-141-0/+53
|
* These options are all enabled by default. (why?)foobar2002-07-141-2/+2
|
* These options are all enabled by default. (why?)foobar2002-07-141-2/+2
|
* Fix tests. Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp>Yasuo Ohgaki2002-07-143-3/+3
|
* Fixed win32 buildSander Roobol2002-07-131-6/+5
|
* Kill compiler warningfoobar2002-07-131-1/+1
|
* Fix SKIPs for these tests.foobar2002-07-132-5/+2
|
* nuke unused variable warningfoobar2002-07-131-3/+7
|
* Fixed some unused variable warningsfoobar2002-07-131-2/+5
|
* Nuke unused variablefoobar2002-07-131-1/+0
|
* Kill compile warningfoobar2002-07-131-2/+0
|
* Really fix it this time..foobar2002-07-131-0/+4
|
* Fixed bug: #16638.foobar2002-07-131-2/+1
|
* Needed this to be able to test safe-mode stuff on cmd-linefoobar2002-07-131-0/+1
|
* - Made the trim functions use same base function. (less code :)foobar2002-07-132-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.foobar2002-07-131-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 Ohgaki2002-07-132-2/+4
|
* Fix bug: #18285, php_checkuid() mangled the passed path.foobar2002-07-131-3/+6
|
* ChangeLog update2002-07-131-0/+53
|
* - Fixed bug: #18268. If pcre is build as shared extension, we can't usefoobar2002-07-131-9/+10
| | | | | | php_pcre_replace() here. - Cleaned up a bit.
* Partially reverted the netware related commit.foobar2002-07-121-13/+3
|
* Beauify a bit..foobar2002-07-121-20/+21
|
* Some ws fixes. And removed the problems causing typedef for ushort.foobar2002-07-121-33/+24
|
* - Fixed compile (bug #18297) on such systems which define uchar.foobar2002-07-121-8/+6
|
* Bail out the given path does not have the libraries in it.foobar2002-07-121-0/+6
|
* Fixed bug: #18295. e_os.h is not supposed to be included..foobar2002-07-121-3/+4
|
* File needed to build extensions for NetWareAnantha Kesari H Y2002-07-121-0/+18
|
* Added NetWare changesAnantha Kesari H Y2002-07-122-2/+183
|
* Make configure stop if something is wrong with libraries/linking.foobar2002-07-121-32/+59
|
* Fix ZTS buildfoobar2002-07-122-12/+7
|
* Remove unused variables.Sebastian Bergmann2002-07-121-1/+0
|
* missing entry for config.h.infoobar2002-07-120-0/+0
|
* .libs/ directories are created when building shared extensions.foobar2002-07-121-1/+1
|
* minor typo fixbug.foobar2002-07-121-1/+1
|
* - Added predefined constants for the upload errors.foobar2002-07-123-6/+18
| | | | | - Removed the debugging error (not useful for end-users)
* NEWS update2002-07-121-0/+1
|
* ChangeLog update2002-07-121-0/+80
|