Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PHP Community Foundation

We are dedicated to building and enriching the PHP community
Collective - Host: opensource - https://opencollective.com/phpcommunity - Website: https://phpcommunity.org/ - Code: https://github.com/phpcommunity

Remove yearly range from copyright notice

github.com/phpcommunity/phptestfest-php-src - 0cf7de1c70a459a1207aea9efa780777faa96f2e authored almost 6 years ago by Zeev Suraski <[email protected]>
Remove year range from copyright notice

github.com/phpcommunity/phptestfest-php-src - 38c337f22eff21ae4123ce1d4354154ee8c63983 authored almost 6 years ago by Zeev Suraski <[email protected]>
Remove static calls to non-static methods

github.com/phpcommunity/phptestfest-php-src - 6c73b50cf6cf71be26700ce168d5e69350637d71 authored almost 6 years ago by Nikita Popov <[email protected]>
Forbid unbinding $this from methods

github.com/phpcommunity/phptestfest-php-src - 4eb5db2c68ecab4fd50a5e1950fdd6eb3703b899 authored almost 6 years ago by Nikita Popov <[email protected]>
Remove ability to declare userland case-insensitive constants

This is part of https://wiki.php.net/rfc/case_insensitive_constant_deprecation.

This commit onl...

github.com/phpcommunity/phptestfest-php-src - 23a5be3696f4d92e1b18fd59f3ac63c6a15ea12a authored almost 6 years ago by Nikita Popov <[email protected]>
Merge branch 'PHP-7.4'

* PHP-7.4:
Prepare main branch for PHP 7.2.16

github.com/phpcommunity/phptestfest-php-src - 90bb326100e04f56deb27764e5da07074e01888d authored almost 6 years ago by Christoph M. Becker <[email protected]>
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Prepare main branch for PHP 7.2.16

github.com/phpcommunity/phptestfest-php-src - 73733b9a2de33be941bc809a3eeccfdbd1563ebf authored almost 6 years ago by Christoph M. Becker <[email protected]>
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Prepare main branch for PHP 7.2.16

github.com/phpcommunity/phptestfest-php-src - 362d6ce834b17812e302ae568b44531e084ce734 authored almost 6 years ago by Christoph M. Becker <[email protected]>
Prepare main branch for PHP 7.2.16

github.com/phpcommunity/phptestfest-php-src - cbc5a141f78f873be408e44a0658ea789b9cd365 authored almost 6 years ago by Christoph M. Becker <[email protected]>
Remove 'e' modifier for mb_ereg_replace()

This was deprecated in PHP 7.1 through
https://wiki.php.net/rfc/deprecate_mb_ereg_replace_eval_o...

github.com/phpcommunity/phptestfest-php-src - 52a9325328ca360b5ccf3c6efc2de3f7c53c5b58 authored almost 6 years ago by Nikita Popov <[email protected]>
Remove support for legacy constructors

This has been deprecated in PHP 7.0 by
https://wiki.php.net/rfc/remove_php4_constructors.

github.com/phpcommunity/phptestfest-php-src - 682b54f68748715f85e9ac4a267477d9ac61918a authored almost 6 years ago by Nikita Popov <[email protected]>
Migrate SOAP away from legacy constructors

github.com/phpcommunity/phptestfest-php-src - 371e4270b7e3975edb503b1f8901fac6b868cca1 authored almost 6 years ago by Nikita Popov <[email protected]>
Migrate finfo away from legacy ctor

github.com/phpcommunity/phptestfest-php-src - 4d8dc2b05e7126bfcd5b639ca632906f96d5ff65 authored almost 6 years ago by Nikita Popov <[email protected]>
Remove FILTER_FLAG_(SCHEME|HOST)_REQUIRED

Deprecated in PHP 7.3 as part of
https://wiki.php.net/rfc/deprecations_php_7_3.

github.com/phpcommunity/phptestfest-php-src - 6b89dbcc5bb9ae5e4852e4b8060934e405c5e1a1 authored almost 6 years ago by Nikita Popov <[email protected]>
Remove support for custom assert() function

Deprecated in PHP 7.3 as part of
https://wiki.php.net/rfc/deprecations_php_7_3.

github.com/phpcommunity/phptestfest-php-src - 55dbb573226cf98d77e23becfd5148f0ea93d640 authored almost 6 years ago by Nikita Popov <[email protected]>
Always treat needles as strings

This is part of https://wiki.php.net/rfc/deprecations_php_7_3.

github.com/phpcommunity/phptestfest-php-src - c97b9aa2266736beb1ddb6fec0ec2d2af94e3a6c authored almost 6 years ago by Nikita Popov <[email protected]>
Remove (unset) cast

Deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.

github.com/phpcommunity/phptestfest-php-src - d74d3922ce6f9ea07c1226b0cb2a94fc333f7a02 authored almost 6 years ago by Nikita Popov <[email protected]>
Remove fgetss and friends

These were deprecated in PHP 7.3 as part of
https://wiki.php.net/rfc/deprecations_php_7_3.

github.com/phpcommunity/phptestfest-php-src - c7d7af8069246c886606501e30e6e8741e6683c2 authored almost 6 years ago by Nikita Popov <[email protected]>
Remove deprecated mbregex aliases

These have been deprecated in PHP 7.3 as part of
https://wiki.php.net/rfc/deprecations_php_7_3.

github.com/phpcommunity/phptestfest-php-src - 83bc092d40671ebe8bc7c5df1ee9c4456c7baf20 authored almost 6 years ago by Nikita Popov <[email protected]>
Remove each()

This has been deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.

github.com/phpcommunity/phptestfest-php-src - 6db97f5e3ea3ac9774a06981226a0fe1bca02b38 authored almost 6 years ago by Nikita Popov <[email protected]>
Remove special treatment of strings in asserts

This was deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.

github.com/phpcommunity/phptestfest-php-src - 9bc2cacf7f97b4fc235baa29d7c8cf7604fb39c1 authored almost 6 years ago by Nikita Popov <[email protected]>
Merge branch 'PHP-7.4'

github.com/phpcommunity/phptestfest-php-src - 46d38aa7cd532864bf0a4c6e38c0228838d02c09 authored almost 6 years ago by Nikita Popov <[email protected]>
Merge branch 'PHP-7.3' into PHP-7.4

github.com/phpcommunity/phptestfest-php-src - 16460ebc81afab482e5e6abea5cf94e4c4b225e4 authored almost 6 years ago by Nikita Popov <[email protected]>
Merge branch 'PHP-7.2' into PHP-7.3

github.com/phpcommunity/phptestfest-php-src - 14684af0d0194199291cbdd528886941fdab7635 authored almost 6 years ago by Nikita Popov <[email protected]>
Make special assert() handling independent of compiler flags

github.com/phpcommunity/phptestfest-php-src - 34898e97663084c45b71385ef886e830e023da93 authored almost 6 years ago by Nikita Popov <[email protected]>
Fix session test after version bump

github.com/phpcommunity/phptestfest-php-src - eeb7511f930a932cf6fb5ae40884eb50790a53ec authored almost 6 years ago by Nikita Popov <[email protected]>
Add UPGRADING entries for removed functionality

github.com/phpcommunity/phptestfest-php-src - 97df99a6d7d96a886ac143337fecad775907589a authored almost 6 years ago by Nikita Popov <[email protected]>
Require second argument on (mb_)parse_str()

This was deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.

github.com/phpcommunity/phptestfest-php-src - ff780feca4f1b2dd5c1b7cf692781070d49df7cb authored almost 6 years ago by Nikita Popov <[email protected]>
Remove mbstring.func_overload

Deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.

github.com/phpcommunity/phptestfest-php-src - 331e56ce38a91e87a6fb8e88154bb5bde445b132 authored almost 6 years ago by Nikita Popov <[email protected]>
Remove create_function()

Deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.

github.com/phpcommunity/phptestfest-php-src - ee16d99504f0014c3d292809da927fb622293f41 authored almost 6 years ago by Nikita Popov <[email protected]>
Remove track_errors and $php_errormsg

This has been deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.

github.com/phpcommunity/phptestfest-php-src - 920b4b249f71e6cbfd795f81c6a08126a33c659e authored almost 6 years ago by Nikita Popov <[email protected]>
Remove deprecated gmp_random() function

Deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.

github.com/phpcommunity/phptestfest-php-src - 734c305a822581c27ca3608cba482385dc247cf0 authored almost 6 years ago by Nikita Popov <[email protected]>
bump versions of all the things

github.com/phpcommunity/phptestfest-php-src - faf03e47d2a6cdb360fe7a1bd8df3f6609f7c5af authored almost 6 years ago by Joe Watkins <[email protected]>
Remove deprecated INTL_IDNA_VARIANT_2003

Cf. <https://wiki.php.net/rfc/deprecate-and-remove-intl_idna_variant_2003>

github.com/phpcommunity/phptestfest-php-src - 3d15a6f86b56c8acbf7363fb5e70a054918dbd64 authored almost 6 years ago by Christoph M. Becker <[email protected]>
Remove deprecated png2wbmp() and jpeg2wbmp()

Cf. <https://wiki.php.net/rfc/deprecate-png-jpeg-2wbmp>

github.com/phpcommunity/phptestfest-php-src - e9736638828f3037b1b04fc02718d8d04351f9e0 authored almost 6 years ago by Christoph M. Becker <[email protected]>
Remove deprecated image2wbmp()

Cf. <https://wiki.php.net/rfc/image2wbmp>.

github.com/phpcommunity/phptestfest-php-src - dfa6c2046a8d7b66c4be52e46888f0fefccbcfd4 authored almost 6 years ago by Christoph M. Becker <[email protected]>
Merge branch 'PHP-7.4'

github.com/phpcommunity/phptestfest-php-src - a9a02ca02ba8c00e2010e6837a76181f78efdd6c authored almost 6 years ago by Nikita Popov <[email protected]>
Avoid mention of php7 in credits script

github.com/phpcommunity/phptestfest-php-src - 8eeb1102d0f7caf2441ad92da3cfa6060e2e04fc authored almost 6 years ago by Nikita Popov <[email protected]>
Bump API numbers

These are of course not the final API numbers, but let's make sure
they differ from the 7.4 bran...

github.com/phpcommunity/phptestfest-php-src - 3c2e1b6bd51978dcb4c7c2d5946dd37115e7b575 authored almost 6 years ago by Nikita Popov <[email protected]>
Clear NEWS, UPGRADING and UPGRADING.INTERNALS

github.com/phpcommunity/phptestfest-php-src - e11815113970a188f3b02e7fad8c2e0c8e21faa7 authored almost 6 years ago by Nikita Popov <[email protected]>
Upgrade branches in GIT-RULES

github.com/phpcommunity/phptestfest-php-src - e916a234be3015392313e274f783e4565da2f70c authored almost 6 years ago by Nikita Popov <[email protected]>
Merge branch 'PHP-7.3'

github.com/phpcommunity/phptestfest-php-src - 768bc7a0b8ee2a139111c8825e689a37f22ba0b7 authored almost 6 years ago by Nikita Popov <[email protected]>
Merge branch 'PHP-7.2' into PHP-7.3

github.com/phpcommunity/phptestfest-php-src - ab3c94a54f173a8e5f8be2a2e552cb6a02177f42 authored almost 6 years ago by Nikita Popov <[email protected]>
Fixed bug #77530: PHP crashes when parsing "(2)::class"

github.com/phpcommunity/phptestfest-php-src - ef68cd324923d81565debef8939b015a3f4b8a6f authored almost 6 years ago by ekinhbayar <[email protected]>
Fix assign to self detection

github.com/phpcommunity/phptestfest-php-src - b93aefc1a78c65ffdad5ff772f1116aaa0434837 authored almost 6 years ago by Nikita Popov <[email protected]>
zend_compile.c: zend_is_variable(). Removed unnecessary checks. Naming according to internal logic.

github.com/phpcommunity/phptestfest-php-src - 3a0fc00424e59345d67c1f2ab866495ecf601b11 authored almost 6 years ago by rjhdby <[email protected]>
Merge branch 'PHP-7.3'

github.com/phpcommunity/phptestfest-php-src - 9be6b1698396b7a8e7ac98b29c832d3cadb16fd0 authored almost 6 years ago by Jakub Zelenka <[email protected]>
Merge branch 'PHP-7.2' into PHP-7.3

github.com/phpcommunity/phptestfest-php-src - 0da13086bd6be6b2723236876dc37acd97c06a23 authored almost 6 years ago by Jakub Zelenka <[email protected]>
Fix bug #77390 (feof might hang on TLS streams in case of fragmented TLS records)

Simplified version of the fix from Abyl Valg so credit to him.

github.com/phpcommunity/phptestfest-php-src - dc2ffdeed7d5c17eeb4f706f530eccafb425f92a authored almost 6 years ago by Jakub Zelenka <[email protected]>
Update and integrate openssl client proxy test

github.com/phpcommunity/phptestfest-php-src - d9b29029f9793ffdefbd575dd26cc54c78c0a1cf authored almost 6 years ago by Jakub Zelenka <[email protected]>
Add a test for fragmented SSL packets

github.com/phpcommunity/phptestfest-php-src - 0c84c2ef503a531b43fa5f0f6b30e0d220c72e28 authored almost 6 years ago by Abyr Valg <[email protected]>
Don't hide real peak usage.

github.com/phpcommunity/phptestfest-php-src - 662243cb30edc27b7e3ce8f9c893311f768caa79 authored almost 6 years ago by Dmitry Stogov <[email protected]>
Fixed bug #77518

github.com/phpcommunity/phptestfest-php-src - 909d0a3d786118e0b1105288f6b88231e6697815 authored almost 6 years ago by Nikita Popov <[email protected]>
Merge branch 'PHP-7.3'

github.com/phpcommunity/phptestfest-php-src - 7f13557843f636dc2f81bbc034b145947c020e16 authored almost 6 years ago by Nikita Popov <[email protected]>
Fixed bug #77498

I've renamed the function to the same name as the exported symbol
in master.

github.com/phpcommunity/phptestfest-php-src - f78e681428a368930860162a1ea9b23b1a07666f authored almost 6 years ago by Nikita Popov <[email protected]>
Remove unused prototype in mbstring

Reported by legale.

github.com/phpcommunity/phptestfest-php-src - 24085b187a7505aacb5bd76372f1522226656dd3 authored almost 6 years ago by Nikita Popov <[email protected]>
Reduce amount of updated memory

github.com/phpcommunity/phptestfest-php-src - bf774d4d7522a3a05078fc476a80a667c715a8e1 authored almost 6 years ago by Dmitry Stogov <[email protected]>
Allow strip_tags with an array of allowed tagnames

github.com/phpcommunity/phptestfest-php-src - b1e9c73b2777b802925bcdcec6d7012b6d98f1cb authored almost 6 years ago by Andreas Treichel <[email protected]>
Merge branch 'PHP-7.3'

github.com/phpcommunity/phptestfest-php-src - 5e4c6dec123af0bca827f0d71ccba662b7f7e986 authored almost 6 years ago by Nikita Popov <[email protected]>
Fixed bug #77514

github.com/phpcommunity/phptestfest-php-src - 3c98c2d0cbf476432a4fa6264afc5e43c58fb38f authored almost 6 years ago by Nikita Popov <[email protected]>
Delay hash table allocation

github.com/phpcommunity/phptestfest-php-src - f80b1b0c5693d7d86d76f4d28d6d81fb345d75e1 authored almost 6 years ago by Dmitry Stogov <[email protected]>
Disallow PHP startup, in case some ext ext/standard sub-module is not initialized sucessfully.

github.com/phpcommunity/phptestfest-php-src - ab9a9a6b20a3b435049a90a0681ed58fbe8f3de6 authored almost 6 years ago by Dmitry Stogov <[email protected]>
Merge branch 'PHP-7.3'

github.com/phpcommunity/phptestfest-php-src - 2baae689617207befb4610aa8bb641062363a5b8 authored almost 6 years ago by Nikita Popov <[email protected]>
Merge branch 'PHP-7.2' into PHP-7.3

github.com/phpcommunity/phptestfest-php-src - d460e06cb904cd5d9d5412d924cd8690811c97c2 authored almost 6 years ago by Nikita Popov <[email protected]>
Merge remote-tracking branch 'php-src/PHP-7.2' into PHP-7.2

github.com/phpcommunity/phptestfest-php-src - 08c5679380115962c31f3df0bc317eb2018eb514 authored almost 6 years ago by Nikita Popov <[email protected]>
Merge branch 'PHP-7.3'

github.com/phpcommunity/phptestfest-php-src - e7089a830a164d628441750af462e53fde16b24b authored almost 6 years ago by Nikita Popov <[email protected]>
Merge branch 'PHP-7.2' into PHP-7.3

github.com/phpcommunity/phptestfest-php-src - e926dc9305aff3a9fd2177bea6dbfbf4aa0ac594 authored almost 6 years ago by Nikita Popov <[email protected]>
Revert "Prefix error_code with underscore in FastZPP implementation"

This reverts commit 6305119a5193d4318add01190ca4afbb49ded102.

This is a source-compatibility br...

github.com/phpcommunity/phptestfest-php-src - cce2e33c846b8653d589a680bdf83a6f8409ecd9 authored almost 6 years ago by Nikita Popov <[email protected]>
Improve wording

As suggested by Tom Sommer[1].

[1] <https://github.com/php/php-src/commit/8a4c2f16217fb8f8d0983...

github.com/phpcommunity/phptestfest-php-src - 6f3880c62f0f87f9396b215e36c5eb228ab5711f authored almost 6 years ago by Christoph M. Becker <[email protected]>
Fix README.RELEASE_PROCESS

According to current practice, and as discussed with other RMs.

github.com/phpcommunity/phptestfest-php-src - d7480bda767e14ded6822849e1769afd7fd58c1c authored almost 6 years ago by Christoph M. Becker <[email protected]>
Merge branch 'PHP-7.3'

* PHP-7.3:
Fixed bug #77494 (Disabling class causes segfault on member access)

github.com/phpcommunity/phptestfest-php-src - fd41b99d58b5e1b2e7b7323b8e0744502c0f42bd authored almost 6 years ago by Dmitry Stogov <[email protected]>
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed bug #77494 (Disabling class causes segfault on member access)

github.com/phpcommunity/phptestfest-php-src - aa9a8dbda3ffc397aa177173650eaeaada778eda authored almost 6 years ago by Dmitry Stogov <[email protected]>
Fixed bug #77494 (Disabling class causes segfault on member access)

github.com/phpcommunity/phptestfest-php-src - 73f222d722460bebb98a1d2f11f891eefe4defde authored almost 6 years ago by Dmitry Stogov <[email protected]>
Merge branch 'PHP-7.3'

github.com/phpcommunity/phptestfest-php-src - 1d984cc707fed6f23224a5f72c0e8e5a0cc9fc24 authored almost 6 years ago by Nikita Popov <[email protected]>
Merge branch 'PHP-7.2' into PHP-7.3

github.com/phpcommunity/phptestfest-php-src - e0f97ae7ec89bdfef163e4b76b895ffab84dedba authored almost 6 years ago by Nikita Popov <[email protected]>
Add flag to disable jumptable optimization

This is useful for coverage. While it is currently safe to just
skip over the SWITCH_* opcodes, ...

github.com/phpcommunity/phptestfest-php-src - 526344aa5ee3190b754e3678e0c71b0d7f272876 authored almost 6 years ago by Nikita Popov <[email protected]>
Make more tests run os MacOS

github.com/phpcommunity/phptestfest-php-src - 04723f21017c6ecd4c8d449d2801c2c79c7ecabd authored almost 6 years ago by Gabriel Caruso <[email protected]>
Remove the "o" serialization format

We never generate the "o" format during serialization, so let's not
keep this unnecessary attack...

github.com/phpcommunity/phptestfest-php-src - 89a4c172e24d7eb2be7f272a6075634a14f1d791 authored almost 6 years ago by Nikita Popov <[email protected]>
Merge branch 'PHP-7.3'

* PHP-7.3:
Prepare main branch for PHP 7.3.3

github.com/phpcommunity/phptestfest-php-src - 0daebf9a016065dcdea7f5b1cc55516231e532be authored almost 6 years ago by Christoph M. Becker <[email protected]>
Prepare main branch for PHP 7.3.3

github.com/phpcommunity/phptestfest-php-src - 19a9a6ba242776901a1b9cf6b41ff52a9917665e authored almost 6 years ago by Christoph M. Becker <[email protected]>
Merge branch 'PHP-7.3'

github.com/phpcommunity/phptestfest-php-src - d3e5a2487f59ed21eb277fe233dfbfa046ab9eb3 authored almost 6 years ago by Nikita Popov <[email protected]>
Fixed bug #77287

There may be an EXT_NOP opcode before the parameter list, we should
skip over it.

github.com/phpcommunity/phptestfest-php-src - 76760901fabf8ff53c8dfb4ddf7ca703c5a12b79 authored almost 6 years ago by Nikita Popov <[email protected]>
Make tokenizer test robust against token renumbering

github.com/phpcommunity/phptestfest-php-src - 50ddff94b9989342e66678c311b3abf4e7d5a074 authored almost 6 years ago by Nikita Popov <[email protected]>
Implement ??= operator

RFC: https://wiki.php.net/rfc/null_coalesce_equal_operator

$a ??= $b is $a ?? ($a = $b), with t...

github.com/phpcommunity/phptestfest-php-src - a50198d0fef652ca052cda642d6e98a9101eb73f authored almost 6 years ago by Nikita Popov <[email protected]>
Most opcodes that don't consume their OP1 operand, must be terminated with real consumer, and don't have to be checked.

These checks are replaced by ZEND_ASSERT.

github.com/phpcommunity/phptestfest-php-src - a3503f0402ce996466de966e8105448aba5114cf authored almost 6 years ago by Dmitry Stogov <[email protected]>
Use SSA instead of bogus reverse linear scan.

github.com/phpcommunity/phptestfest-php-src - 8cb1ae92e6baf6b6497fa4bd3644d165452c574f authored almost 6 years ago by Dmitry Stogov <[email protected]>
Fixed odd ROPE_ADD instruction placement.

github.com/phpcommunity/phptestfest-php-src - 960f922ed245d89a8f9fba92513add79c741a64f authored almost 6 years ago by Dmitry Stogov <[email protected]>
[ci skip] List FFI extension

github.com/phpcommunity/phptestfest-php-src - d0092c212584356c7c0868aa7b6869ca9c4e7968 authored almost 6 years ago by Christoph M. Becker <[email protected]>
Use ZEND_FUNC_FREE_LOOP_VAR flag to avoid useless iterations.

github.com/phpcommunity/phptestfest-php-src - 6c983c6221cb3e02b253cd5379eda42fe0d6500d authored almost 6 years ago by Dmitry Stogov <[email protected]>
[ci skip] Add opcache.preload directive

github.com/phpcommunity/phptestfest-php-src - 467d8b3ff78312f6bc8d9d2795a8feddbf03ce56 authored almost 6 years ago by Christoph M. Becker <[email protected]>
Avoid double live ranges recalculation.

github.com/phpcommunity/phptestfest-php-src - abd0651020b39e35386d8ec438dea1562086d73c authored almost 6 years ago by Dmitry Stogov <[email protected]>
[ci skip] Note preloading and ext/ffi in UPGRADING

github.com/phpcommunity/phptestfest-php-src - 36c825575ed13c87efdd4d24b32f0cabaad89e0d authored almost 6 years ago by Christoph M. Becker <[email protected]>
Remove superfluous variable

This has been missed when libsqlite3 has been unbundled.

github.com/phpcommunity/phptestfest-php-src - 3815a03117905de08dba08707bcab96be5946661 authored almost 6 years ago by Christoph M. Becker <[email protected]>
Live ranges construction optimization

github.com/phpcommunity/phptestfest-php-src - 97ccafd4c6a565df73199212c9736ea5b659157b authored almost 6 years ago by Dmitry Stogov <[email protected]>
Use pkg-config to detect and configure for system libgd

Formerly, a single option `--with-gd` was sufficient to enable the
extension, and to determine w...

github.com/phpcommunity/phptestfest-php-src - 570d4311b6630bb1fe3378c2d2b216ecda6f1671 authored almost 6 years ago by Christoph M. Becker <[email protected]>
Implement single-pass live range calculation

Instead of interleaving creation of live-ranges with the main
compiler code, compute them in a s...

github.com/phpcommunity/phptestfest-php-src - 3269e884686ada59407e14db812bfb42d59d2f1c authored almost 6 years ago by Nikita Popov <[email protected]>
Merge branch 'PHP-7.3'

github.com/phpcommunity/phptestfest-php-src - 276d3a7d159964d225c8e7ff75debdd9c359eee2 authored almost 6 years ago by George Wang <[email protected]>
Merge branch 'PHP-7.2' into PHP-7.3

github.com/phpcommunity/phptestfest-php-src - 6a0a600176bb709496ac5571be01b0709b30d4a4 authored almost 6 years ago by George Wang <[email protected]>