summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* one more attempt at ridding us of some of those annoying mime typesPHP-4.3.2Gwynne Raskind2009-07-160-0/+0
|
* MFH: Fix handling of ini settingsMarcus Boerger2003-05-301-6/+16
|
* - Go with the release of PHP 4.3.2foobar2003-05-283-6/+6
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3_2'.SVN Migration2003-05-2833-2389/+0
|
* On win32, always open in binary mode unless they asked for text mode using 't'.Wez Furlong2003-05-281-6/+3
| | | | | | This solves a number of apparent BC breaks that resulted from the move from fopen() to open().
* MFHHartmut Holzgraefe2003-05-280-0/+0
|
* MFHHartmut Holzgraefe2003-05-281-0/+7
| | | | | @fdf crash with ZTS builds fixed (see Bug #14877)
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-05-284-0/+68
|
* MFHPierre Joye2003-05-281-1/+1
|
* There is no point using php_error_docref in MINIT.foobar2003-05-271-1/+1
|
* Fix close of log file.Adam Dickmeiss2003-05-271-7/+9
|
* Nuke the php_header() call here. Fixes the rest of #14409.foobar2003-05-261-4/+1
|
* MFH: In CLI log errors alwaysMarcus Boerger2003-05-261-4/+1
|
* MFH(r-1.8): changed the test so it would not fail on some old platforms.Moriyoshi Koizumi2003-05-261-0/+1
|
* Make LC_MESSAGES available, for platforms that don't have it natively,Melvyn Sopacua2003-05-261-0/+3
| | | | | when gettext is compiled in.
* Plug a leak - noticed by Ilia.Wez Furlong2003-05-261-1/+6
|
* - Fixed a bug in reporting start-up errors with the CLI: No HTTP header shallDerick Rethans2003-05-262-1/+9
| | | | | be shown.
* MFH: TypoDerick Rethans2003-05-261-1/+1
|
* MFHfoobar2003-05-260-0/+0
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-05-262-0/+40
|
* BFNfoobar2003-05-261-0/+1
|
* MFBIlia Alshanetsky2003-05-262-0/+2
|
* http://bugs.php.net/bug.php?id=14409Shane Caraveo2003-05-251-1/+1
| | | | | | | in the shell, if we get a filename on the commandline, never use stdin. This fixes '\>php nonexistent.php' will MTH once I get 5 building properly
* http://bugs.php.net/bug.php?id=23800Shane Caraveo2003-05-253-1/+17
| | | | | | change the default for those who cannot this was actually done a long time ago, but got reverted along the way
* MFH: spelingMarcus Boerger2003-05-241-1/+1
|
* Adjust error message to encourage people with apparently broken IPV6 systems toWez Furlong2003-05-241-1/+5
| | | | | build PHP without IPV6 support.
* Executing tests once is enoughMarcus Boerger2003-05-231-0/+2
|
* BFN 23765Sara Golemon2003-05-231-0/+1
|
* Bug#23765 File upload handler should not care about case sensitivity of ↵Sara Golemon2003-05-231-3/+3
| | | | header values.
* MFH: Make this a warningMarcus Boerger2003-05-231-1/+4
|
* MFH: Add warning level for tests.Marcus Boerger2003-05-231-3/+17
|
* Avoid greedy reads on FIFOsWez Furlong2003-05-231-3/+3
|
* Fix Bug #23770: Odd output from file_get_contents().Wez Furlong2003-05-231-5/+6
| | | | | | php_stream_copy_to_mem couldn't handle the case when the read returned less than chunk_size/4 bytes (except when it was the last chunk read).
* MFHIlia Alshanetsky2003-05-232-2/+2
|
* MFHfoobar2003-05-230-0/+0
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-05-229-0/+866
|
* fix the generated file.foobar2003-05-221-3/+3
|
* Add --force so release package building worksWez Furlong2003-05-221-1/+1
|
* - This branch is now PHP 4.3.3-dev. (no more RCs!)foobar2003-05-212-5/+5
|
* Go with PHP 4.3.2RC4foobar2003-05-212-3/+3
|
* MFHJay Smith2003-05-211-16/+20
|
* Fixed bug #23744Ilia Alshanetsky2003-05-211-2/+5
|
* BFNfoobar2003-05-211-0/+1
|
* MFH: Fixed bug #23738 (ifx_copy_blob() crash). (Jani)foobar2003-05-211-1/+1
|
* BFNfoobar2003-05-211-0/+2
|
* MFHIlia Alshanetsky2003-05-211-0/+20
|
* Revert bogus commitRasmus Lerdorf2003-05-211-21/+0
|
* MFH (ob_gzhandler and zlib.output_compression should send a Content-LengthSander Roobol2003-05-211-0/+21
| | | | | header if the length of the complete compressed output is known)
* Allow win32 people to fopen($filename, 'rt') to explicitly chose text-modeWez Furlong2003-05-211-0/+5
| | | | | | | | files again. The functionality was accidentally dropped when we introduced our own fopen mode string parser.
* Fix typoZeev Suraski2003-05-211-1/+1
|