| Commit message (Expand) | Author | Age | Files | Lines |
* | erealloc() is infallible | Christoph M. Becker | 2018-06-13 | 1 | -3/+0 |
* | emalloc never returns null | Markus Staab | 2018-06-13 | 1 | -18/+16 |
* | Remove old SVN keywords substitutions from xsl and sockets tests | Peter Kokot | 2018-06-13 | 10 | -10/+2 |
* | emalloc() never returns NULL | Dmitry Stogov | 2018-06-13 | 1 | -3/+1 |
* | Added num_roots to gc_status | Xinchen Hui | 2018-06-13 | 4 | -3/+11 |
* | Removed "gc_" prefix. | Dmitry Stogov | 2018-06-13 | 4 | -10/+10 |
* | Allow access to some garbage collection internals (Benjamin Eberlei) | Dmitry Stogov | 2018-06-13 | 4 | -0/+64 |
* | Fixed bug #76446 (zend_variables.c:73: zend_string_destroy: Assertion `!(zval... | Xinchen Hui | 2018-06-13 | 3 | -2/+28 |
* | Merge branch 'PHP-7.2' | Jakub Zelenka | 2018-06-12 | 4 | -139/+100 |
|\ |
|
| * | Port FPM test 023 and 024 to the new FPM testing | Jakub Zelenka | 2018-06-12 | 4 | -139/+100 |
* | | Merge branch 'PHP-7.2' | Jakub Zelenka | 2018-06-12 | 52 | -1682/+3377 |
|\ \
| |/ |
|
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2018-06-12 | 52 | -1684/+3379 |
| |\ |
|
| | * | Rewrite FPM tests | Jakub Zelenka | 2018-06-12 | 52 | -1680/+3381 |
* | | | [ci skip] Update NEWS | Anatol Belski | 2018-06-12 | 1 | -0/+3 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-06-12 | 0 | -0/+0 |
|\ \ \
| |/ / |
|
| * | | [ci skip] Update NEWS | Anatol Belski | 2018-06-12 | 1 | -0/+3 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-06-12 | 0 | -0/+0 |
| |\ \
| | |/ |
|
| | * | [ci skip] Update NEWS | Anatol Belski | 2018-06-12 | 1 | -1/+2 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-06-12 | 2 | -0/+17 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-06-12 | 2 | -0/+17 |
| |\ \
| | |/ |
|
| | * | Fixed bug #76462 Undefined property: DateInterval::$f | Anatol Belski | 2018-06-12 | 2 | -0/+17 |
* | | | Fixed bug #76463 (var has array key type but not value type) | Xinchen Hui | 2018-06-12 | 3 | -1/+23 |
* | | | Enable HRTime on OpenBSD | Tom Van Looy | 2018-06-12 | 1 | -1/+1 |
* | | | NEWS | Remi Collet | 2018-06-12 | 1 | -0/+4 |
* | | | Merge branch 'PHP-7.2' | Remi Collet | 2018-06-12 | 2 | -2/+3 |
|\ \ \
| |/ / |
|
| * | | NEWS | Remi Collet | 2018-06-12 | 1 | -0/+4 |
| * | | Add OPSYS_CPM constant as documented and to match libzip naming | Remi Collet | 2018-06-12 | 2 | -2/+3 |
* | | | supplemental fix for bug #76427 | Xinchen Hui | 2018-06-12 | 1 | -1/+2 |
* | | | Update data tables for Unicode 11 | Nikita Popov | 2018-06-11 | 2 | -2997/+3198 |
* | | | Remove dead code for ADD_STRING/ADD_CHAR optimization | Nikita Popov | 2018-06-11 | 1 | -74/+0 |
* | | | Skip tests when Oniguruma is disabled | Anatol Belski | 2018-06-11 | 2 | -0/+2 |
* | | | Fix mbstring fallback when --disable-mbregex used | Anatol Belski | 2018-06-11 | 1 | -9/+21 |
* | | | Correct NEWS | Xinchen Hui | 2018-06-11 | 1 | -0/+3 |
* | | | Merge branch 'master' of git.php.net:/php-src | Xinchen Hui | 2018-06-11 | 5 | -16/+0 |
|\ \ \ |
|
| * | | | Remove inappropriate FreeLibrary calls | Anatol Belski | 2018-06-11 | 2 | -5/+0 |
| * | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-06-11 | 1 | -3/+0 |
| |\ \ \
| | |/ / |
|
| | * | | Remove inappropriate FreeLibrary call | Anatol Belski | 2018-06-11 | 1 | -3/+0 |
| * | | | The ZEND_EXTENSION change is merged with xdebug now so we can drop this for m... | Kalle Sommer Nielsen | 2018-06-11 | 1 | -5/+0 |
| * | | | Fixed bug #76443 (php+php_interbase.dll crash on module_shutdown) | Kalle Sommer Nielsen | 2018-06-11 | 2 | -3/+3 |
* | | | | Fixed bug #76427 (Segfault in zend_objects_store_put) | Xinchen Hui | 2018-06-11 | 6 | -7/+33 |
|/ / / |
|
* | | | Remove revision from OCI8 extension | Peter Kokot | 2018-06-10 | 2 | -2/+0 |
* | | | Fix the Z_IMMUTABLE macro - '(' was mismatched | Tyson Andre | 2018-06-10 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-06-10 | 0 | -0/+0 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-06-10 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | Fix mysqlnd build without openssl | Nikita Popov | 2018-06-10 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.2' | Jakub Zelenka | 2018-06-10 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2018-06-10 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Enable IPv6 in Travis | Jakub Zelenka | 2018-06-08 | 1 | -0/+2 |
| | * | bump versions | Joe Watkins | 2018-06-07 | 3 | -5/+9 |
* | | | Deprecate image2wbmp() | Christoph M. Becker | 2018-06-10 | 4 | -60/+29 |