| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 5.2.1 | Ilia Alshanetsky | 2007-02-07 | 1 | -2/+2 |
| * | - Make sure to be ANSI C compliant | Andi Gutmans | 2007-02-05 | 1 | -1/+1 |
| * | - MFH Add PHPAPI to stuff needed by streams API for shared exts | Marcus Boerger | 2007-02-03 | 2 | -7/+10 |
| * | Fixed bug #40259 (ob_start call many times - memory error). (Dmitry) | Dmitry Stogov | 2007-01-29 | 1 | -10/+15 |
| * | - 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 |
| * | Back to dev | Ilia Alshanetsky | 2007-01-26 | 1 | -2/+2 |
| * | 5.2.1RC4 | Ilia Alshanetsky | 2007-01-26 | 1 | -2/+2 |
| * | Fixed bug #39450 (getenv() fills other super-globals). | Ilia Alshanetsky | 2007-01-20 | 1 | -11/+3 |
| * | Back to dev | Ilia Alshanetsky | 2007-01-19 | 1 | -2/+2 |
| * | 5.2.1RC3 | Ilia Alshanetsky | 2007-01-19 | 1 | -2/+2 |
| * | only 2 bits are needed for shutdown(2) method (only 3 possible values). this ... | Nuno Lopes | 2007-01-18 | 1 | -1/+1 |
| * | MFH: add trailing '\0' to stream hashes | Antony Dovgal | 2007-01-15 | 4 | -20/+23 |
| * | revert the patch temporarily, I need to test a bigger patch in HEAD.. | Antony Dovgal | 2007-01-15 | 1 | -5/+5 |
| * | MFH | Antony Dovgal | 2007-01-15 | 1 | -5/+5 |
| * | Fix build | Hannes Magnusson | 2007-01-12 | 1 | -0/+1 |
| * | Typo | Hannes Magnusson | 2007-01-12 | 1 | -1/+1 |
| * | MFH | Antony Dovgal | 2007-01-12 | 1 | -0/+3 |
| * | Fixed bug #40098 (php_fopen_primary_script() not thread safe). | Ilia Alshanetsky | 2007-01-12 | 2 | -11/+29 |
| * | MFH | Antony Dovgal | 2007-01-11 | 1 | -2/+2 |
| * | Fixed bug #40079 (php_get_current_user() not thread safe). | Ilia Alshanetsky | 2007-01-09 | 1 | -0/+15 |
| * | Provide means for opening file for zend with error supression. Allows us to | Ilia Alshanetsky | 2007-01-08 | 2 | -2/+7 |
| * | MFH | Nuno Lopes | 2007-01-06 | 1 | -1/+1 |
| * | Back to dev | Ilia Alshanetsky | 2007-01-04 | 1 | -2/+2 |
| * | 5.2.1RC2 | Ilia Alshanetsky | 2007-01-04 | 1 | -2/+2 |
| * | Update copyright year | Ilia Alshanetsky | 2007-01-01 | 2 | -2/+2 |
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 65 | -65/+65 |
| * | Fixed bug #39984 (redirect response code in header() could be ignored in | Ilia Alshanetsky | 2006-12-31 | 1 | -1/+3 |
| * | Simplify code and eliminate strcat() usage | Ilia Alshanetsky | 2006-12-28 | 1 | -7/+6 |
| * | MFH | Antony Dovgal | 2006-12-28 | 1 | -17/+19 |
| * | MFH | Antony Dovgal | 2006-12-28 | 1 | -2/+2 |
| * | Ensure that OnUpdateLongGEZero is greater or equal to 0. | Ilia Alshanetsky | 2006-12-25 | 1 | -1/+1 |
| * | Allocation safety checks | Ilia Alshanetsky | 2006-12-25 | 1 | -2/+7 |
| * | Fixed heap overflow | Dmitry Stogov | 2006-12-25 | 1 | -1/+2 |
| * | MFH | Antony Dovgal | 2006-12-21 | 1 | -5/+7 |
| * | Default memory_limit value is set to 128M | Dmitry Stogov | 2006-12-21 | 1 | -1/+1 |
| * | MFH | Antony Dovgal | 2006-12-21 | 1 | -1/+0 |
| * | MFH | Antony Dovgal | 2006-12-21 | 1 | -0/+1 |
| * | MFH | Antony Dovgal | 2006-12-21 | 1 | -0/+1 |
| * | Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't mak... | Dmitry Stogov | 2006-12-20 | 1 | -6/+0 |
| * | - Fixed incorrect function names on FreeBSD where inet_pton() was named | Hannes Magnusson | 2006-12-20 | 1 | -0/+1 |
| * | MFH | Antony Dovgal | 2006-12-19 | 1 | -1/+1 |
| * | MFH | Antony Dovgal | 2006-12-19 | 1 | -4/+4 |
| * | Support for systems without locale.h | Dmitry Stogov | 2006-12-19 | 2 | -2/+20 |
| * | Fixed bug #39815 (SOAP double encoding is not locale-independent) | Dmitry Stogov | 2006-12-19 | 3 | -43/+50 |
| * | Added function stream_socket_shutdown(). It is a wraper for system shutdown()... | Dmitry Stogov | 2006-12-19 | 3 | -1/+51 |
| * | MFH: fix possible invalid read (reproducible only on big-endian machines) | Antony Dovgal | 2006-12-18 | 1 | -1/+1 |
| * | Whitespace | Zeev Suraski | 2006-12-18 | 1 | -18/+18 |
| * | MFH: | Hannes Magnusson | 2006-12-18 | 1 | -6/+14 |
| * | Fixed compiler warning | Ilia Alshanetsky | 2006-12-17 | 1 | -1/+1 |
