summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unbundle ext/xmlrpcChristoph M. Becker2020-05-291-3/+1
* Annotate internal functions with the mixed typeMáté Kocsis2020-05-251-2/+13
* Remove generated zend_jit_x86.c upon make distcleanBob Weinand2020-05-141-0/+1
* Merge branch 'PHP-7.4'Nikita Popov2020-05-141-1/+3
|\
| * Fix lcov genhtml: ERROR: cannot read [file]Gerard Roche2020-05-141-1/+3
* | Reapply "Remove configure checks for supported instruction sets"Nikita Popov2020-05-111-24/+0
* | Merge branch 'PHP-7.4'Nikita Popov2020-05-111-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-05-111-1/+1
| |\
* | | manage ZEND_DEP_FALIAS in gen_stubRemi Collet2020-04-291-0/+7
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-291-0/+1
|\ \ \ | |/ /
| * | Fix #79532: sizeof off_t can be wrongChristoph M. Becker2020-04-291-0/+1
* | | Fix libtool to provide a simple way to generate only "shared" object files or...Dmitry Stogov2020-04-273-2/+15
* | | Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-221-5/+1
* | | Make gen_stub parallelism safeNikita Popov2020-04-211-8/+29
* | | Remove support for EBCDICNikita Popov2020-04-201-1/+1
* | | Make gen_stub.php compatible with PHP 7.1 againNikita Popov2020-04-141-2/+2
* | | Generate method entries for ext/domMáté Kocsis2020-04-131-1/+1
* | | Fix an undefined class error running gen_stub in php8Tyson Andre2020-04-112-16/+16
* | | Generate method entries from stubs for a couple of extensionsMáté Kocsis2020-04-111-7/+7
* | | Add support for generating method entries from stubsMáté Kocsis2020-04-111-48/+224
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-15/+50
* | | Move variable declaration closer to its usageMáté Kocsis2020-04-051-1/+1
* | | Improve gen_stub.phpMáté Kocsis2020-04-041-8/+22
* | | Annotate function aliases in stubsMáté Kocsis2020-04-041-0/+0
* | | Verify that all stubs have a return typeNikita Popov2020-04-031-7/+56
* | | Stubs: Store information per-classNikita Popov2020-04-031-13/+37
* | | Generate function entries from stubsNikita Popov2020-04-031-40/+147
* | | add some output when generating arginfoRemi Collet2020-04-031-0/+2
* | | Move gen_stub.php to build directory and install it so phpize can take care o...Remi Collet2020-04-032-3/+644
* | | Update bundled config.guess and config.subAnatol Belski2020-02-152-54/+58
* | | Improved the checkXinchen Hui2020-02-131-8/+10
* | | Fixed build (Only PHP above 7.1 could run the gen_stub.php)Xinchen Hui2020-02-121-1/+8
* | | Merge branch 'PHP-7.4'Anatol Belski2020-02-081-0/+3
|\ \ \ | |/ /
| * | Update bundled stdxx check macrosAnatol Belski2020-02-081-0/+3
* | | Bison: enable all the warnings and fix themAkim Demaille2020-02-011-5/+5
* | | Use "%empty" in the parsers, instead of commentsAkim Demaille2020-01-311-0/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-201-7/+1
|\ \ \ | |/ /
| * | Fix bug #79112: IMAP can't find OpenSSL during configureNikita Popov2020-01-201-7/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-11-041-0/+24
|\ \ \ | |/ /
| * | Revert "Remove configure checks for supported instruction sets"Nikita Popov2019-11-041-0/+24
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-311-24/+0
|\ \ \ | |/ /
| * | Remove configure checks for supported instruction setsNikita Popov2019-10-311-24/+0
* | | Fix bug #78681 by renaming libphp8.so to libphp.soNikita Popov2019-10-292-11/+11