summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for PHP 7.2.7PHP-7.2.7Sara Golemon2018-06-191-1/+1
|
* Nothing between 7.2.7 RC1 and GASara Golemon2018-06-191-3/+0
|
* Update NEWS for 7.2.7Sara Golemon2018-06-051-0/+3
|
* Update NEWS for PHP 7.2.7RC1Sara Golemon2018-06-051-1/+1
|
* Fixed bug #76410 (SIGV in zend_mm_alloc_small)Xinchen Hui2018-06-052-1/+8
|
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-06-042-6/+26
|\ | | | | | | | | * PHP-7.1: Fix bug #76390 - do not allow invalid strings in range()
| * Fix bug #76390 - do not allow invalid strings in range()Stanislav Malyshev2018-06-042-6/+26
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-283-1/+18
|\ \ | |/ | | | | | | | | * PHP-7.1: Translate correct C++ version with suitable compiler Fixed bug #76383 (array_map on $GLOBALS returns IS_INDIRECT)
| * Translate correct C++ version with suitable compilerAnatol Belski2018-05-281-0/+4
| |
| * Fixed bug #76383 (array_map on $GLOBALS returns IS_INDIRECT)Bob Weinand2018-05-283-1/+15
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-05-263-0/+20
|\ \ | |/
| * Adds print_global_vars to gdbinitMitch Hagstrand2018-05-261-0/+12
| |
| * Add missing opcache.opt_debug_level ini directivePeter Kokot2018-05-262-0/+8
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2018-05-231-1/+1
|\ \ | |/ | | | | | | * PHP-7.1: fix phpdbg disabling chroot support
| * fix phpdbg disabling chroot supportJoe Watkins2018-05-231-1/+1
| |
* | Update NEWSXinchen Hui2018-05-231-0/+3
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-05-232-1/+17
|\ \ | |/ | | | | | | * PHP-7.1: Fixed bug #76367 (NoRewindIterator segfault 11)
| * Fixed bug #76367 (NoRewindIterator segfault 11)Xinchen Hui2018-05-233-1/+20
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-05-224-13/+34
|\ \ | |/
| * Fix bug #76174 (openssl extension fails to build with LibreSSL 2.7)Jakub Zelenka2018-05-224-13/+34
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-211-1/+6
|\ \ | |/ | | | | | | * PHP-7.1: Allow pecl like usage in ext/pdo, refs #2955
| * Allow pecl like usage in ext/pdo, refs #2955Tianon Gravi2018-05-211-1/+6
| |
* | [ci skip] Update NEWSAnatol Belski2018-05-201-0/+4
| |
* | Fixed bug #76337xKhorasan2018-05-203-0/+15
| |
* | Fix versions, as 7.2.6RC is already outAnatol Belski2018-05-193-5/+5
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-192-10/+5
|\ \ | |/ | | | | | | * PHP-7.1: Refix the tests once more
| * Refix the tests once moreAnatol Belski2018-05-192-10/+5
| | | | | | | | | | The behavior change seems to be in both runtime and system. The displaced warning output is of secondary interest anyway.
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-194-2/+22
|\ \ | |/ | | | | | | * PHP-7.1: Fix remaining AppVeyor test failures due to the image update
| * Fix remaining AppVeyor test failures due to the image updateAnatol Belski2018-05-194-2/+22
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-181-6/+12
|\ \ | |/ | | | | | | * PHP-7.1: Fix Opcache test fails regarding to AppVeyor image update
| * Fix Opcache test fails regarding to AppVeyor image updateAnatol Belski2018-05-181-6/+12
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-05-183-3/+29
|\ \ | |/
| * Update NEWS with info about bug #76296Jakub Zelenka2018-05-181-0/+4
| |
| * Add test for bug #76296Jakub Zelenka2018-05-181-0/+22
| |
| * Fix bug #76296 (openssl_pkey_get_public does not respect open_basedir)Erik Lax2018-05-181-3/+3
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-183-9/+15
|\ \ | |/ | | | | | | * PHP-7.1: Fix curl tests wrt. AppVeyor and curl updates
| * Fix curl tests wrt. AppVeyor and curl updatesAnatol Belski2018-05-183-9/+15
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-181-6/+12
|\ \ | |/ | | | | | | * PHP-7.1: Fix cli server test fails after recent AppVeyor image update
| * Fix cli server test fails after recent AppVeyor image updateAnatol Belski2018-05-181-6/+12
| |
* | [ci skip] Update NEWSAnatol Belski2018-05-141-0/+3
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-140-0/+0
|\ \ | |/ | | | | | | * PHP-7.1: [ci skip] Update NEWS
| * [ci skip] Update NEWSAnatol Belski2018-05-141-0/+4
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-142-2/+77
|\ \ | |/ | | | | | | * PHP-7.1: Fixed bug #76335 "link(): Bad file descriptor" with non-ASCII path
| * Fixed bug #76335 "link(): Bad file descriptor" with non-ASCII pathAnatol Belski2018-05-142-2/+77
| |
* | [ci skip] Update NEWSAnatol Belski2018-05-141-0/+7
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-140-0/+0
|\ \ | |/ | | | | | | * PHP-7.1: [ci skip] Update NEWS
| * [ci skip] Update NEWSAnatol Belski2018-05-141-1/+3
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-131-1/+3
|\ \ | |/ | | | | | | * PHP-7.1: Fixed bug #76333 PHP built-in server does not find files if root path contains special characters
| * Fixed bug #76333 PHP built-in server does not find files if root path ↵Anatol Belski2018-05-131-1/+3
| | | | | | | | contains special characters
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-091-1/+1
|\ \ | |/ | | | | | | | | * PHP-7.1: Update SDK version for AppVeyor bump versions