summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-141-0/+2
|\ \ \ | |/ /
| * | Add "-pthread" to EXTRA_LDFLAGS_PROGRAM as wellNikita Popov2019-10-141-0/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-111-18/+44
|\ \ \ | |/ /
| * | Azure: Publish code coverage resultsGerard Roche2019-10-111-18/+44
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-111-0/+3
|\ \ \ | |/ /
| * | Remove configure checks for ltp when using --enable-gcovNikita Popov2019-10-111-0/+3
| * | Revert "Don't buid static libaraies when only DSO required"Dmitry Stogov2019-10-102-2/+2
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-10-041-2/+2
|\ \ \ | |/ /
| * | Fixed bug #78614 (Does not compile with DTRACE anymore)Dmitry Stogov2019-10-041-2/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-251-58/+15
|\ \ \ | |/ /
| * | Fix GCOV not working for PHP-7.4 and master branchesGerard Roche2019-09-251-58/+15
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-09-192-2/+2
|\ \ \ | |/ /