Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
4855 commits
Select commit Hold shift + click to select a range
c9274a4
Move declarations
weltling Dec 8, 2017
6bd18c0
Remove dead code
weltling Dec 8, 2017
94f16f1
Rework mkdir impl and expose wide char variant
weltling Dec 8, 2017
36cdca6
Cleanup
weltling Dec 8, 2017
98416a3
Put missing signature into header
weltling Dec 8, 2017
f3fd860
Revamp fopen implementation, rely on open
weltling Dec 9, 2017
331019c
Use cheaper ascii conversion for mode
weltling Dec 9, 2017
f6e7fbc
Fix tests
weltling Dec 9, 2017
261ddb7
Move temporary allocation to the stack
weltling Dec 9, 2017
6d4de4c
Implement list() reference assignments
Oct 6, 2017
e4e26f2
Remove RAND_RANGE() macro
tvlooy Dec 3, 2017
706a157
Make sizeof formatting consistent
YangY-Xiao Dec 9, 2017
ca21ba3
Make ini formatting more consistent
Dec 7, 2017
c136fda
Fixed a typo
javiereguiluz Nov 30, 2017
c069db5
Merge branch 'PHP-7.1' into PHP-7.2
nikic Dec 9, 2017
9fb75c5
Merge branch 'PHP-7.2'
nikic Dec 9, 2017
b1ffdd6
Update coding standards
petk Nov 29, 2017
2783b1c
Remove outdated TODO files
petk Nov 29, 2017
bf9e269
Fix relative constant addressing in file cache
nikic Dec 10, 2017
f3aca3c
Use "fastcal" calling convention for internal PHP functions on x86
dstogov Dec 11, 2017
0673aa7
Apply calling convention explicitly to the function, not to the decl.
weltling Dec 11, 2017
2d7bea0
Add vc++ 19.12 to the known list
weltling Dec 11, 2017
820ab91
Merge branch 'PHP-7.2'
weltling Dec 11, 2017
10bb706
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 11, 2017
16eb387
Merge branch 'PHP-7.2'
weltling Dec 11, 2017
9f1e970
Reduce number of hash collisions during dulicate address detection.
dstogov Dec 11, 2017
dc47171
Avoid temporary string creation and destruction.
dstogov Dec 11, 2017
7fea796
Add gmp_binomial()
nikic Dec 9, 2017
a1d36a1
Add gmp_lcm()
nikic Dec 9, 2017
10a336d
Add gmp_perfect_power()
nikic Dec 9, 2017
fc80114
Add gmp_kronecker()
nikic Dec 9, 2017
778dfbc
Use cheaper functions
dstogov Dec 11, 2017
c5ba76d
Use cheaper API
dstogov Dec 11, 2017
2bbcc04
Added special cases for array_diff(), when first argument is an empty…
dstogov Dec 11, 2017
fe4c789
Avoid reallocation and double copying of variable names.
dstogov Dec 12, 2017
76e4c8b
typo
dstogov Dec 12, 2017
4cbc1f7
Prep NEWS for PHP 7.2.2
sgolemon Dec 12, 2017
652d30a
Merge branch 'PHP-7.1' into PHP-7.2
nikic Dec 13, 2017
76a001e
Merge branch 'PHP-7.2'
nikic Dec 13, 2017
8c36588
Set default value for some properties in generate-phpt
dcorrea777 Dec 13, 2017
1537f67
Merge branch 'PHP-7.2'
nikic Dec 13, 2017
dd1050f
Improved branch prediction and code locality
dstogov Dec 13, 2017
4d19bc2
Disable some "bad" GCC optimizations
dstogov Dec 14, 2017
3aceab8
Manual loop optimizaton.
dstogov Dec 14, 2017
175e461
Use fastcall calling convention for objects and resources API
dstogov Dec 14, 2017
1db8402
Move zend_object_iterator_funcs structures into read-only data segment
dstogov Dec 14, 2017
ed210c1
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 14, 2017
71eaf0d
Merge branch 'PHP-7.2'
weltling Dec 14, 2017
9e709e2
Move constants into read-only data segment
dstogov Dec 14, 2017
4c4ff47
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 14, 2017
90cccff
[ci skip] update NEWS
weltling Dec 14, 2017
5d36763
Merge branch 'PHP-7.2'
weltling Dec 14, 2017
83e495e
Move constants into read-only data segment
dstogov Dec 14, 2017
0f06df3
Turn "php_stream_wrapper"s into constants
dstogov Dec 14, 2017
0d48417
Turn "pdo_stmt_methods" into constants.
dstogov Dec 14, 2017
a7b6812
Fixed stream handler override
dstogov Dec 14, 2017
fa06cbf
typo
dstogov Dec 14, 2017
b864e6b
Move constants into read-only data segment
dstogov Dec 14, 2017
588f1df
Remove duplicate handlers for commutative operations
dstogov Dec 15, 2017
66a6041
Array addition is not commutative
dstogov Dec 15, 2017
f3f6cd2
Modernize realpath and integrate quick variant into virtual_file_ex
weltling Dec 15, 2017
32db45c
Drop unused code
weltling Dec 15, 2017
9baf84e
Drop unused code
weltling Dec 15, 2017
171f1ba
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 15, 2017
2515b7a
Merge branch 'PHP-7.2'
weltling Dec 15, 2017
697e02d
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 15, 2017
d9a110a
[ci skip] update NEWS
weltling Dec 15, 2017
6b1a177
Merge branch 'PHP-7.2'
weltling Dec 15, 2017
72ec23d
Fix bug #75677: Drop fastcall attribute on variadic function
lwhsu Dec 13, 2017
93c7a38
Fix const qualifier warning
nikic Dec 15, 2017
eb77c2c
Merge branch 'PHP-7.1' into PHP-7.2
nikic Dec 15, 2017
80ec234
Merge branch 'PHP-7.2'
nikic Dec 15, 2017
5142a06
Use known string "file" in stream layer
staabm Dec 16, 2017
e251d9a
Fix some format specificers
devnexen Dec 9, 2017
a20c9bd
Fixed bug #75687 (var 8 (TMP) has array key type but not value type)
laruence Dec 16, 2017
ef9d2ce
Merge branch 'PHP-7.2'
laruence Dec 16, 2017
83964e0
Fix #75607 - Check if existing static trait property is a ref before …
pmmaga Dec 1, 2017
3fde27d
Merge branch 'PHP-7.2'
nikic Dec 16, 2017
f01d5fa
Merge branch 'PHP-7.1' into PHP-7.2
nikic Dec 16, 2017
abdece7
Merge branch 'PHP-7.2'
nikic Dec 16, 2017
8423534
Fixed bug #75355: preg_quote() does not quote # control character
Majkl578 Oct 10, 2017
43d9f59
Fix duplicate NEWS entry
nikic Dec 16, 2017
8a45323
Improve fix for bug #75687
nikic Dec 16, 2017
46da97f
Merge branch 'PHP-7.2'
nikic Dec 16, 2017
19d0c5d
Add test for bug #75681
nikic Dec 16, 2017
55e8b9e
Merge branch 'PHP-7.2'
nikic Dec 16, 2017
ee45104
Fixed bug #75698
nikic Dec 16, 2017
388a6ba
Merge branch 'PHP-7.2'
nikic Dec 16, 2017
340255a
Fixed bug #75614
nikic Dec 16, 2017
ff7c999
Merge branch 'PHP-7.2'
nikic Dec 16, 2017
e835e3c
Improve explicit_bzero implementation
devnexen Dec 9, 2017
168c6cd
Transmit phpdbg webdata len in little-endian
Sebbyastian Dec 16, 2017
a3b5b93
Updated NEWS
laruence Dec 17, 2017
4deb63d
Merge branch 'PHP-7.2'
laruence Dec 17, 2017
31c0e7b
Added integrity check before dfa
laruence Dec 17, 2017
200bf9b
Fix bug #75615
jdolecek-zz Dec 17, 2017
ac7e8bd
Merge branch 'PHP-7.2'
nikic Dec 17, 2017
11eed9f
Fixed bug #75616
jdolecek-zz Dec 17, 2017
744d3c5
Merge branch 'PHP-7.2'
nikic Dec 17, 2017
4dfbfe9
Use cheaper API
laruence Dec 18, 2017
b337b90
Fix warning in the proper place
dstogov Dec 18, 2017
f860ae4
fixed "unused function" compilation warning
dstogov Dec 18, 2017
ce4fb22
Put interned strings into regular SHM memory if there is no space in …
dstogov Dec 18, 2017
a1d2bf8
Document removal of opcache.fast_shutdown
nikic Dec 18, 2017
8cced30
Merge branch 'PHP-7.2'
nikic Dec 18, 2017
e512305
Remove opcache.inherited_hack
nikic Dec 18, 2017
80571d6
Avoid strlen call
weltling Dec 19, 2017
0994e37
Compile the blacklist pattern with JIT
weltling Dec 19, 2017
c21ec44
display headers (buildtime) and library (runtime) versions in phpinfo…
remicollet Dec 19, 2017
ac4da9a
NEWS
remicollet Dec 19, 2017
50e8ee1
Merge branch 'PHP-7.2'
remicollet Dec 19, 2017
fc46c4b
Avoid strlen call
weltling Dec 19, 2017
b613136
Return false for instanceof on literal
nikic Dec 19, 2017
161fd75
Bump libcurl requirement to 7.12.1
nikic Dec 19, 2017
dcc3f00
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 20, 2017
09a3da8
Merge branch 'PHP-7.2'
weltling Dec 20, 2017
4691cbe
Fixed possible local assembler labels conflicts.
dstogov Dec 20, 2017
8dd6d88
Merge branch 'master' of git.php.net:php-src
dstogov Dec 20, 2017
e680847
Tell the diff by returning NULL, if system has no ODBC data sources
weltling Dec 20, 2017
ddd4018
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 21, 2017
3c57027
Merge branch 'PHP-7.2'
weltling Dec 21, 2017
e313daa
fileinfo: fix misleading indentation in libmagic
xrmx Dec 20, 2017
aa97853
Merge branch 'PHP-7.2'
weltling Dec 21, 2017
9408f1e
Update libmagic.patch
weltling Dec 21, 2017
99a4269
Merge branch 'PHP-7.2'
weltling Dec 21, 2017
259085f
Update libmagic.patch, also reflecting PCRE2 changes
weltling Dec 21, 2017
e8db69f
Add info about thread API used
weltling Dec 21, 2017
fc9c8e4
Adapt test
weltling Dec 21, 2017
4d45f53
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 21, 2017
55bc151
Merge branch 'PHP-7.2'
weltling Dec 21, 2017
a181075
Merge branch 'PHP-7.1' into PHP-7.2
dstogov Dec 21, 2017
dd0f301
Merge branch 'PHP-7.2'
dstogov Dec 21, 2017
171ecbb
Fix darwin builds of phpdbg using frameworks
sgolemon Dec 21, 2017
35b3fdf
Separate exceptional code into cold functions.
dstogov Dec 22, 2017
a93445b
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 22, 2017
edab9ce
Merge branch 'PHP-7.2'
weltling Dec 22, 2017
2252d8d
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 22, 2017
0056389
Merge branch 'PHP-7.2'
weltling Dec 22, 2017
3237336
Merge branch 'PHP-7.1' into PHP-7.2
nikic Dec 22, 2017
8bcedb6
Merge branch 'PHP-7.2'
nikic Dec 22, 2017
74e3da5
Merge branch 'PHP-7.1' into PHP-7.2
nikic Dec 22, 2017
9fe0eb8
Merge branch 'PHP-7.2'
nikic Dec 22, 2017
2c88003
Merge branch 'PHP-7.1' into PHP-7.2
nikic Dec 22, 2017
d90797a
Merge branch 'PHP-7.2'
nikic Dec 22, 2017
12e991f
Merge branch 'PHP-7.1' into PHP-7.2
nikic Dec 22, 2017
2620710
Merge branch 'PHP-7.2'
nikic Dec 22, 2017
3e2c67b
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 22, 2017
42b1d1a
Merge branch 'PHP-7.2'
weltling Dec 22, 2017
76dee7d
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 22, 2017
1779550
Merge branch 'PHP-7.2'
weltling Dec 22, 2017
5f235e4
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 22, 2017
0317dbd
Merge branch 'PHP-7.2'
weltling Dec 22, 2017
eb5ba59
Merge branch 'PHP-7.1' into PHP-7.2
weltling Dec 22, 2017
18ddc2e
Merge branch 'PHP-7.2'
weltling Dec 22, 2017
66c8a9d
Remove EH_SUPPRESS mode
nikic Dec 23, 2017
688b913
Fixed bug #54043
nikic Dec 23, 2017
2667ddc
Remove unnecessary readobj==writeobj checks
nikic Dec 25, 2017
182317f
Remove unnecessary type check
nikic Dec 25, 2017
05cb472
Avoid overhead of memory allocation and useless referene-counting in …
dstogov Dec 26, 2017
efcbea4
Cheaper reference construction
dstogov Dec 26, 2017
b2b2b43
Add _IS_NUMBER as cast_object() target type
nikic Dec 25, 2017
6e23e84
Use zval constructors instead ZVAL_COPY if we know the types
dstogov Dec 26, 2017
6e4d189
Combine READY_TO_DESTROY, EXTRACT_ZVAL_PTR and FREE_OP_VAR_PTR into s…
dstogov Dec 26, 2017
6693898
Merge branch 'PHP-7.1' into PHP-7.2
laruence Dec 27, 2017
14304fa
Updated NEWS
laruence Dec 27, 2017
d6b2756
Merge branch 'PHP-7.2'
laruence Dec 27, 2017
856ad54
Use zend_hash_find() instead of zend_hash_find_ptr() to avoid double …
dstogov Dec 27, 2017
a6fcbb7
Use zend_hash_find() instead of zend_hash_find_ptr() to avoid double …
dstogov Dec 27, 2017
d9f5ea6
zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache i…
dstogov Dec 27, 2017
ac2fdc5
zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache i…
dstogov Dec 27, 2017
4b5e182
Merge branch 'PHP-7.1' into PHP-7.2
dstogov Dec 28, 2017
2b9cc52
Merge branch 'PHP-7.2'
dstogov Dec 28, 2017
650264e
Fixed bug #75742 (potential memleak in internal classes's static memb…
laruence Dec 28, 2017
7dffc6e
Merge branch 'PHP-7.2'
laruence Dec 28, 2017
9188f1d
Merge branch 'PHP-7.1' into PHP-7.2
dstogov Dec 28, 2017
bee5bc7
Merge branch 'PHP-7.2'
dstogov Dec 28, 2017
3538cbe
Use free_obj for intl ResourceBundle
nikic Dec 28, 2017
27206f9
Removed useless specialization
dstogov Dec 29, 2017
f010423
Use IS_EQUAL instead of CASE when first operand is CV or CONST. Remov…
dstogov Dec 29, 2017
5c8f8f8
Use ZEND_FAST_CONCAT instead of ZEND_CONCAT for CONST operands.
dstogov Dec 29, 2017
84aad45
Merge branch 'PHP-7.1' into PHP-7.2
bukka Dec 30, 2017
ba85001
Merge branch 'PHP-7.2'
bukka Dec 30, 2017
b658103
Use GC_FLAGS_SHIFT in a few more places
nikic Dec 30, 2017
ffc0a17
Fix typos
nikic Dec 30, 2017
4422f86
Merge branch 'PHP-7.1' into PHP-7.2
nikic Jan 1, 2018
d93de12
Merge branch 'PHP-7.2'
nikic Jan 1, 2018
1f2ea6c
Merge branch 'PHP-7.1' into PHP-7.2
laruence Jan 2, 2018
7a7ec01
year++
laruence Jan 2, 2018
017dbf0
Merge branch 'PHP-7.2'
laruence Jan 2, 2018
a6519d0
year++
laruence Jan 2, 2018
a68dc89
Merge branch 'PHP-7.1' into PHP-7.2
smalyshev Jan 2, 2018
05eb5cd
Merge branch 'PHP-7.2'
smalyshev Jan 2, 2018
e8eb52d
Merge branch 'PHP-7.2' of git.php.net:/php-src into PHP-7.2
laruence Jan 2, 2018
a7fe257
Merge branch 'master' of git.php.net:/php-src
laruence Jan 2, 2018
0ebe87d
Merge branch 'PHP-7.1' into PHP-7.2
laruence Jan 2, 2018
b2346a9
Merge branch 'PHP-7.1' into PHP-7.2
laruence Jan 2, 2018
6cf9c91
Merge branch 'PHP-7.2'
laruence Jan 2, 2018
a307689
Remove unnecessary initialization:w
laruence Jan 2, 2018
e07eda1
Merge branch 'PHP-7.1' into PHP-7.2
weltling Jan 2, 2018
eb65916
Merge branch 'PHP-7.2'
weltling Jan 2, 2018
4380ba7
Merge branch 'PHP-7.1' into PHP-7.2
smalyshev Jan 2, 2018
77298de
Merge branch 'PHP-7.2'
smalyshev Jan 2, 2018
08d06f7
Merge branch 'PHP-7.1' into PHP-7.2
weltling Jan 2, 2018
53b79df
Merge branch 'PHP-7.2'
weltling Jan 2, 2018
8a8bf1d
Merge branch 'PHP-7.1' into PHP-7.2
weltling Jan 2, 2018
dd0ebc0
Merge branch 'PHP-7.2'
weltling Jan 2, 2018
5275149
Merge branch 'PHP-7.1' into PHP-7.2
Tyrael Jan 2, 2018
76dd9a5
Merge branch 'PHP-7.2'
Tyrael Jan 2, 2018
0e62639
Merge branch 'PHP-7.1' into PHP-7.2
laruence Jan 3, 2018
a76eeea
Merge branch 'PHP-7.2'
laruence Jan 3, 2018
1e22c9a
Merge branch 'instanceof-const' of https://github.com/nikic/php-src
laruence Jan 3, 2018
76d0e3d
Enable replacing const to INSTANCEOF
laruence Jan 3, 2018
6400264
Trailing whitespaces
carusogabriel Dec 31, 2017
6659689
Merge branch 'PHP-7.1' into PHP-7.2
remicollet Jan 3, 2018
421787d
missing changelog entries + fix version and date
remicollet Jan 3, 2018
4b95341
Merge branch 'PHP-7.2'
remicollet Jan 3, 2018
c086289
Merge branch 'PHP-7.1' into PHP-7.2
remicollet Jan 3, 2018
f705709
Merge branch 'PHP-7.2'
remicollet Jan 3, 2018
e282e52
Merge branch 'PHP-7.1' into PHP-7.2
weltling Jan 3, 2018
5361bf3
Merge branch 'PHP-7.2'
weltling Jan 3, 2018
4635cc5
Merge branch 'PHP-7.1' into PHP-7.2
weltling Jan 3, 2018
f4076bb
Merge branch 'PHP-7.2'
weltling Jan 3, 2018
b0db19e
Enable ODBC tests on AppVeyor
weltling Jan 3, 2018
f9072ac
Revert "Enable ODBC tests on AppVeyor"
weltling Jan 3, 2018
fc528af
Happy new year (Update copyright to 2018)
kaplanlior Jan 3, 2018
4959ceb
Merge branch 'PHP-7.2'
kaplanlior Jan 3, 2018
0e3dede
Happy new year (Update copyright to 2018)
kaplanlior Jan 3, 2018
2238403
Trailing whitespaces on ext/*
carusogabriel Jan 4, 2018
471da3e
Trailing whitespaces on sapi/*
carusogabriel Jan 4, 2018
c215b8d
Trailing whitespaces on win32
carusogabriel Jan 4, 2018
6687e8d
Trailing whitespaces on Zend
carusogabriel Jan 4, 2018
4a4602c
Merge branch 'master' of git.php.net:/php-src
laruence Jan 4, 2018
ec69cb6
Added entry on UPGRADING
laruence Jan 4, 2018
2bac045
Merge branch 'clean-up' of https://github.com/carusogabriel/php-src
laruence Jan 4, 2018
44c5dea
Kill the references to C:\winnt (Windows 2000), which we don't suppor…
KalleZ Jan 4, 2018
1d0ac98
Use PHP_WIN32
KalleZ Jan 4, 2018
34fb94b
Fix macro for Windows
KalleZ Jan 4, 2018
8fe0ee6
Added a <in deps path> for includes and libs on configure
KalleZ Jan 4, 2018
fc6a990
Merge branch 'PHP-7.1' into PHP-7.2
weltling Jan 4, 2018
205f527
Merge branch 'PHP-7.2'
weltling Jan 4, 2018
67872af
Re-enable ODBC tests
weltling Jan 4, 2018
b09a3e5
Don't prevent loading odbc and pdo_odbc for tests
weltling Jan 4, 2018
1db6c19
Fixed wrongly const replacing on partial array
laruence Jan 5, 2018
c0913af
Fixed test
laruence Jan 5, 2018
729a668
Optimized FETCH_CLASS before INSTANCEOF out if possible
laruence Jan 5, 2018
2340f9a
Fixed typo
KalleZ Jan 5, 2018
8d63c83
Change assertion
laruence Jan 5, 2018
5c628d7
Merge branch 'master' of git.php.net:/php-src
laruence Jan 5, 2018
497dc1e
Yes, we can still reproduce it.
bishopb Jan 6, 2018
5a80935
Not a file? Try directory!
bishopb Jan 6, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

version: "{branch}.build.{build}"

image: Visual Studio 2015
image: Visual Studio 2017

branches:
except:
Expand All @@ -24,6 +24,7 @@ environment:
PHP_BUILD_OBJ_DIR: c:\obj
PHP_BUILD_CACHE_SDK_DIR: c:\build-cache\sdk
PHP_BUILD_SDK_BRANCH: php-sdk-2.0.13
PHP_BUILD_CRT: vc15
# ext and env setup for tests
#MYSQL_TEST_PASSWD: Password12!
#MYSQL_TEST_USER: root
Expand All @@ -43,6 +44,7 @@ services:
# the setup scripts have to be touched, once some other db version is used
- mysql
- postgresql96
- mssql2017

platform:
- x64
Expand Down
4 changes: 1 addition & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext/simplexml/simplexml.c ident
ext/iconv/php_iconv.h ident
ext/posix/posix.c ident
ext/recode/recode.c ident
ext/skeleton/create_stubs ident
ext/ext_skel.php ident
ext/phar/phar/pharcommand.inc ident
ext/phar/phar.c ident
ext/sysvmsg/sysvmsg.c ident
Expand All @@ -17,8 +17,6 @@ ext/dba/libcdb/cdb.c ident
ext/filter/filter.c ident
README.input_filter ident
run-tests.php ident
Zend/RFCs/002.txt ident
Zend/RFCs/003.txt ident
ext/exif/exif.c ident
ext/ldap/ldap.c ident
ext/pdo_pgsql/pdo_pgsql.c ident
Expand Down
217 changes: 80 additions & 137 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# General Ignores
# General ignores
*~
.#*
*.
Expand Down Expand Up @@ -31,17 +31,9 @@
phpt.*
core
dynlib.m4
Debug
Debug_TS
Makefile
Makefile.fragments
Makefile.objects
Release
Release_TS
Release_TSDbg
Release_TS_inline
Release_inline
ZendEngine1
_libs
acconfig.h
aclocal.m4
Expand All @@ -56,7 +48,6 @@ config.cache
config.h.in
config.log
config.nice
config.nice.bat
config.status
config.sub
config_vars.mk
Expand All @@ -65,8 +56,6 @@ configuration-parser.h
configuration-parser.output
configuration-scanner.c
configure
configure.bat
configure.js
conftest
conftest.c
debug.log
Expand All @@ -85,7 +74,6 @@ missing
mkinstalldirs
modules
php
php-*.tar.gz
php7.spec
php_lcov.info
php_test_results_*.txt
Expand All @@ -95,11 +83,49 @@ shlibtool
stamp-h
test.php3
tmp-php.ini
want_dependencies
x64
stamp-h.in
scan_makefile_in.awk
main/php_config.h
main/php_config.h.in
main/build-defs.h
main/internal_functions_cli.c
main/config.w32.h
main/stamp-h1
main/streams/build-defs.h
main/streams/stamp-h1
pear/install-pear-nozlib.phar
pear/phpize
pear/run-tests
pear/php-config
pear/scripts
sapi/apache2handler/libphp7.module
sapi/cgi/php-cgi
sapi/cgi/php-cgi.1
sapi/cli/php.1
sapi/fpm/php-fpm
sapi/fpm/php-fpm.1
sapi/fpm/init.d.php-fpm
sapi/fpm/php-fpm.conf
sapi/fpm/fpm/php-cgi
sapi/fpm/php-fpm.8
sapi/fpm/php-fpm.service
sapi/fpm/status.html
sapi/fpm/www.conf
sapi/phpdbg/phpdbg_parser.c
sapi/phpdbg/phpdbg_parser.h
sapi/phpdbg/phpdbg
sapi/phpdbg/build
sapi/phpdbg/*.output
scripts/php-config
scripts/phpize
scripts/man1/*.1
TSRM/tsrm_config.h
win32/*.suo
win32/*.aps
win32/*.positions
win32/ext
win32/phpts.def
win32/wsyslog.h
Zend/zend_config.h
Zend/zend_dtrace_gen.h
Zend/zend_dtrace_gen.hbak
Expand All @@ -109,81 +135,18 @@ Zend/zend_ini_parser.output
Zend/zend_language_parser.c
Zend/zend_language_parser.h
Zend/zend_language_parser.output
ext/date/lib/timelib_config.h
ext/iconv/php_iconv_aliased_libiconv.h
ext/phar/phar.php
main/php_config.h
main/php_config.h.in

# Test specific Ignores
tests/*/*.diff
tests/*/*.out
tests/*/*.php
tests/*/*.exp
tests/*/*.log
tests/*/*.sh
tests/*/*/*.diff
tests/*/*/*.out
tests/*/*/*.php
tests/*/*/*.exp
tests/*/*/*.log
tests/*/*/*.sh
*/tests/*.diff
*/tests/*.out
*/tests/*.php
*/tests/*.exp
*/tests/*.log
*/tests/*.sh
*/tests/*/*.diff
*/tests/*/*.out
*/tests/*/*.php
*/tests/*/*.exp
*/tests/*/*.log
*/tests/*/*.sh
*/tests/*/*/*.diff
*/tests/*/*/*.out
*/tests/*/*/*.php
*/tests/*/*/*.exp
*/tests/*/*/*.log
*/tests/*/*/*.sh
*/*/tests/*.diff
*/*/tests/*.out
*/*/tests/*.out.png
*/*/tests/*.php
*/*/tests/*.exp
*/*/tests/*.log
*/*/tests/*.sh
*/*/tests/*/*.diff
*/*/tests/*/*.out
*/*/tests/*/*.php
*/*/tests/*/*.exp
*/*/tests/*/*.log
*/*/tests/*/*.sh
*/*/tests/*/*/*.diff
*/*/tests/*/*/*.out
*/*/tests/*/*/*.php
*/*/tests/*/*/*.exp
*/*/tests/*/*/*.log
*/*/tests/*/*/*.sh
*/*/tests/*/*/*/*.diff
*/*/tests/*/*/*/*.out
*/*/tests/*/*/*/*.php
*/*/tests/*/*/*/*.exp
*/*/tests/*/*/*/*.log
*/*/tests/*/*/*/*.sh

# Extension specifc ignores
# Extension specific ignores
ext/*/configure.in
ext/*/configure.ac
ext/*/ltmain.sh
ext/*/libs.mk
ext/*/build
ext/*/scan_makefile_in.awk
ext/*/Makefile.global
ext/*/acinclude.m4
ext/*/config.sub

# Extension specific
ext/iconv/scan_makefile_in.awk
ext/date/lib/timelib_config.h
ext/iconv/php_have_bsd_iconv.h
ext/iconv/php_have_ibm_iconv.h
ext/iconv/php_have_libiconv.h
Expand All @@ -193,6 +156,7 @@ ext/iconv/php_php_iconv_impl.h
ext/iconv/php_have_iconv.h
ext/iconv/php_iconv_supports_errno.h
ext/iconv/php_iconv_broken_ignore.h
ext/iconv/php_iconv_aliased_libiconv.h
ext/mbstring/libmbfl/Makefile.in
ext/mbstring/libmbfl/autoscan.log
ext/mbstring/libmbfl/config.sub
Expand All @@ -209,77 +173,56 @@ ext/mbstring/libmbfl/filters/Makefile.in
ext/mbstring/libmbfl/mbfl/Makefile.in
ext/mbstring/libmbfl/mbfl/EastAsianWidth.txt
ext/mbstring/libmbfl/nls/Makefile.in
ext/mssql/#*#
ext/mssql/Makefile.global
ext/mssql/acinclude.m4
ext/mssql/config.sub
ext/mssql/configure.in
ext/mssql/ltmain.sh
ext/mysql/weztest.sqlite
ext/oci8/tests/*.tmp
ext/mbstring/oniguruma/oniguruma.h
ext/oci8/tests/*.vglog
ext/pdo/conftest*
ext/pdo/tests/*.db
ext/pdo/tests/*.tmp
ext/pdo_firebird/conftest*
ext/pdo_mysql/conftest*
ext/pdo_mysql/tests/*.db
ext/pdo_mysql/tests/*.tmp
ext/pdo_oci/conftest*
ext/pdo_odbc/tests/*.db
ext/pdo_odbc/tests/*.tmp
ext/pdo_odbc/tests/*.mdb
ext/pdo_pgsql/conftest*
ext/pdo_pgsql/tests/*.db
ext/pdo_pgsql/tests/*.tmp
ext/pdo_sqlite/conftest*
ext/pdo_sqlite/sqlite3.h
ext/pdo_sqlite/tests/*.db
ext/pdo_sqlite/tests/*.tmp
ext/phar/phar.phar
ext/phar/phar.1
ext/phar/phar.phar.1
ext/pspell/tests/*.tmp
ext/phar/phar.php
ext/reflection/xml
ext/reflection/html
ext/reflection/spl.chm
ext/simplexml/examples/security.new.xml
ext/spl/examples/.htaccess
ext/spl/examples/*.phps
ext/sqlite3/tests/phpsql*
ext/sqlite3/tests/*.db
ext/sqlite3/tests/*.tmp
ext/standard/tests/misc/*.txt
ext/standard/tests/strings/*.txt
main/build-defs.h
main/internal_functions_cli.c
main/config.w32.h
main/stamp-h1
main/streams/build-defs.h
main/streams/stamp-h1
#pear/install-pear-nozlib.phar
pear/phpize
pear/run-tests
pear/php-config
pear/scripts
sapi/apache2handler/libphp7.module
sapi/cgi/php-cgi
sapi/cgi/php-cgi.1
sapi/cli/php.1
sapi/fpm/php-fpm
sapi/fpm/php-fpm.1
sapi/fpm/init.d.php-fpm
sapi/fpm/php-fpm.conf
sapi/fpm/fpm/php-cgi
sapi/phpdbg/phpdbg_parser.c
sapi/phpdbg/phpdbg_parser.h
sapi/phpdbg/phpdbg
scripts/php-config
scripts/phpize
scripts/man1/*.1
win32/*.suo
win32/*.aps
win32/*.positions
win32/ext
win32/phpts.def
win32/wsyslog.h

# ------------------------------------------------------------------------------ Windows
# Generated by `/buildconf.bat`
/configure.bat
/configure.js

# Generated by `/configure.(bat|js)` (architecture dependend)
/config.nice.bat
/Debug/
/Debug_TS/
/Release/
/Release_TS/
/x64/

# ------------------------------------------------------------------------------ Tests
# Generated by `/run-tests.php` upon failure
**/tests/**/*.diff
**/tests/**/*.out*
**/tests/**/*.php
**/tests/**/*.exp
**/tests/**/*.log
**/tests/**/*.sh

# Used by some test cases.
**/tests/**/*.db
**/tests/**/*.txt
**/tests/**/*.tmp

# Special cases to invert previous ignore rules
!ext/fileinfo/libmagic.patch
!ext/mbstring/oniguruma.patch
!scripts/dev/generate-phpt/tests/*.php
!ext/pcre/pcre2lib/config.h
Loading