summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Don't check executabilityNikita Popov2021-03-161-1/+1
* Check for php program in autoconfNikita Popov2021-03-162-8/+26
* Merge branch 'PHP-8.0'Nikita Popov2021-02-171-1/+1
|\
| * Remove generated zend_jit_x86.c on `make clean`Dylan T2021-02-171-1/+1
| * Properly render 2+ namespaces functions in build/gen_stub.phpTyson Andre2021-02-061-1/+2
* | Add support for generating properties with union type of multiple classesMáté Kocsis2021-02-161-8/+22
* | Generate class entries from stubs for ldap, libxml, mbstring and mysqliMáté Kocsis2021-02-161-2/+3
* | Improve class entry generationMáté Kocsis2021-02-161-4/+4
* | Add dependency tracking for header filesFlorian Sowade2021-02-162-5/+5
* | Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-091-1/+3
* | Properly render 2+ namespaces functions in build/gen_stub.phpTyson Andre2021-02-061-2/+3
* | Add support for generating class entries from stubsMáté Kocsis2021-01-261-22/+473
* | gen_stub: Also verify implementation-aliasNikita Popov2021-01-191-1/+1
* | gen_stub: Don't use $aliasMap during verificationNikita Popov2021-01-181-1/+6
* | gen_stub: Compare phpdoc return type in --verifyNikita Popov2021-01-181-5/+6
* | gen_stub: Allow additional text after @returnNikita Popov2021-01-181-1/+1
* | gen_stub: Automatically add function name to exceptionsNikita Popov2021-01-181-106/+109
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-121-26/+34
|\ \ | |/
| * Add support for union types for internal functionsNikita Popov2021-01-121-26/+34
* | Merge branch 'PHP-8.0'Máté Kocsis2020-12-301-2/+2
|\ \ | |/
| * Fix refentry attribute replacingMáté Kocsis2020-12-301-2/+2
* | Merge branch 'PHP-8.0'Máté Kocsis2020-12-281-45/+560
|\ \ | |/
| * Add support for generating methodsynopses from stubsMáté Kocsis2020-12-281-45/+560
* | Merge branch 'PHP-8.0'Nikita Popov2020-11-261-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-261-1/+1
| |\
| | * Fix bug #80402: Don't strip -lpthreadNikita Popov2020-11-261-1/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-241-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-241-3/+3
| |\ \ | | |/
| | * Fixed bug #80393Nikita Popov2020-11-241-3/+3
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-091-2/+0
|\ \ \ | |/ /
| * | Use true/false instead of TRUE/FALSE in intlNikita Popov2020-11-091-2/+0
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-091-0/+2
|\ \ \ | |/ /
| * | 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-8.0'Nikita Popov2020-11-031-1/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | Bump minimal OpenSSL version to 1.0.2Jakub Zelenka2020-11-011-1/+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