| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | This commit was manufactured by cvs2svn to create tag 'php_5_2_1'.php-5.2.1 | SVN Migration | 2007-02-07 | 0 | -0/+0 |
| * | 5.2.1 | Ilia Alshanetsky | 2007-02-07 | 3 | -4/+4 |
| * | Fixed Bug #40274 (Sessions fail with numeric root keys). | Ilia Alshanetsky | 2007-02-06 | 2 | -2/+8 |
| * | Update ! docs. | Andrei Zmievski | 2007-02-05 | 1 | -2/+2 |
| * | - Make sure to be ANSI C compliant | Andi Gutmans | 2007-02-05 | 1 | -1/+1 |
| * | #39213 | Frank M. Kromann | 2007-02-04 | 1 | -1/+1 |
| * | Fix win32 build | Frank M. Kromann | 2007-02-04 | 1 | -0/+1 |
| * | - MFH Add PHPAPI to stuff needed by streams API for shared exts | Marcus Boerger | 2007-02-03 | 2 | -7/+10 |
| * | Fixed bug #37927 (Prevent trap when COM extension processes argument of type... | andy wharmby | 2007-02-02 | 2 | -1/+3 |
| * | Fixed bug #34564 (COM extension not returning modified "out" argument) | andy wharmby | 2007-02-02 | 5 | -0/+151 |
| * | Better generated parser | Ilia Alshanetsky | 2007-02-02 | 1 | -222/+116 |
| * | Fixed test mixup | Ilia Alshanetsky | 2007-02-02 | 2 | -5/+55 |
| * | Removed dead code | Dmitry Stogov | 2007-02-01 | 2 | -5/+5 |
| * | Fixed possible crash because of dereference of NULL | Dmitry Stogov | 2007-02-01 | 1 | -8/+4 |
| * | Enable canary protection in DEBUG mode only. | Dmitry Stogov | 2007-02-01 | 1 | -1/+1 |
| * | MFH | Antony Dovgal | 2007-02-01 | 1 | -0/+4 |
| * | MFH: free class_name when necessary | Antony Dovgal | 2007-02-01 | 1 | -0/+6 |
| * | plug leak | Antony Dovgal | 2007-02-01 | 1 | -0/+3 |
| * | fix leaks on error | Antony Dovgal | 2007-02-01 | 1 | -0/+4 |
| * | Fixed bug #40285 (The PDO prepare parser goes into an infinite loop in | Ilia Alshanetsky | 2007-02-01 | 4 | -204/+243 |
| * | BFN | Antony Dovgal | 2007-01-31 | 1 | -0/+2 |
| * | MFH: improve tests | Antony Dovgal | 2007-01-31 | 2 | -11/+94 |
| * | MFH: fix segfault on rebindinging and rexecuting a statement with LOBs | Antony Dovgal | 2007-01-31 | 3 | -1/+20 |
| * | Prepare news file for release | Ilia Alshanetsky | 2007-01-30 | 1 | -217/+215 |
| * | fixed incompatibility with PHP 5.2.0 for encoding conversion between ShiftJIS... | Rui Hirokawa | 2007-01-29 | 11 | -158/+599 |
| * | Prevent flush of closed handle on php_module_shutdown() | Dmitry Stogov | 2007-01-29 | 1 | -0/+4 |
| * | - #40228 | Pierre Joye | 2007-01-29 | 1 | -0/+2 |
| * | - #40228, ZipArchive::extractTo does create empty directories | Pierre Joye | 2007-01-29 | 3 | -14/+44 |
| * | Fixed bug #40259 (ob_start call many times - memory error). (Dmitry) | Dmitry Stogov | 2007-01-29 | 2 | -10/+16 |
| * | nullify param.parameter and avoid destroying it twice | Antony Dovgal | 2007-01-27 | 1 | -1/+5 |
| * | - Disable memory streams set option until 5.2.2 | Marcus Boerger | 2007-01-27 | 1 | -1/+1 |
| * | - MFH truncate support for mem/temp streams | Marcus Boerger | 2007-01-27 | 1 | -5/+39 |
| * | use length - 1 when we fetch it from hashes | Antony Dovgal | 2007-01-26 | 1 | -12/+12 |
| * | Fixed bug #40231 (file_exists incorrectly reports false) | Dmitry Stogov | 2007-01-26 | 2 | -4/+15 |
| * | fix leak | Antony Dovgal | 2007-01-26 | 1 | -1/+18 |
| * | Back to dev | Ilia Alshanetsky | 2007-01-26 | 2 | -3/+3 |
| * | 5.2.1RC4 | Ilia Alshanetsky | 2007-01-26 | 3 | -4/+4 |
| * | add package2.xml | Antony Dovgal | 2007-01-25 | 1 | -0/+375 |
| * | add missing ifdefs | Antony Dovgal | 2007-01-25 | 1 | -1/+10 |
| * | setlocale() returns static buffer, which must be copied | Antony Dovgal | 2007-01-25 | 1 | -1/+9 |
| * | MFH: fix #40189 (possible endless loop in zlib.inflate stream filter) | Antony Dovgal | 2007-01-25 | 3 | -0/+17 |
| * | PHP4 compatibility | Antony Dovgal | 2007-01-25 | 1 | -8/+14 |
| * | Fix typo | Rasmus Lerdorf | 2007-01-25 | 1 | -1/+1 |
| * | Added safety checks to the code | Ilia Alshanetsky | 2007-01-25 | 1 | -4/+6 |
| * | Eliminate strcat() and strcpy() | Ilia Alshanetsky | 2007-01-25 | 2 | -5/+2 |
| * | prepare to release 1.2.3 | Antony Dovgal | 2007-01-24 | 2 | -24/+98 |
| * | strcat() -> strlcat() | Ilia Alshanetsky | 2007-01-24 | 1 | -7/+7 |
| * | MFH | Antony Dovgal | 2007-01-24 | 1 | -0/+1 |
| * | add test | Nuno Lopes | 2007-01-23 | 1 | -0/+59 |
| * | fix a few crashes | Nuno Lopes | 2007-01-23 | 1 | -4/+4 |
