#
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 |
|
#
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, 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, l, 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 |
|
#
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
|
Revision tags: php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20 |
|
#
595a395c |
| 05-Jun-2017 |
Richard Fussenegger |
Clean up .gitignore Simply test rules using ** globs, remove some outdated rules and group some rules differently.
|
Revision tags: php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1, php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8 |
|
#
2fe9208e |
| 11-Nov-2015 |
Brian Evans |
Use modern autotools name of configure.ac instead of configure.in configure.ac was introduced in 2001 with automake-1.15 and autoconf-2.50 to replace the file named configure.in. Aut
Use modern autotools name of configure.ac instead of configure.in configure.ac was introduced in 2001 with automake-1.15 and autoconf-2.50 to replace the file named configure.in. Autotools is preparing to remove configure.in in Automake 2.0. All new software should be using configure.ac. This also fixes Bug #69770 where extensions are creating configure.in Signed-off-by: Brian Evans <grknight@gentoo.org>
show more ...
|
#
0ffd0a02 |
| 18-Oct-2016 |
Kalle Sommer Nielsen |
Improve the config.simple.bat for Windows a little; This adds --with-config-profile=foobar, this generates a config.foobar.bat file in the root of php-src directory with the relevant configu
Improve the config.simple.bat for Windows a little; This adds --with-config-profile=foobar, this generates a config.foobar.bat file in the root of php-src directory with the relevant configuration arguments.
show more ...
|
#
815ee7d0 |
| 18-Oct-2016 |
Kalle Sommer Nielsen |
Added config.simple.bat to .gitignore
|
#
dc09f309 |
| 19-Jun-2016 |
Christoph M. Becker |
A picture is worth a thousand message digests The bundled GD test suites makes heavy use of md5() to verify the result of drawing operations. This leads to fragile tests (even a slight c
A picture is worth a thousand message digests The bundled GD test suites makes heavy use of md5() to verify the result of drawing operations. This leads to fragile tests (even a slight change in a PNG header would cause failure, and of course there is the possibility of collisions), and even worse, eventual test failures are rather unrevealing. Therefore we replace all md5() verification with a simplistic test_image_equals_file(), which is basically a simplified port of libgd's gdTestImageCompareToFile(), adapted to the needs of PHPTs. In the long run better tests helpers should be introduced (see also <http://news.php.net/php.internals/94081>), but for now this solution is preferable over the former. (cherry picked from commit 24f9e96792518ec2a75f26b1eb2471dd7694f2b7)
show more ...
|
#
ef9ddd0d |
| 15-Dec-2015 |
Lior Kaplan |
Remove sqlite extension leftover references (was removed in PHP 5.4)
|
Revision tags: php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44 |
|
#
c7d3c027 |
| 02-Aug-2015 |
Stanislav Malyshev |
ignore signatures for packages too
|
Revision tags: php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43, php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2 |
|
#
db22946b |
| 22-Jun-2015 |
Kalle Sommer Nielsen |
Remove these old references to the DSP files we don't use anymore
|