| Commit message (Expand) | Author | Age | Files | Lines |
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-05-08 | 1 | -2/+2 |
|\ |
|
| * | oops, 5.4 and 5.5 use malloc in TSRM | Stanislav Malyshev | 2014-05-08 | 1 | -2/+2 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-05-08 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Fix memory leak in TSRM | Stanislav Malyshev | 2014-05-08 | 1 | -0/+6 |
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - 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 |
* | | Fixes to various stream cast on win64 | Anatol Belski | 2014-03-19 | 1 | -2/+3 |
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 1 | -3/+3 |
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | - 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 |
|/ |
|
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | 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 |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -3/+3 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | MFH: Fix compiler warnings | Kalle Sommer Nielsen | 2009-05-15 | 1 | -4/+4 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | - 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 |
* | 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 | 1 | -36/+35 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | Added missing open_basedir & safe_mode checks to zip:// and bzip:// | Ilia Alshanetsky | 2007-03-14 | 1 | -1/+5 |
* | use safe_realloc | Stanislav Malyshev | 2007-03-06 | 1 | -2/+2 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | MFH | Antony Dovgal | 2006-12-25 | 1 | -1/+1 |
* | fix #38485 (bz2 extension does not compile with GCC 4.1) | Antony Dovgal | 2006-08-17 | 1 | -1/+1 |
* | move static declaration to *.c files | Nuno Lopes | 2006-08-14 | 1 | -0/+11 |
* | a few more static keywording | Nuno Lopes | 2006-08-14 | 1 | -13/+13 |
* | MFH: detect empty mode string and avoid off-by-one | Antony Dovgal | 2006-06-26 | 1 | -1/+1 |
* | MFH: improve check for stream mode, add tests | Antony Dovgal | 2006-06-21 | 1 | -8/+28 |
* | MFH: don't try to read or write from/to a stream if it was open in different ... | Antony Dovgal | 2006-06-21 | 1 | -0/+12 |
* | MFH: fix invalid read with bzopen("","") and prevent filename from being empt... | Antony Dovgal | 2006-06-21 | 1 | -1/+7 |
* | MFH: arginfo, protos, vim folding | Hannes Magnusson | 2006-06-11 | 1 | -8/+51 |