Xinchen Hui
8b2f40724b
Merge branch 'PHP-7.2'
* PHP-7.2:
Update NEWS
Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys)
8 years ago
Xinchen Hui
e62c6e7dbe
Update NEWS
8 years ago
Xinchen Hui
939e1095f2
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys)
8 years ago
Xinchen Hui
6531719da5
Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys)
8 years ago
Stanislav Malyshev
3f53b02a53
Merge branch 'PHP-7.2'
* PHP-7.2:
Revert "ICU 59+ requires C++11 and errors out without the option"
8 years ago
Stanislav Malyshev
011be49dda
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Revert "ICU 59+ requires C++11 and errors out without the option"
8 years ago
Stanislav Malyshev
bcf2e10ae7
Revert "ICU 59+ requires C++11 and errors out without the option"
This reverts commit 5dd1ef90ca .
8 years ago
Nikita Popov
22ce955b95
Remove unnnecessary DEREF parameter
8 years ago
Nikita Popov
e357f67faf
Remove code duplication
And fix indentation
8 years ago
Nikita Popov
8e2f0824f7
Merge branch 'PHP-7.2'
8 years ago
Nikita Popov
44f4d2be01
Merge branch 'PHP-7.1' into PHP-7.2
8 years ago
Nikita Popov
69dee5c732
Fixed bug #73342
Directly listen on socket, instead of duping it to STDIN and
listening on that.
8 years ago
Stanislav Malyshev
2825c82076
Merge branch 'pull-request/3281'
* pull-request/3281:
Revert braces inside condition
Use .= where possible
Remove unncecessary parantheses
Remove unused variable old_php
Fix property name
8 years ago
Stanislav Malyshev
3346659f2a
Merge branch 'pull-request/3274'
* pull-request/3274:
Added const modifier
76363: added jsm extension to list of mime types
8 years ago
Stanislav Malyshev
f61e1d28fe
Merge branch 'pull-request/3288'
* pull-request/3288:
Fix bug #75481 : makedev warning
8 years ago
Stanislav Malyshev
30bdc09129
Merge branch 'pull-request/3309'
* pull-request/3309:
phar module, unsignedness check changes. while at it, correcting seemingly subtle bug when checking extension validity.
8 years ago
Sara Golemon
1108b5a19b
Move class constant definition to the right enum file
8 years ago
Christoph M. Becker
963998f0ab
Update NEWS for 7.3.0alpha3
8 years ago
Gabriel Caruso
fc775f6915
Report unknown variables passed to compact()
8 years ago
Robert Lu
ecc1a7c582
Fix bug #44217 : Output after stdout/stderr closed cause immediate exit with status 0
We exit with status 255 instead.
8 years ago
David Carlier
80bb649ad1
phar module, unsignedness check changes.
while at it, correcting seemingly subtle bug when checking
extension validity.
8 years ago
Dmitry Stogov
84d7d4e1cc
Fixed bug #76466 (Loop variable confusion)
8 years ago
Xinchen Hui
83a77f5a28
Fixed typo
8 years ago
Xinchen Hui
7f196c45ef
use defined macro
8 years ago
Xinchen Hui
4d69bbeee7
Fixed bug #76437 (token_get_all with TOKEN_PARSE flag fails to recognise close tag)
8 years ago
Stanislav Malyshev
24f7096154
Merge branch 'PHP-7.2'
* PHP-7.2:
ICU 59+ requires C++11 and errors out without the option
Fix #76300 - Dont attempt to change visibility of a parent private
8 years ago
Stanislav Malyshev
61a4fc4e44
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
ICU 59+ requires C++11 and errors out without the option
8 years ago
Stanislav Malyshev
5dd1ef90ca
ICU 59+ requires C++11 and errors out without the option
8 years ago
Pedro Magalhães
13e9a471d7
Fix #76300 - Dont attempt to change visibility of a parent private
8 years ago
Stanislav Malyshev
7d7b7e801e
Merge branch 'PHP-7.2'
* PHP-7.2:
Fix #76300 - Dont attempt to change visibility of a parent private
8 years ago
Stanislav Malyshev
671fc2ec55
Merge branch 'pull-request/3233' into PHP-7.2
* pull-request/3233:
Fix #76300 - Dont attempt to change visibility of a parent private
8 years ago
Stanislav Malyshev
5819ff4865
Merge branch 'pull-request/3268'
* pull-request/3268:
Sync sysvsem and sysvshm versions in phpinfo
8 years ago
Stanislav Malyshev
201f440760
Merge branch 'pull-request/3295'
* pull-request/3295:
Remove old and unused warnings when building apache
8 years ago
Stanislav Malyshev
19d5656b1a
Merge branch 'pull-request/3307'
* pull-request/3307:
Bump snmp extension version to PHP version
8 years ago
Stanislav Malyshev
d7ed929e1c
Merge branch 'pull-request/3296'
* pull-request/3296:
Bump fileinfo extension version to PHP release version
8 years ago
Stanislav Malyshev
0e7460d793
Merge branch 'pull-request/3304'
* pull-request/3304:
Bump intl extension version to PHP release version
8 years ago
Xinchen Hui
77e632d04f
only warning when the flag is true
8 years ago
Peter Kokot
be49d61b19
Remove old SVN keywords substitutions
When the PHP source code was versioned in Subversion, there was
possible to substitute certain keywords such as $Id$ with revision
number, last change time and author name. Such approach is not used
in Git so this patch removes these outdated artifacts from source
code files.
8 years ago
Peter Kokot
5651b1a7ca
Remove Git ident attribute from the iconv extension
8 years ago
Peter Kokot
7bf091c5c2
Remove SVN revision from phar phpinfo output
The SVN revision was utilized with Subversion. The Git ident
attribute applies only for particular file and since other core
extensions don't output this information anymore this patch
removes it from the phpinfo output to sync and make the phpinfo
core extensions more consistent.
8 years ago
Nikita Popov
d04917c7b3
Fixed bug #75218
I've introduced a new CompileError type, from which ParseError
inherits. These errors are not parse errors in the narrow sense
of the term, even though they happen to be generated during
parsing in our implementation. Additionally reusing the ParseError
class for this purpose would change existing error messages (if
the exception is not caught) from a "Fatal error:" to a "Parse
error:" prefix, and also the error kind from E_COMPILE_ERROR to
E_PARSE.
8 years ago
Peter Kokot
0bd3fecbcb
Remove old SVN keywords substitutions from the zip tests
8 years ago
David Carlier
19af5e471f
Add NEWS entries
[ci skip]
8 years ago
Tom Van Looy
3775bf9351
[ci skip] Mention new hrtime() in NEWS
8 years ago
Peter Kokot
70f41d1d9c
Bump snmp extension version to PHP version
This patch syncs the snmp extension to match it with the PHP release
version.
8 years ago
Xinchen Hui
35872c0960
Remove assertion
8 years ago
Xinchen Hui
51f6321189
Update NEWS
8 years ago
Xinchen Hui
efcaa37190
Merge branch 'PHP-7.2'
* PHP-7.2:
Fixed bug #76477 (Opcache causes empty return value)
8 years ago
Xinchen Hui
f31ba7cb53
Fixed bug #76477 (Opcache causes empty return value)
8 years ago
Anatol Belski
5334463e6c
[ci skip] Update NEWS
8 years ago