#
370882bb |
| 17-Oct-2018 |
Peter Kokot |
Remove stamp-h The stamp-* files can be used as helpers for Makefiles to not redo certain targets again. The stamp-h are mentioned in the Autoconf docs [1] to help generate the confi
Remove stamp-h The stamp-* files can be used as helpers for Makefiles to not redo certain targets again. The stamp-h are mentioned in the Autoconf docs [1] to help generate the config.h file. Since the usage of stamp-h file was removed in 232afa4816c60a20d3db48c304ac59312d46ec46 this patch cleans few obsolete occurrences. This patch also removes two occurrences of `main/stamp-h1` and `main/streams/stamp-h1` rules in the .gitignore file since they are not generated with the current build systems anymore. The `stamp-h$am_indx` files were once generated using aclocal and automake. [1] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html
show more ...
|
#
066b5b78 |
| 16-Oct-2018 |
Peter Kokot |
Remove some obsolete config_vars.mk occurrences The `config_vars.mk` file was a part of previous *nix build system and has been removed via 9d9d39a0de3bec962c343051011f5a2ed7d7b242. |
#
4ac9ef4a |
| 16-Oct-2018 |
Peter Kokot |
Remove bsd_converted from .gitignore The `bsd_converted` file was once used as a temporary locking mechanism on BSD systems builds and has been made obsolete via commit 9d9d39a0de3be
Remove bsd_converted from .gitignore The `bsd_converted` file was once used as a temporary locking mechanism on BSD systems builds and has been made obsolete via commit 9d9d39a0de3bec962c343051011f5a2ed7d7b242 so it can be also removed from the main .gitignore file.
show more ...
|
#
265ee53b |
| 16-Oct-2018 |
Peter Kokot |
Remove configuration parser and scanners ignores The configuration-parser.c, configuration-parser.h, configuration-parser.output and configuration-scanner.c were refactored via 78194
Remove configuration parser and scanners ignores The configuration-parser.c, configuration-parser.h, configuration-parser.output and configuration-scanner.c were refactored via 78194a47b7ad76aaea3bb8e91fa0f5707ae88d00 and can be removed in the .gitignore.
show more ...
|
#
0df202e7 |
| 16-Oct-2018 |
Peter Kokot |
Remove obsolete buildconf.stamp from .gitignore The buildconf.stamp file was used to store particular build time information in the past and then got removed via the 6c6c0a630c48190d
Remove obsolete buildconf.stamp from .gitignore The buildconf.stamp file was used to store particular build time information in the past and then got removed via the 6c6c0a630c48190df5fa47567699760054748f9a and the migration usage of the build/build.mk file only.
show more ...
|
#
c54d382b |
| 16-Oct-2018 |
Peter Kokot |
[ci skip] Add magicdata.patch exception to .gitignore |
#
1df1792b |
| 16-Oct-2018 |
Peter Kokot |
Remove outdated ext/spl/examples items from .gitignore |
#
60a69dae |
| 14-Oct-2018 |
Peter Kokot |
Sync leading and final newlines in source code files This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines.
Sync leading and final newlines in source code files 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
show more ...
|
Revision tags: php-7.1.23, php-7.2.11, php-7.3.0RC3 |
|
#
4fc5833b |
| 01-Oct-2018 |
Kalle Sommer Nielsen |
Fix the deplister rule to not ignore the .c file (Anatol) |
#
a698dcd2 |
| 01-Oct-2018 |
Kalle Sommer Nielsen |
Update .gitignore to include the Windows deplister program (win32/build/deplister.c) |
Revision tags: php-7.1.23RC1, php-7.2.11RC1, php-7.3.0RC2 |
|
#
cfe46a5d |
| 18-Sep-2018 |
Peter Kokot |
Fix config.guess and config.sub files in .gitignore Files `config.guess` and `config.sub` are committed in the php-src repository so these don't need to be ignored for the root directory
Fix config.guess and config.sub files in .gitignore Files `config.guess` and `config.sub` are committed in the php-src repository so these don't need to be ignored for the root directory. For the extensions these can be ignored in case of building extension inside the php-src with phpize.
show more ...
|
Revision tags: php-5.6.38, php-7.1.22, php-7.3.0RC1, php-7.2.10, php-7.0.32, php-7.1.22RC1, php-7.3.0beta3, php-7.2.10RC1 |
|
#
23aa355b |
| 25-Aug-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.3' * PHP-7.3: Remove some old parts of the php
|
#
fcf4088d |
| 24-Aug-2018 |
Peter Kokot |
Remove some old parts of the php Since ba138a3746b3077ebe5b7356b5b49f21cfc30438 the generate-phpt library has been unbundled from the php-src. This patch cleans two remaining parts. |
#
7b39e8a3 |
| 25-Aug-2018 |
Peter Kokot |
Remove Doxygen configuration Documentation for the SPL was once rendered at http://www.php.net/~helly/php/ext/spl/ With upgrades of the PHP manual, the SPL documentation moved t
Remove Doxygen configuration Documentation for the SPL was once rendered at http://www.php.net/~helly/php/ext/spl/ With upgrades of the PHP manual, the SPL documentation moved there instead and PHP files for the SPL docs in the PHP source code directory were outdated and removed via 9003d8a4cfe810b9222273a36b9be89dda94a35b
show more ...
|
Revision tags: php-7.1.21, php-7.2.9, php-7.3.0beta2 |
|
#
0f57a7f2 |
| 04-Aug-2018 |
Peter Kokot |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix bug 76595: Update phpdbg man page
|
#
9286681b |
| 04-Aug-2018 |
Peter Kokot |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix bug 76595: Update phpdbg man page
|
Revision tags: php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1, php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8 |
|
#
91996e7e |
| 09-Jul-2018 |
Kevin Abel |
Fix bug 76595: Update phpdbg man page Send phpdbg.1 man page through configure replacements Update phpdbg.1 man page to include all options Fixes formatting to be more consistent wit
Fix bug 76595: Update phpdbg man page Send phpdbg.1 man page through configure replacements Update phpdbg.1 man page to include all options Fixes formatting to be more consistent with php.1 Fix paragraph whitespace and ignore phpdbg.1
show more ...
|
#
255e29f3 |
| 26-Jul-2018 |
Peter Kokot |
Remove unused libmbfl build system related files PHP build system already builds necessary files also from libmbfl directory using the mbstring config.m4 file. |
Revision tags: php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3, php-7.3.0alpha2, php-7.1.19, php-7.2.7, php-7.1.19RC1, php-7.3.0alpha1, php-7.2.7RC1 |
|
#
24e1ae0e |
| 28-May-2018 |
Peter Kokot |
Remove some old occurrences of configure.in configure.ac is the recommended file to use instead of the old configure.in which will be removed in autotools future versions. |
Revision tags: php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30, php-7.1.17RC1, php-7.2.5RC1, php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1, php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28, php-7.2.3RC1, php-7.1.15RC1, php-7.1.14, php-7.2.2, php-7.1.14RC1, php-7.2.2RC1, php-7.1.13, php-5.6.33, php-7.2.1, php-7.0.27, php-7.2.1RC1, php-7.1.13RC1, php-7.0.27RC1, php-7.2.0, php-7.1.12, php-7.0.26, php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1, php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25 |
|
#
a5bc5aed |
| 12-Oct-2017 |
Anatol Belski |
Patch core for PCRE2 support RFC https://wiki.php.net/rfc/pcre2-migration |
Revision tags: php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1 |
|
#
34a7d7fa |
| 06-Oct-2017 |
Peter Kokot |
Clean and sync .gitignore |
#
39ea632f |
| 05-Oct-2017 |
Peter Kokot |
Join untracked files to root .gitignore |
Revision tags: php-7.1.10, php-7.2.0RC3, php-7.0.24 |
|
#
8466ef90 |
| 25-Sep-2017 |
Anatol Belski |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Remove some old sapi/apache_hooks and sapi/apache leftovers
|
#
3752d18f |
| 24-Sep-2017 |
Peter Kokot |
Remove some old sapi/apache_hooks and sapi/apache leftovers |
Revision tags: php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1, php-7.1.9, php-7.2.0RC1, php-7.0.23, php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1 |
|
#
1e276461 |
| 13-Jul-2017 |
Anatol Belski |
add oniguruma.patch to ease future upgrades |