Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | one more attempt at ridding us of some of those annoying mime typesPHP-4.3.2 | Gwynne Raskind | 2009-07-16 | 0 | -0/+0 |
| | |||||
* | MFH: Fix handling of ini settings | Marcus Boerger | 2003-05-30 | 1 | -6/+16 |
| | |||||
* | - Go with the release of PHP 4.3.2 | foobar | 2003-05-28 | 3 | -6/+6 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3_2'. | SVN Migration | 2003-05-28 | 33 | -2389/+0 |
| | |||||
* | On win32, always open in binary mode unless they asked for text mode using 't'. | Wez Furlong | 2003-05-28 | 1 | -6/+3 |
| | | | | | | This solves a number of apparent BC breaks that resulted from the move from fopen() to open(). | ||||
* | MFH | Hartmut Holzgraefe | 2003-05-28 | 0 | -0/+0 |
| | |||||
* | MFH | Hartmut Holzgraefe | 2003-05-28 | 1 | -0/+7 |
| | | | | | @fdf crash with ZTS builds fixed (see Bug #14877) | ||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-05-28 | 4 | -0/+68 |
| | |||||
* | MFH | Pierre Joye | 2003-05-28 | 1 | -1/+1 |
| | |||||
* | There is no point using php_error_docref in MINIT. | foobar | 2003-05-27 | 1 | -1/+1 |
| | |||||
* | Fix close of log file. | Adam Dickmeiss | 2003-05-27 | 1 | -7/+9 |
| | |||||
* | Nuke the php_header() call here. Fixes the rest of #14409. | foobar | 2003-05-26 | 1 | -4/+1 |
| | |||||
* | MFH: In CLI log errors always | Marcus Boerger | 2003-05-26 | 1 | -4/+1 |
| | |||||
* | MFH(r-1.8): changed the test so it would not fail on some old platforms. | Moriyoshi Koizumi | 2003-05-26 | 1 | -0/+1 |
| | |||||
* | Make LC_MESSAGES available, for platforms that don't have it natively, | Melvyn Sopacua | 2003-05-26 | 1 | -0/+3 |
| | | | | | when gettext is compiled in. | ||||
* | Plug a leak - noticed by Ilia. | Wez Furlong | 2003-05-26 | 1 | -1/+6 |
| | |||||
* | - Fixed a bug in reporting start-up errors with the CLI: No HTTP header shall | Derick Rethans | 2003-05-26 | 2 | -1/+9 |
| | | | | | be shown. | ||||
* | MFH: Typo | Derick Rethans | 2003-05-26 | 1 | -1/+1 |
| | |||||
* | MFH | foobar | 2003-05-26 | 0 | -0/+0 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-05-26 | 2 | -0/+40 |
| | |||||
* | BFN | foobar | 2003-05-26 | 1 | -0/+1 |
| | |||||
* | MFB | Ilia Alshanetsky | 2003-05-26 | 2 | -0/+2 |
| | |||||
* | http://bugs.php.net/bug.php?id=14409 | Shane Caraveo | 2003-05-25 | 1 | -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=23800 | Shane Caraveo | 2003-05-25 | 3 | -1/+17 |
| | | | | | | change the default for those who cannot this was actually done a long time ago, but got reverted along the way | ||||
* | MFH: speling | Marcus Boerger | 2003-05-24 | 1 | -1/+1 |
| | |||||
* | Adjust error message to encourage people with apparently broken IPV6 systems to | Wez Furlong | 2003-05-24 | 1 | -1/+5 |
| | | | | | build PHP without IPV6 support. | ||||
* | Executing tests once is enough | Marcus Boerger | 2003-05-23 | 1 | -0/+2 |
| | |||||
* | BFN 23765 | Sara Golemon | 2003-05-23 | 1 | -0/+1 |
| | |||||
* | Bug#23765 File upload handler should not care about case sensitivity of ↵ | Sara Golemon | 2003-05-23 | 1 | -3/+3 |
| | | | | header values. | ||||
* | MFH: Make this a warning | Marcus Boerger | 2003-05-23 | 1 | -1/+4 |
| | |||||
* | MFH: Add warning level for tests. | Marcus Boerger | 2003-05-23 | 1 | -3/+17 |
| | |||||
* | Avoid greedy reads on FIFOs | Wez Furlong | 2003-05-23 | 1 | -3/+3 |
| | |||||
* | Fix Bug #23770: Odd output from file_get_contents(). | Wez Furlong | 2003-05-23 | 1 | -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). | ||||
* | MFH | Ilia Alshanetsky | 2003-05-23 | 2 | -2/+2 |
| | |||||
* | MFH | foobar | 2003-05-23 | 0 | -0/+0 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-05-22 | 9 | -0/+866 |
| | |||||
* | fix the generated file. | foobar | 2003-05-22 | 1 | -3/+3 |
| | |||||
* | Add --force so release package building works | Wez Furlong | 2003-05-22 | 1 | -1/+1 |
| | |||||
* | - This branch is now PHP 4.3.3-dev. (no more RCs!) | foobar | 2003-05-21 | 2 | -5/+5 |
| | |||||
* | Go with PHP 4.3.2RC4 | foobar | 2003-05-21 | 2 | -3/+3 |
| | |||||
* | MFH | Jay Smith | 2003-05-21 | 1 | -16/+20 |
| | |||||
* | Fixed bug #23744 | Ilia Alshanetsky | 2003-05-21 | 1 | -2/+5 |
| | |||||
* | BFN | foobar | 2003-05-21 | 1 | -0/+1 |
| | |||||
* | MFH: Fixed bug #23738 (ifx_copy_blob() crash). (Jani) | foobar | 2003-05-21 | 1 | -1/+1 |
| | |||||
* | BFN | foobar | 2003-05-21 | 1 | -0/+2 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-05-21 | 1 | -0/+20 |
| | |||||
* | Revert bogus commit | Rasmus Lerdorf | 2003-05-21 | 1 | -21/+0 |
| | |||||
* | MFH (ob_gzhandler and zlib.output_compression should send a Content-Length | Sander Roobol | 2003-05-21 | 1 | -0/+21 |
| | | | | | header if the length of the complete compressed output is known) | ||||
* | Allow win32 people to fopen($filename, 'rt') to explicitly chose text-mode | Wez Furlong | 2003-05-21 | 1 | -0/+5 |
| | | | | | | | | files again. The functionality was accidentally dropped when we introduced our own fopen mode string parser. | ||||
* | Fix typo | Zeev Suraski | 2003-05-21 | 1 | -1/+1 |
| |