summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Use true/false instead of TRUE/FALSE in intlNikita Popov2020-11-091-2/+0
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-091-0/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-11-091-0/+2
| |\
* | \ Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-11-031-5/+1
| |\ \ | | |/
| | * Fix another implicit function declaration in configureNikita Popov2020-11-031-5/+1
* | | Fix parameter stats generationNikita Popov2020-10-261-1/+1
* | | Require stubs to declare return types for magic methods when possibleMáté Kocsis2020-10-231-9/+9
* | | Verify parameter names of function aliasesMáté Kocsis2020-10-161-26/+185
* | | Avoid namespaced class symbol clashes in gen_stubNikita Popov2020-10-071-30/+52
* | | Support "static" type in gen_stubNikita Popov2020-10-071-0/+9
* | | Add @generate-legacy-arginfo tagNikita Popov2020-10-051-1/+5
* | | Improve gen_stub.php - drop --legacy option, generate file is exists - add --...Remi Collet2020-10-051-9/+19
* | | Merge branch 'PHP-7.4'Nikita Popov2020-10-051-10/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-051-13/+13
| |\ \ | | |/
| * | Use standard types in fopencookie testNikita Popov2020-08-051-4/+4
* | | Support specifying linkage for generate-function-entriesNikita Popov2020-10-021-5/+10
* | | Add partial namespace support to gen_stubNikita Popov2020-10-021-73/+125
* | | Add gen_stub --legacy flagNikita Popov2020-10-021-2/+18
* | | Extensions should have the final say on their compiler flagsGeorge Peter Banyard2020-09-281-5/+5
* | | Add option to print parameter name stats to gen_stubNikita Popov2020-09-241-9/+35
* | | Add support for `@implementation-alias` in stubsMáté Kocsis2020-09-211-1/+8
* | | Only check linking in PHP_TEST_BUILDNikita Popov2020-09-201-3/+1
* | | decbin/decoct/dechex optimization.Dmitry Stogov2020-09-081-0/+38
* | | Add Z_PARAM_ITERABLE and coLevi Morrison2020-09-031-0/+2
* | | Check for duplicate names in gen_stub.phpTyson Andre2020-08-241-0/+6
* | | Remove custom hacks from gen_stub.php after PHP-Parser upgradeMáté Kocsis2020-08-231-5/+1
* | | Update PHP-Parser from 4.3.0 to 4.9.0Tyson Andre2020-08-231-1/+1
* | | Check missing parameter types in stubsMáté Kocsis2020-08-131-4/+23
* | | Recognize gnu-libiconv location on alpineNikita Popov2020-08-121-2/+8
* | | Fix crypt_r detection under BSD systemDavid Carlier2020-08-121-0/+11
* | | Fix m4 quotationNikita Popov2020-08-081-1/+1
* | | Remove giconv supportNikita Popov2020-08-071-6/+1
* | | Remove more leftovers of PHP_DEFINE handlingNikita Popov2020-08-072-14/+0
* | | Don't use PHP_DEFINE in iconvNikita Popov2020-08-072-5/+1
* | | Use standard types in fopencookie testNikita Popov2020-08-051-4/+4
* | | Add compatibility define for PHP_CHECK_GCC_ARGNikita Popov2020-08-041-0/+4
* | | Bump libxml version requirement 2.7.6 => 2.9.0Dik Takken2020-08-031-1/+1
* | | Remove PHP_CHECK_GCC_ARG()Nikita Popov2020-07-291-24/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-291-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-291-2/+2
| |\ \ | | |/
* | | Support class+mask union for internal argumentNikita Popov2020-07-241-7/+14
* | | Remove no longer needed stdint compatibility definesNikita Popov2020-07-231-1/+3
* | | Fixed bug #79841Nikita Popov2020-07-131-2/+6
* | | Add support for forcing regeneration of arginfo filesMáté Kocsis2020-07-021-16/+16
* | | Check that "tokenizer" extension is available in gen_stub.phpNikita Popov2020-07-021-0/+4
* | | Fixed bug #79737 (Building embed as static fails during install step).Dmitry Stogov2020-06-291-1/+1
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-241-28/+48
* | | Clean up some unused code (and fix some comments) in build scriptsAlex Dowad2020-06-191-3/+3
* | | Fix #78750: configure assumes yacc and re2c workPeter Kokot2020-06-091-0/+2