summaryrefslogtreecommitdiff
path: root/scripts/dev
Commit message (Collapse)AuthorAgeFilesLines
* More check_parameters improvementsNikita Popov2015-10-021-23/+37
| | | | | | | | | * Switch default REPORT_LEVEL to 1 to cut down on the noise * Make initialization of 'C' variable always required * Don't require init of lLdb variable if ! is used * Don't throw error about missing init of not detected parameters (This was a regression in the last changeset) * Support method_parameters and throw variations
* More check_parameters improvementsNikita Popov2015-10-011-11/+23
| | | | | | | | * Allow / on everything but lLdb (on which it will work, but makes no sense). * For ! on lLdb add additional zend_bool* parameter. * For optional s and p only require one of the variables to be initialized. The length is usually not initialized.
* Update scripts/dev/check_parameters.php for PHP 7Sean DuBois2015-10-011-40/+22
| | | | | Also fix deprecation errors and move from preg_replace -> preg_replace_callback.
* one new line too muchAnatol Belski2015-08-201-1/+1
|
* use the bare tarball filename for the stub, no path elementsAnatol Belski2015-08-191-2/+2
|
* Merge branch 'pull-request/1454'Christoph M. Becker2015-08-131-3/+9
|\ | | | | | | | | * pull-request/1454: Docs for find_tested.php
| * Docs for find_tested.phpNikhil Vimal2015-08-041-3/+9
| | | | | | Initial Pass, also fixing the extra space before the extract_tests function name to keep with standards.
* | make use of PHPROOT for possible mkdist integrationAnatol Belski2015-08-101-2/+5
| |
* | make scripts/dev/gen_verify_stub executableAnatol Belski2015-08-101-0/+0
| |
* | initial add verification stub generatorAnatol Belski2015-08-101-0/+48
|/
* Revert "Fix arginfo for built-in engine functions"Dmitry Stogov2015-06-221-74/+0
| | | | This reverts commit d2356541d0386e3f0b6d593e2cc046ced68ff050.
* Revert "Fix genarginfo to respect by-ref passing"Dmitry Stogov2015-06-221-12/+4
| | | | This reverts commit db6990a91b2ca931074b29886c7f7819b14bb021.
* Fix genarginfo to respect by-ref passingBob Weinand2015-06-221-4/+12
|
* Fix arginfo for built-in engine functionsRasmus Lerdorf2015-06-211-0/+74
|
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-0/+0
|
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-202-2/+2
|\ | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
| |
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-3/+3
|/
* Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-08-171-1/+1
|\ | | | | | | | | * PHP-5.5: typofixes
| * typofixesVeres Lajos2014-08-171-1/+1
| |
* | Merge branch 'PHP-5.5'Stanislav Malyshev2013-08-042-1/+1
|\ \ | |/ | | | | | | * PHP-5.5: non living code related typo fixes
| * non living code related typo fixesVeres Lajos2013-08-042-1/+1
| |
| * typo fixesVeres Lajos2013-07-152-1/+1
| |
* | Remove PHP3 conversion scriptsJohannes Schlüter2013-07-173-136/+0
| |
* | typo fixesVeres Lajos2013-07-152-1/+1
|/
* typo fixes (argument)Veres Lajos2013-06-102-1/+1
|
* Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-033-7/+7
| | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
* Make the credits script more verboseJohannes Schlüter2010-05-271-0/+1
|
* fixing missing semi-colonZoe Slattery2009-05-072-2/+2
|
* Replacing generate script with a new versionZoe Slattery2009-05-0779-1148/+2853
|
* Added a script that generates phpt test coverage information for functions ↵Steve Seear2008-05-091-0/+222
| | | | and methods.
* Changes to the code that generates variations (Robin & Josie)Zoe Slattery2008-04-151-32/+86
|
* Fixing:Zoe Slattery2008-04-131-8/+4
| | | | | | | (1) remove proto from start (2)substitute "Done" with ===DONE== after closing tag in FILE section and at end of EXPECTF. (3) Remove "add comment here..."
* Fixing typo arg->arglist at line 195. Thanks Chris J!Zoe Slattery2008-02-141-1/+1
|
* Fixing bug 44042Zoe Slattery2008-02-061-86/+79
|
* Moving the the phpt generation script to scripts/dev directory at Jani's ↵Zoe Slattery2008-02-031-0/+1105
| | | | suggestion.
* Update copyright yearIlia Alshanetsky2007-01-012-2/+2
| | | | | # The rest of the files were already updated by Sebastian
* more improvementsAntony Dovgal2006-09-101-3/+8
|
* MFH: improve the scriptAntony Dovgal2006-09-101-1/+33
|
* add the script to run diagnostic tests on zend_parse_parameters*() usage, ↵Nuno Lopes2006-09-081-0/+336
| | | | per Andrei's request
* MFHfoobar2006-01-011-1/+1
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* - Bumber up yearfoobar2005-08-032-2/+2
|
* Moved phpextdist to dev/foobar2005-04-301-0/+27
|
* Add more statisticsMarcus Boerger2004-03-301-8/+19
|
* The test script to search for underscoresMarcus Boerger2004-03-301-0/+86
|
* A script that searches for PHPAPI and ZEND_API prototypesHartmut Holzgraefe2004-02-201-0/+45
| | | | | not enclosed by BEGIN_EXTERN_C/END_EXTERN_C
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-3/+3
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|