summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Support union types for args in gen stubsNikita Popov2019-11-151-2/+10
* Support single class unions in gen stubsNikita Popov2019-11-151-23/+53
* Add union return types for function stubsMáté Kocsis2019-11-111-0/+2
* Add support for union types in stubsNikita Popov2019-11-081-37/+148
* Allow generating stubs for directoryNikita Popov2019-11-011-3/+14
* Improve bless tests script to minimize diffsNikita Popov2019-10-011-2/+166
* Merge branch 'PHP-7.4'Nikita Popov2019-09-271-0/+4
|\
| * Handle resources used as array keys consistentlyNikita Popov2019-09-271-0/+4
| * Throw notice for plain wrapper fread/fwrite errorsNikita Popov2019-07-251-0/+1
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-253-6/+0
* | Make arginfo printing of prefer-ref arguments nicerNikita Popov2019-08-261-5/+17
* | Make sure that params with null default are marked nullableNikita Popov2019-08-261-1/+10
* | Convert remaining array function arginfo to PHP stubsTheodore Brown2019-08-261-10/+54
* | Fix escapes for namespaced classes in gen_stub.phpTyson Andre2019-08-231-2/+2
* | Support typed variadic args in gen_stubsNikita Popov2019-08-151-14/+8
* | Add a prefix to differeniate between class methods and functionsCraig Duncan2019-08-121-1/+1
* | Support regenerating all stubsNikita Popov2019-08-121-11/+25
* | Add support for callable to the stub generator [ci skip]Stephen Reay2019-08-111-0/+2
* | Handle preprocessor conditions inside classesNikita Popov2019-08-101-35/+26
* | Fallback to curl in gen_stub if wget failsStephen Reay2019-08-101-0/+4
* | Expand preprocessor support in gen_stubsNikita Popov2019-08-101-22/+46
* | Make uninitialized DateTime an ErrorNikita Popov2019-08-091-3/+7
* | Generate arginfo from PHP stub filesNikita Popov2019-08-091-0/+380
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-121-0/+1
|\ \ | |/
| * Improve bless_testsNikita Popov2019-07-121-0/+1
* | Merge branch 'PHP-7.4'Peter Kokot2019-07-112-4/+2
|\ \ | |/
| * Refactor undefining PACKAGE_* symbolsPeter Kokot2019-07-112-4/+2
* | Merge branch 'PHP-7.4'Peter Kokot2019-07-081-4/+0
|\ \ | |/
| * Remove some unused variablesPeter Kokot2019-07-081-4/+0
* | Merge branch 'PHP-7.4'Joe Watkins2019-06-291-0/+8
|\ \ | |/
| * add ini config details to php-configJoe Watkins2019-06-291-0/+8
* | Merge branch 'PHP-7.4'Peter Kokot2019-06-261-2/+2
|\ \ | |/
| * Set Computer English language for credits sortingPeter Kokot2019-06-261-2/+2
* | Convert fetch_resource warnings into TypeErrorsNikita Popov2019-06-031-0/+1
|/
* Enhance makedist scriptPeter Kokot2019-05-183-114/+160
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-13/+12
* Remove vcsclean scriptPeter Kokot2019-05-081-7/+0
* Remove phpextdistPeter Kokot2019-05-061-27/+0
* Always use pkg-config from the host architectureHugh McMaster2019-04-291-0/+1
* Simplify checking of *nix build toolsPeter Kokot2019-04-291-4/+0
* Automatically remove aclocal.m4 if presentPeter Kokot2019-04-281-0/+4
* Move acinclude.m4 to build/php.m4Peter Kokot2019-04-233-5/+13
* Disable PACKAGE_* preprocessor symbolsPeter Kokot2019-04-131-0/+4
* Refactor AC_INIT in configure.ac and PHP versionsPeter Kokot2019-04-071-1/+2
* Refactor PHP_PROG_BISON and PHP_PROG_RE2CPeter Kokot2019-03-303-56/+96
* Upgrade deprecated directives and use non-posix bisonPeter Kokot2019-03-191-1/+1
* Leave bundled generated files untouchedPeter Kokot2019-03-182-14/+0
* Move distribution generator script to scripts/devPeter Kokot2019-03-162-0/+258
* Make credits script executable from other pathsPeter Kokot2019-03-161-0/+6
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+11