| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump year | Xinchen Hui | 2014-01-03 | 3 | -3/+3 |
* | Merge branch 'PHP-5.5' | Felipe Pena | 2013-10-19 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2013-10-19 | 1 | -0/+1 |
| |\ |
|
| | * | - Fixed possible memory leak | Felipe Pena | 2013-10-19 | 1 | -0/+1 |
| | * | Merge branch 'pull-request/320' | Stanislav Malyshev | 2013-06-17 | 2 | -2/+2 |
| | * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 3 | -3/+3 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 3 | -3/+3 |
| | * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | * | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -7/+0 |
| | * | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -2/+4 |
| | * | Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning). | Ilia Alshanetsky | 2011-06-05 | 1 | -0/+24 |
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-19 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Remove compile warning: variable ‘streamp’ set but not used [-Wunused-but... | Christopher Jones | 2013-08-19 | 1 | -2/+0 |
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix long-standing visual pain point: the misalignment of './configure help' t... | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
* | | | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 2 | -5/+5 |
|/ / |
|
* | | Merge branch 'pull-request/320' | Stanislav Malyshev | 2013-06-17 | 2 | -2/+2 |
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 3 | -3/+3 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 3 | -3/+3 |
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -7/+0 |
* | | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -2/+4 |
* | | Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning). | Ilia Alshanetsky | 2011-06-05 | 1 | -0/+24 |
|/ |
|
* | - Year++ | Felipe Pena | 2011-01-01 | 3 | -3/+3 |
* | Fix bug #52826 (phpinfo is incorrect for bzip2 stream wrapper). | Adam Harvey | 2010-09-13 | 1 | -1/+1 |
* | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo... | Felipe Pena | 2010-06-26 | 1 | -3/+12 |
* | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+112 |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -3/+3 |
* | Remove old dsp/dsw/makefile files, these arent used by the build system anymo... | Kalle Sommer Nielsen | 2010-04-21 | 1 | -112/+0 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 3 | -3/+3 |
* | - check for static lib as well | Pierre Joye | 2009-06-10 | 1 | -1/+1 |
* | MFH: Fix compiler warnings | Kalle Sommer Nielsen | 2009-05-15 | 1 | -4/+4 |
* | Make message punctuation consistent across PHP | Christopher Jones | 2009-02-05 | 1 | -3/+3 |
* | Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress a... | Greg Beaver | 2009-02-03 | 1 | -20/+31 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 3 | -3/+3 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -7/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+7 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -7/+0 |
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -2/+2 |
* | fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after ... | Greg Beaver | 2008-10-11 | 1 | -7/+54 |
* | MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE | Antony Dovgal | 2008-07-23 | 1 | -2/+0 |
* | MFH: add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed with fclose() | Antony Dovgal | 2008-07-23 | 1 | -0/+3 |
* | on the contrary, string length is int | Antony Dovgal | 2008-07-01 | 1 | -2/+2 |
* | updated to the new parameter-parsing api | Alexey Zakhlestin | 2008-06-22 | 4 | -40/+39 |
* | Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -8/+10 |
* | far better fix for bug #40189 | Greg Beaver | 2008-01-12 | 1 | -8/+5 |
* | MFH: fix faulty fix for Bug #40189, and provide real fix for the bug | Greg Beaver | 2008-01-12 | 1 | -6/+8 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 3 | -3/+3 |