Revision tags: 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 |
|
#
dac6c639 |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
478f119a |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
9e29f841 |
| 02-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
758af77e |
| 22-Dec-2016 |
Anatol Belski |
Path handling related refactorings Primarily related to the path handling datatypes, to avoid unnecessary casts, where possible. Also some rework to avoid code dup. Probably more pla
Path handling related refactorings Primarily related to the path handling datatypes, to avoid unnecessary casts, where possible. Also some rework to avoid code dup. Probably more places are to go, even not path related, primarily to have less casts and unsigned integers where possible. That way, we've not only less warnings and casts, but are also safer with regard to the integer overflows. OFC it's not a panacea, but still significantly reduces the vulnerability potential.
show more ...
|
Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0 |
|
#
b204b3ab |
| 26-Nov-2016 |
Anatol Belski |
further normalizations, uint vs uint32_t fix merge mistake yet one more replacement run
|
#
b1ff0c52 |
| 25-Nov-2016 |
Stanislav Malyshev |
Fix more size_t/int implicit conversions Now the conversions are explicit and do checks. Not sure it's the best way but at least we can see them now in the open.
|
#
fe994fd9 |
| 25-Nov-2016 |
Stanislav Malyshev |
Fix int/size_t confusion in isValidPharFilename (bug #73580)
|
#
8be94d46 |
| 25-Nov-2016 |
Stanislav Malyshev |
Fix more size_t/int implicit conversions Now the conversions are explicit and do checks. Not sure it's the best way but at least we can see them now in the open.
|
#
bcc913fa |
| 25-Nov-2016 |
Stanislav Malyshev |
Fix int/size_t confusion in isValidPharFilename (bug #73580)
|
#
7010547c |
| 25-Nov-2016 |
Stanislav Malyshev |
Fix more size_t/int implicit conversions Now the conversions are explicit and do checks. Not sure it's the best way but at least we can see them now in the open.
|
#
cb6bcaa6 |
| 25-Nov-2016 |
Stanislav Malyshev |
Fix int/size_t confusion in isValidPharFilename (bug #73580)
|
Revision tags: 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 |
|
#
0b5faa44 |
| 02-Sep-2016 |
Anatol Belski |
fix leak
|
Revision tags: 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 |
|
#
323b2733 |
| 21-Jun-2016 |
Dmitry Stogov |
Fixed compilation warnings
|
Revision tags: php-7.0.8, php-5.6.23 |
|
#
16160386 |
| 21-Jun-2016 |
Dmitry Stogov |
Added ZEND_ATTRIBUTE_FORMAT to some middind functions. "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers.
|
Revision tags: php-5.5.37 |
|
#
d144590d |
| 12-Jun-2016 |
Stanislav Malyshev |
Fix bug #72321 - use efree() for emalloc allocation
|
Revision tags: 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 |
|
#
72281f29 |
| 21-Mar-2016 |
Stanislav Malyshev |
Fix bug #71860: Require valid paths for phar filenames
|
#
1e9b1752 |
| 21-Mar-2016 |
Stanislav Malyshev |
Fix bug #71860: Require valid paths for phar filenames
|
Revision tags: php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4 |
|
#
9afb29aa |
| 18-Feb-2016 |
Stanislav Malyshev |
Remove TSRMLS_* from code, they are not used anymore
|
Revision tags: php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32 |
|
#
a61029b1 |
| 28-Jan-2016 |
Rouven Weßling |
Replace usage of php_int32 and php_uint32 with int32_t and uint32_t
|
#
93dc91b3 |
| 30-Jan-2016 |
Nikita Popov |
Remove version checks PHP_VERSION_ID PHP_API_VERSION ZEND_MODULE_API_NO PHP_MAJOR_VERSION, PHP_MINOR_VERSION ZEND_ENGINE_2 I've left litespeed alone, as it seems to
Remove version checks PHP_VERSION_ID PHP_API_VERSION ZEND_MODULE_API_NO PHP_MAJOR_VERSION, PHP_MINOR_VERSION ZEND_ENGINE_2 I've left litespeed alone, as it seems to genuinely maintain support for many PHP versions.
show more ...
|
#
2eb47286 |
| 30-Jan-2016 |
Nikita Popov |
Remove HAVE_SPL checks SPL is always built. Also clean up spl_ce_RuntimeException handling in PDO.
|
Revision tags: php-5.6.18RC1, php-7.0.3RC1 |
|
#
13ad4d3e |
| 14-Jan-2016 |
Stanislav Malyshev |
Fix bug #71354 - remove UMR when size is 0
|
Revision tags: php-5.6.17, php-5.5.31, php-7.0.2 |
|
#
49493a2d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016)
|
#
618b9611 |
| 25-Dec-2015 |
Tom Van Looy |
Remove leftovers of TSRMLS in code
|
Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, 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 |
|
#
eb7ba730 |
| 04-Aug-2015 |
Stanislav Malyshev |
virtual_file_ex uses emalloc in 5.6+
|