| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove some old parts of the php | Peter Kokot | 2018-08-25 | 1 | -0/+0 |
| | | | | | | | Since ba138a3746b3077ebe5b7356b5b49f21cfc30438 the generate-phpt library has been unbundled from the php-src. This patch cleans two remaining parts. | ||||
| * | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
| * | Removed the generated-tests library, this is a left Zöe's phpruntests ↵ | Kalle Sommer Nielsen | 2018-07-23 | 77 | -2827/+0 |
| | | | | | | | repository it seems and never fully implemented. The only times this part of the code has been touched throughout the years has been minor PRs and entire php-src grep commits. If anything this belongs to the phpruntests.git repository. | ||||
| * | [ci skip] Remove trailing WS | Christoph M. Becker | 2018-06-05 | 1 | -5/+5 |
| | | | | | | | | | Since commit 2238403 removed respective trailing WS in files generated by this script, we remove the trailing WS in the first place, to avoid further mundane merge conflicts. [1] http://git.php.net/?p=php-src.git;a=commit;h=2238403892ccf87143a59814538d9f764509d9e7 | ||||
| * | Fix some misspellings | Gabriel Caruso | 2018-02-06 | 1 | -1/+1 |
| | | |||||
| * | Simplify returns in generate-phpt | Gabriel Caruso | 2018-01-26 | 6 | -43/+17 |
| | | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-03 | 2 | -3/+3 |
| |\ | | | | | | | | | * PHP-7.1: Happy new year (Update copyright to 2018) | ||||
| | * | Happy new year (Update copyright to 2018) | Lior Kaplan | 2018-01-02 | 2 | -3/+3 |
| | | | |||||
| * | | Set default value for some properties in generate-phpt | Danilo Correa | 2017-12-13 | 1 | -2/+2 |
| |/ | |||||
| * | fix stub to accept user properly | Joe Watkins | 2017-01-09 | 1 | -1/+1 |
| | | |||||
| * | More check_parameters improvements | Nikita Popov | 2015-10-02 | 1 | -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 improvements | Nikita Popov | 2015-10-01 | 1 | -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 7 | Sean DuBois | 2015-10-01 | 1 | -40/+22 |
| | | | | | | Also fix deprecation errors and move from preg_replace -> preg_replace_callback. | ||||
| * | one new line too much | Anatol Belski | 2015-08-20 | 1 | -1/+1 |
| | | |||||
| * | use the bare tarball filename for the stub, no path elements | Anatol Belski | 2015-08-19 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'pull-request/1454' | Christoph M. Becker | 2015-08-13 | 1 | -3/+9 |
| |\ | | | | | | | | | * pull-request/1454: Docs for find_tested.php | ||||
| | * | Docs for find_tested.php | Nikhil Vimal | 2015-08-04 | 1 | -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 integration | Anatol Belski | 2015-08-10 | 1 | -2/+5 |
| | | | |||||
| * | | make scripts/dev/gen_verify_stub executable | Anatol Belski | 2015-08-10 | 1 | -0/+0 |
| | | | |||||
| * | | initial add verification stub generator | Anatol Belski | 2015-08-10 | 1 | -0/+48 |
| |/ | |||||
| * | Revert "Fix arginfo for built-in engine functions" | Dmitry Stogov | 2015-06-22 | 1 | -74/+0 |
| | | | | | This reverts commit d2356541d0386e3f0b6d593e2cc046ced68ff050. | ||||
| * | Revert "Fix genarginfo to respect by-ref passing" | Dmitry Stogov | 2015-06-22 | 1 | -12/+4 |
| | | | | | This reverts commit db6990a91b2ca931074b29886c7f7819b14bb021. | ||||
| * | Fix genarginfo to respect by-ref passing | Bob Weinand | 2015-06-22 | 1 | -4/+12 |
| | | |||||
| * | Fix arginfo for built-in engine functions | Rasmus Lerdorf | 2015-06-21 | 1 | -0/+74 |
| | | |||||
| * | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-19 | 1 | -0/+0 |
| | | |||||
| * | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 2 | -2/+2 |
| |\ | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt | ||||
| | * | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 |
| | | | |||||
| * | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -3/+3 |
| |/ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| |\ | | | | | | | | | * PHP-5.5: typofixes | ||||
| | * | typofixes | Veres Lajos | 2014-08-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-08-04 | 2 | -1/+1 |
| |\ \ | |/ | | | | | | | * PHP-5.5: non living code related typo fixes | ||||
| | * | non living code related typo fixes | Veres Lajos | 2013-08-04 | 2 | -1/+1 |
| | | | |||||
| | * | typo fixes | Veres Lajos | 2013-07-15 | 2 | -1/+1 |
| | | | |||||
| * | | Remove PHP3 conversion scripts | Johannes Schlüter | 2013-07-17 | 3 | -136/+0 |
| | | | |||||
| * | | typo fixes | Veres Lajos | 2013-07-15 | 2 | -1/+1 |
| |/ | |||||
| * | typo fixes (argument) | Veres Lajos | 2013-06-10 | 2 | -1/+1 |
| | | |||||
| * | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 3 | -7/+7 |
| | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) | ||||
| * | Make the credits script more verbose | Johannes Schlüter | 2010-05-27 | 1 | -0/+1 |
| | | |||||
| * | fixing missing semi-colon | Zoe Slattery | 2009-05-07 | 2 | -2/+2 |
| | | |||||
| * | Replacing generate script with a new version | Zoe Slattery | 2009-05-07 | 79 | -1148/+2853 |
| | | |||||
| * | Added a script that generates phpt test coverage information for functions ↵ | Steve Seear | 2008-05-09 | 1 | -0/+222 |
| | | | | | and methods. | ||||
| * | Changes to the code that generates variations (Robin & Josie) | Zoe Slattery | 2008-04-15 | 1 | -32/+86 |
| | | |||||
| * | Fixing: | Zoe Slattery | 2008-04-13 | 1 | -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 Slattery | 2008-02-14 | 1 | -1/+1 |
| | | |||||
| * | Fixing bug 44042 | Zoe Slattery | 2008-02-06 | 1 | -86/+79 |
| | | |||||
| * | Moving the the phpt generation script to scripts/dev directory at Jani's ↵ | Zoe Slattery | 2008-02-03 | 1 | -0/+1105 |
| | | | | | suggestion. | ||||
| * | Update copyright year | Ilia Alshanetsky | 2007-01-01 | 2 | -2/+2 |
| | | | | | | # The rest of the files were already updated by Sebastian | ||||
| * | more improvements | Antony Dovgal | 2006-09-10 | 1 | -3/+8 |
| | | |||||
| * | MFH: improve the script | Antony Dovgal | 2006-09-10 | 1 | -1/+33 |
| | | |||||
| * | add the script to run diagnostic tests on zend_parse_parameters*() usage, ↵ | Nuno Lopes | 2006-09-08 | 1 | -0/+336 |
| | | | | | per Andrei's request | ||||
