Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-07-24 | 4 | -44/+60 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-07-24 | 4 | -44/+60 |
| |\ | |||||
| | * | Fix #76643: Segmentation fault when using `output_add_rewrite_var` | Christoph M. Becker | 2018-07-24 | 4 | -44/+60 |
* | | | Better name: ZEND_PROPERTY_HAS => ZEND_PROPERTY_NOT_EMPTY | Dmitry Stogov | 2018-07-24 | 3 | -6/+6 |
* | | | Give a meaningful name | Xinchen Hui | 2018-07-24 | 7 | -19/+24 |
* | | | Micro-optmization | Xinchen Hui | 2018-07-24 | 1 | -69/+72 |
* | | | Update NEWs | Xinchen Hui | 2018-07-24 | 1 | -0/+4 |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-07-24 | 2 | -11/+99 |
|\ \ \ | |/ / | |||||
| * | | Update NEWs | Xinchen Hui | 2018-07-24 | 1 | -0/+2 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-07-24 | 2 | -10/+98 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #68553 (array_column: null values in $index_key become incrementing... | Xinchen Hui | 2018-07-24 | 3 | -10/+100 |
* | | | Merge branch 'master' of https://github.com/oerdnj/php-src | Xinchen Hui | 2018-07-24 | 1 | -5/+2 |
|\ \ \ | |||||
| * | | | Use __cpuid_count() from cpuid.h instead of custom assembly | Ondřej Surý | 2018-07-17 | 1 | -5/+2 |
* | | | | Merge branch 'master' of git.php.net:/php-src | Kalle Sommer Nielsen | 2018-07-23 | 4 | -19/+47 |
|\ \ \ \ | |||||
| * | | | | Fixed tests | Dmitry Stogov | 2018-07-23 | 3 | -0/+40 |
| * | | | | Avoid code duplication | Dmitry Stogov | 2018-07-23 | 1 | -19/+7 |
* | | | | | Removed the generated-tests library, this is a left Zöe's phpruntests reposi... | Kalle Sommer Nielsen | 2018-07-23 | 77 | -2827/+0 |
|/ / / / | |||||
* | | | | Fix HKEY registry path (not that it should matter, dead code, Anatol?) | Kalle Sommer Nielsen | 2018-07-23 | 1 | -1/+1 |
* | | | | Remove some dead code | Kalle Sommer Nielsen | 2018-07-23 | 4 | -98/+5 |
* | | | | Use better destructor (key may be only IS_STRING or IS_LONG). | Dmitry Stogov | 2018-07-23 | 2 | -3/+3 |
* | | | | API cleanup. | Dmitry Stogov | 2018-07-23 | 11 | -221/+145 |
* | | | | Micro-optimization | Dmitry Stogov | 2018-07-23 | 3 | -6/+6 |
* | | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-07-23 | 1 | -1/+8 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-07-23 | 1 | -1/+8 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fixed pefree_size (efree_size will be expaned to do {} while () form) | Xinchen Hui | 2018-07-23 | 1 | -1/+8 |
* | | | | Give a reason why the test was skipped | Gabriel Caruso | 2018-07-22 | 17 | -25/+28 |
* | | | | Use variables that already received ZEND_NUM_ARGS() | Gabriel Caruso | 2018-07-22 | 6 | -22/+15 |
* | | | | Return bool from zlog_stream_set_msg_{prefix,suffix} | Jakub Zelenka | 2018-07-22 | 2 | -20/+22 |
* | | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-07-22 | 3 | -25/+82 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-07-22 | 3 | -25/+82 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix #52974: jewish.c: compile error under Windows with GBK charset | Christoph M. Becker | 2018-07-22 | 3 | -25/+82 |
* | | | | Update NEWS and UPGRADING with info about syslog.filter | Jakub Zelenka | 2018-07-22 | 2 | -0/+6 |
* | | | | Rename none syslog.filter to all and update ini description | Jakub Zelenka | 2018-07-22 | 5 | -21/+25 |
* | | | | Add syslog.filter INI for filtering syslog messages | Philip Prindeville | 2018-07-22 | 6 | -2/+60 |
* | | | | Add UPGRADING notes for deprecations | Nikita Popov | 2018-07-21 | 1 | -2/+46 |
* | | | | Deprecate pdo_odbc.db2_instance_name | Nikita Popov | 2018-07-21 | 1 | -0/+3 |
* | | | | Deprecate string.strip_tags filter | Nikita Popov | 2018-07-21 | 2 | -1/+8 |
* | | | | Deprecate fgetss() and gzgetss() | Nikita Popov | 2018-07-21 | 19 | -5/+108 |
* | | | | Deprecate defining a free-standing assert() function | Nikita Popov | 2018-07-21 | 2 | -0/+18 |
* | | | | Deprecate non-string needles in string search functions | Nikita Popov | 2018-07-21 | 25 | -22/+542 |
* | | | | Deprecate undocumented mbereg_* aliases | Nikita Popov | 2018-07-21 | 6 | -27/+38 |
* | | | | Move GMP bug 74670 test file to tests dir | Peter Kokot | 2018-07-20 | 1 | -0/+0 |
* | | | | Fix off-by-one allocation | Nikita Popov | 2018-07-20 | 1 | -1/+1 |
* | | | | Fix incorrect length calculation | Nikita Popov | 2018-07-20 | 1 | -1/+1 |
* | | | | [ci skip] Add new global MBString constants to UPGRADING | Trevor Rowbotham | 2018-07-20 | 1 | -0/+7 |
* | | | | Removed and fixed unused variables | Gabriel Caruso | 2018-07-19 | 1 | -54/+47 |
* | | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-07-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-07-19 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Update binary SDK version for AppVeyor | Anatol Belski | 2018-07-19 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-7.2' | Ferenc Kovacs | 2018-07-19 | 0 | -0/+0 |
|\ \ \ \ | |/ / / |