summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix #77035: The phpize and ./configure create redundant .deps filePeter Kokot2018-10-192-2/+1
| | | | | | | | | | | The `.deps` file(s) was once used by Automake and created to write dependencies to it. The file creation has been removed via the commit 779c11af21cf8a627b8f2f2edef9e9073c76ed94. The phpize and ./configure script create a redundant .deps file in a PECL extension directory which might cause confusions why is it used. Today it is no longer relevant so this redundant artefact can be removed in the phpize configure script.
* Sync leading and final newlines in source code filesPeter Kokot2018-10-1467-74/+58
| | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* Trim trailing whitespace in source code filesPeter Kokot2018-10-1350-228/+228
|
* Happy new year (Update copyright to 2018)Lior Kaplan2018-01-024-7/+7
|
* Update copyright year to 2017Peter Kokot2017-07-242-4/+4
|
* fix stub to accept user properlyJoe Watkins2017-01-091-1/+1
|
* fix build broken by #2124Joe Watkins2017-01-062-1/+2
|
* Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-01-042-2/+2
|\ | | | | | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) Conflicts: ext/json/php_json_encoder.h sapi/continuity/capi.c
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-032-2/+2
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ | |/ | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| |
| * fix timelib build configurationAnatol Belski2015-01-211-2/+0
| |
| * make timelib_config.h inclusion configurableAnatol Belski2015-01-211-0/+2
| |
| * Fix bug #67878 program_prefix not honoured in man pagesRemi Collet2014-08-212-14/+14
| | | | | | | | | | | | - add @program_prefix@ in php, phpize and php-config man pages - set date to 2014 - fix "SEE ALSO" alignment
* | 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
| |
* | Fix wrong display in ZTS checkingYuchen Wang2015-05-121-1/+1
| |
* | Remove no longer used scriptsSobak2014-11-234-94/+0
| |
* | 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
|/ /
* | Fix bug #67878 program_prefix not honoured in man pagesRemi Collet2014-08-212-14/+14
|/ | | | | | - add @program_prefix@ in php, phpize and php-config man pages - set date to 2014 - fix "SEE ALSO" alignment
* Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-08-171-1/+1
|\ | | | | | | | | * PHP-5.5: typofixes
| * typofixesVeres Lajos2014-08-171-1/+1
| |
| * Fixbug: phpize --clean will delete include/*.hTianfeng2013-08-181-1/+1
| |
| * Remove tabs on blanklines in Makefile sources. This prevents aChristopher Jones2013-08-071-1/+1
| | | | | | | | 'suspicious line' warning when editing & saving Makefile using Emacs.
* | Fixbug: phpize --clean will delete include/*.hTianfeng2013-08-121-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 tabs on blanklines in Makefile sources. This prevents aChristopher Jones2013-07-301-1/+1
| | | | | | | | 'suspicious line' warning when editing & saving Makefile using Emacs.
* | 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
|
* Relax autoconf support from 2.60 to 2.59. This is the version available on ↵Christopher Jones2011-06-081-2/+2
| | | | Centos/RHEL/Oracle Linux 5.6
* Drop support for autoconf < 2.60 in trunk and the Rasmus Lerdorf2011-05-153-3/+4
| | | | | | new PHP_5_4 branch. autoconf >= 2.60 should finally be working now.
* Add an --man-dir to php-config tooHannes Magnusson2011-04-182-0/+8
|