Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: revert copy patch. | Ilia Alshanetsky | 2005-03-27 | 1 | -6/+0 |
| | |||||
* | MFH | foobar | 2005-03-22 | 1 | -0/+6 |
| | |||||
* | MFH | foobar | 2005-03-22 | 1 | -0/+50 |
| | |||||
* | - MFH | Marcus Boerger | 2005-03-10 | 2 | -52/+60 |
| | |||||
* | - Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping). (Derick, | Derick Rethans | 2005-03-09 | 1 | -10/+13 |
| | | | | | Benjamin Greiner) | ||||
* | MFH: Fixed bug #29424 (width and height inverted for JPEG2000 files). | Ilia Alshanetsky | 2005-03-06 | 1 | -1/+1 |
| | |||||
* | - Remove <b>-Tag from error message | Johannes Schlüter | 2005-03-03 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #32160 (file truncation in copy() when source & destination are | Ilia Alshanetsky | 2005-03-03 | 1 | -0/+6 |
| | | | | | the same). | ||||
* | touch | foobar | 2005-03-01 | 1 | -26/+30 |
| | |||||
* | MFH: Fixed bug #31792 (getrusage() does not provide ru_nswap value). | Ilia Alshanetsky | 2005-03-01 | 1 | -0/+1 |
| | |||||
* | MFH | Stefan Esser | 2005-03-01 | 1 | -0/+5 |
| | |||||
* | MFH | Stefan Esser | 2005-02-28 | 1 | -0/+4 |
| | |||||
* | - MFH | Marcus Boerger | 2005-02-24 | 1 | -38/+75 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2005-02-18 | 1 | -0/+14 |
| | |||||
* | - MFH | Marcus Boerger | 2005-02-15 | 2 | -31/+47 |
| | |||||
* | fix test | foobar | 2005-02-04 | 1 | -2/+2 |
| | |||||
* | MFH: Fixed bug #31842 (*date('r') does not return RFC2822 conforming date ↵ | foobar | 2005-02-04 | 1 | -2/+2 |
| | | | | string). | ||||
* | MFH: Fix handling of INF/NAN in unserialize(). | Ilia Alshanetsky | 2005-01-30 | 2 | -23/+19 |
| | |||||
* | improve CS & error messages | Antony Dovgal | 2005-01-28 | 1 | -18/+17 |
| | |||||
* | MFB: explain why ftok() failed | Antony Dovgal | 2005-01-28 | 1 | -0/+3 |
| | |||||
* | MFH: Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar) | Ilia Alshanetsky | 2005-01-27 | 2 | -1/+12 |
| | |||||
* | MFH: Fixed bug #31699 (unserialize() float problem on non-English locales). | Ilia Alshanetsky | 2005-01-26 | 2 | -47/+47 |
| | |||||
* | MFH: Fixed bug #29733 (printf() handles repeated placeholders wrong). | Ilia Alshanetsky | 2005-01-26 | 1 | -12/+7 |
| | |||||
* | MFH: Fixed bug #31465 (False warning in unpack() when working with *). | Ilia Alshanetsky | 2005-01-25 | 1 | -1/+3 |
| | |||||
* | Fix several egregious leaks in ext/browscap and sapi/embed. | Andrei Zmievski | 2005-01-25 | 1 | -5/+11 |
| | |||||
* | MFH: Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with ' | Ilia Alshanetsky | 2005-01-20 | 1 | -1/+1 |
| | | | | | get cutoff). | ||||
* | MFH: Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen). | Ilia Alshanetsky | 2005-01-18 | 1 | -0/+4 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2005-01-18 | 1 | -0/+72 |
| | |||||
* | - Files generated with re2c 0.9.2 | foobar | 2005-01-18 | 2 | -85/+225 |
| | |||||
* | MFH: - Move hash table destruction to proper location | foobar | 2005-01-18 | 2 | -3/+4 |
| | |||||
* | Fixed bug #31580 (fgetcsv() problematic with "" escape sequences). | Ilia Alshanetsky | 2005-01-18 | 1 | -3/+0 |
| | |||||
* | MFH: 64bit fixes | Stefan Esser | 2005-01-17 | 2 | -5/+5 |
| | |||||
* | Fix compiler warning. | Stefan Esser | 2005-01-17 | 2 | -7/+7 |
| | |||||
* | MFH | Stefan Esser | 2005-01-15 | 3 | -9/+83 |
| | |||||
* | - MFH: Fix the fix | Moriyoshi Koizumi | 2005-01-11 | 1 | -4/+4 |
| | |||||
* | - MFH: fix htmlentities() / html_decode_entity() UTF-8 related bugs | Moriyoshi Koizumi | 2005-01-11 | 1 | -33/+32 |
| | | | | | | | initially reported by Kamesh Jayachandrana # UTF-8 feature doesn't work in PHP 4.3 anyway, so I'm not going to add the # testcase. | ||||
* | MFH: update test to include negative floats as strings too | foobar | 2005-01-10 | 1 | -0/+3 |
| | |||||
* | MFH: - Fix outside-source-tree builds. Always include generated header files | foobar | 2005-01-09 | 1 | -1/+1 |
| | | | | | with #include <some_header.h> to make sure the correct file is used. | ||||
* | MFH: - Fix leaks with registered shutdown functions. | foobar | 2005-01-09 | 1 | -3/+10 |
| | |||||
* | MFH: - Fix possible crash (PR#26223). Leaks remain. | foobar | 2005-01-08 | 1 | -0/+1 |
| | |||||
* | MFH: remove duplicated include | Antony Dovgal | 2005-01-07 | 1 | -1/+0 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2005-01-02 | 2 | -0/+170 |
| | |||||
* | - Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -3/+3 |
| | | | | | | # Fixes also bug #29160 # for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done; | ||||
* | Update desc | Zeev Suraski | 2004-12-28 | 1 | -1/+1 |
| | |||||
* | MFH: destroy return_value and fix leak in array_fill() | Antony Dovgal | 2004-12-23 | 1 | -0/+2 |
| | |||||
* | MFH: Fix test so it doesn't hang make test on HP-UX. | Magnus M��tt� | 2004-12-21 | 1 | -0/+1 |
| | |||||
* | Fixed bug #31174 (compile warning in url.c). | Ilia Alshanetsky | 2004-12-20 | 1 | -1/+1 |
| | |||||
* | MFH: Use FREE_HASHTABLE() instead of efree() | foobar | 2004-12-20 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #31072 (var_export() does not output an array element with an empty | Derick Rethans | 2004-12-17 | 2 | -11/+7 |
| | | | | | string key). (Derick) | ||||
* | MFH: fix leak (init array only if we got valid start key) | Antony Dovgal | 2004-12-16 | 1 | -3/+3 |
| |