Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 2 | -2/+2 |
| | |||||
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -3/+3 |
| | | | | | "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers. | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| | | |||||
* | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 2 | -1/+5 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 2 | -26/+26 |
| | | |||||
* | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -37/+37 |
| | | |||||
* | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -112/+0 |
| | | |||||
* | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 2 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt | ||||
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 |
| | | | |||||
* | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -3/+3 |
|/ / | |||||
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -10/+10 |
| | | |||||
* | | master renames phase 6 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -41/+41 |
| | | |||||
* | | partially ported ext/pspell, should be more for zend_string usage | Anatol Belski | 2014-08-19 | 1 | -32/+32 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -9/+9 |
| | | |||||
* | | Unused variable | Xinchen Hui | 2014-08-15 | 1 | -14/+4 |
| | | |||||
* | | Add support for pspell | Xinchen Hui | 2014-05-11 | 1 | -23/+28 |
| | | |||||
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | |||||
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
| | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -3/+3 |
| | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | - Fixed ZTS build | Felipe Pena | 2011-03-13 | 1 | -3/+3 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | |||||
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | 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 | -13/+0 |
| | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵ | Kalle Sommer Nielsen | 2010-04-21 | 1 | -112/+0 |
| | | | | anymore and are barely updated nor available for all extensions | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -19/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+19 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -19/+0 |
| | |||||
* | MFH: | Felipe Pena | 2008-08-23 | 3 | -60/+45 |
| | | | | | | - WS, Cosmetics - Removed unnecessary variables | ||||
* | MFH: fix compile warnings (patch by Phil Oleson) | Antony Dovgal | 2008-08-13 | 1 | -3/+3 |
| | |||||
* | - Added arginfo | Felipe Pena | 2008-07-16 | 1 | -19/+142 |
| | |||||
* | - New parameter parsing API | Felipe Pena | 2008-06-27 | 2 | -202/+135 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -1/+1 |
| | |||||
* | use safer functions, check error value | Stanislav Malyshev | 2007-02-17 | 1 | -24/+33 |
| | |||||
* | MFH | Antony Dovgal | 2007-01-16 | 1 | -11/+19 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| |