Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Update/Add tests | Marcus Boerger | 2004-07-25 | 4 | -4/+4 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-07-25 | 3 | -0/+102 | |
| | ||||||
* | MFH: Fixed bug #29369 (Uploaded files with ' or " in their names get their | Ilia Alshanetsky | 2004-07-25 | 1 | -0/+9 | |
| | | | | | names truncated at those characters). | |||||
* | BFN | Marcus Boerger | 2004-07-25 | 1 | -0/+2 | |
| | ||||||
* | - MFH: Fix bug #29368 : The destructor is called when an exception is | Marcus Boerger | 2004-07-25 | 3 | -0/+13 | |
| | | | | | thrown from the constructor | |||||
* | fixed bug #29311 | Georg Richter | 2004-07-23 | 1 | -0/+1 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-07-23 | 1 | -0/+44 | |
| | ||||||
* | MFB: Updated version number | Edin Kadribasic | 2004-07-23 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fixed bug #29333 (output_buffering + trans_sess_id can corrupt output) | Ilia Alshanetsky | 2004-07-23 | 2 | -10/+40 | |
| | ||||||
* | MFH | Stefan Esser | 2004-07-22 | 5 | -1148/+1354 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-07-22 | 1 | -0/+759 | |
| | ||||||
* | Fix testcase | Marcus Boerger | 2004-07-22 | 1 | -1/+1 | |
| | ||||||
* | MFH: changed warning (bug #29298) for outdated client library | Georg Richter | 2004-07-22 | 1 | -1/+1 | |
| | ||||||
* | MFH: This should fix binary safety for bound results. | Sara Golemon | 2004-07-22 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fix for #28929 by Michael Sisolak | Edin Kadribasic | 2004-07-21 | 1 | -1/+1 | |
| | ||||||
* | MFH: Build fix | Edin Kadribasic | 2004-07-21 | 1 | -1/+2 | |
| | ||||||
* | MFH: Fixed bug #29209 (imap_fetchbody() doesn't check message index). | Ilia Alshanetsky | 2004-07-21 | 1 | -13/+12 | |
| | ||||||
* | BFN | Marcus Boerger | 2004-07-21 | 1 | -0/+1 | |
| | ||||||
* | MFH: Fixded #29291: get_class_vars() return names with NULLs | Marcus Boerger | 2004-07-21 | 1 | -5/+29 | |
| | ||||||
* | MFH. Fix for Bug 29010 "make test does not wait to email address" (by ↵ | Christian Stocker | 2004-07-21 | 1 | -1/+0 | |
| | | | | Sebastian Nohn) | |||||
* | MFH: Abort earlier on invalid format. | Ilia Alshanetsky | 2004-07-21 | 1 | -3/+3 | |
| | ||||||
* | - MFH (ctype.c: 1.31): Correct range checks. | Moriyoshi Koizumi | 2004-07-20 | 1 | -2/+4 | |
| | | | | | - MFH (ctype.c: 1.31): Normalize negative values. | |||||
* | oops... | Moriyoshi Koizumi | 2004-07-20 | 1 | -1/+1 | |
| | ||||||
* | BFN | Marcus Boerger | 2004-07-20 | 1 | -0/+2 | |
| | ||||||
* | MFH | Marcus Boerger | 2004-07-20 | 1 | -2/+1 | |
| | ||||||
* | - MFH (iconv.c: 1.119): Fix possible leaks / segfaults in persistent iconv | Moriyoshi Koizumi | 2004-07-20 | 1 | -13/+48 | |
| | | | | | filter. | |||||
* | BFN | Marcus Boerger | 2004-07-20 | 1 | -1/+1 | |
| | ||||||
* | MFH bugfix 28895 | Marcus Boerger | 2004-07-20 | 2 | -2/+2 | |
| | ||||||
* | - MFH (filters.c: 1.41): Add more null checks. | Moriyoshi Koizumi | 2004-07-20 | 1 | -2/+10 | |
| | ||||||
* | - MFH (filters.c: 1.40): pemalloc() might return NULL | Moriyoshi Koizumi | 2004-07-20 | 1 | -1/+3 | |
| | ||||||
* | export ini parser | Stanislav Malyshev | 2004-07-20 | 2 | -2/+2 | |
| | ||||||
* | BFN: Fixed ReflectionClass::getMethod() and ReflectionClass::getProperty() ↵ | Sebastian Bergmann | 2004-07-20 | 1 | -0/+3 | |
| | | | | to raise an ReflectionException instead of returning NULL on failure. | |||||
* | MFH: Fixed bug #29226 (ctype_* functions missing validation of numeric | Ilia Alshanetsky | 2004-07-20 | 1 | -1/+5 | |
| | | | | | string representations). | |||||
* | - A Bug #29147 was fixed. Thanks to Antony Dovgal <tony2001 at phpclub.net> | Sergey Kartashoff | 2004-07-19 | 1 | -15/+14 | |
| | | | | | for his patch. | |||||
* | - MFH protos and error message | Marcus Boerger | 2004-07-19 | 2 | -30/+38 | |
| | ||||||
* | - MFH (bug29119.phpt: 1.2): Fix test name | Moriyoshi Koizumi | 2004-07-19 | 1 | -1/+1 | |
| | ||||||
* | - MFH (html.c: 1.98, bug29199.phpt: 1.1): Fix bug #29199 (html_entity_decode() | Moriyoshi Koizumi | 2004-07-19 | 2 | -5/+7 | |
| | | | | | misbehaves with UTF-8) | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-07-19 | 9 | -0/+1394 | |
| | ||||||
* | - MFH (iconv.c: 1.118): Fix a bug in iconv stream filter that prevents | Moriyoshi Koizumi | 2004-07-19 | 1 | -13/+13 | |
| | | | | | pending buckets from being processed. | |||||
* | - MFH (config.m4: 1.52): Fix VPATH build. (patch by Joe Orton) | Moriyoshi Koizumi | 2004-07-19 | 1 | -0/+1 | |
| | ||||||
* | - MFH: rename php_compat.h to php_onig_compat.h to avoid name conflict. | Moriyoshi Koizumi | 2004-07-19 | 2 | -8/+1 | |
| | | | | | (reported by Joe Orton, thanks.) | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-07-19 | 1 | -0/+7 | |
| | ||||||
* | MFH: Fixed bug #28633 (sprintf incorrectly adding padding to floats). | Ilia Alshanetsky | 2004-07-18 | 2 | -4/+1 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-07-18 | 1 | -0/+10 | |
| | ||||||
* | enable exslt support for win32 builds | Rob Richards | 2004-07-18 | 3 | -58/+68 | |
| | | | | | WS fixes for exslt tests | |||||
* | add missing optional value param to createElementNS (chregu) | Rob Richards | 2004-07-18 | 1 | -5/+5 | |
| | ||||||
* | Fixed bug #29221 (Segfault using DOM ownerDocument in a PHP object) | Rob Richards | 2004-07-18 | 1 | -1/+1 | |
| | ||||||
* | - MFH (sapi_apache2.c: 1.41): request_dtor should be called if a fatal error | Moriyoshi Koizumi | 2004-07-17 | 1 | -2/+2 | |
| | | | | | occurs during activation phase. | |||||
* | BFN | Sara Golemon | 2004-07-16 | 1 | -0/+1 | |
| | ||||||
* | MFH: convert.* filters not consuming buckets_in on PSFS_FLUSH_* | Sara Golemon | 2004-07-16 | 1 | -69/+71 | |
| |