summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.27php-5.4.27PHP-5.4.27Stanislav Malyshev2014-04-013-4/+4
|
* NEWSRemi Collet2014-03-271-0/+4
|
* Fixed bug #66946 extensive backtracking in awk rule regular expressionRemi Collet2014-03-271-7136/+7136
| | | | | | | | | CVE-2013-7345 Applied upstream patch: https://github.com/file/file/commit/ef2329cf71acb59204dd981e2c6cce6c81fe467c Add the magicdata.patch to track patches applied to upstream data file.
* Fixed bug #66946 extensive backtracking in awk rule regular expressionRemi Collet2014-03-271-0/+39
| | | | | | | | | CVE-2013-7345 Applied upstream patch: https://github.com/file/file/commit/ef2329cf71acb59204dd981e2c6cce6c81fe467c Add the magicdata.patch to track patches applied to upstream data file.
* 5.4.27 rc1php-5.4.27RC1Stanislav Malyshev2014-03-183-6/+4
|
* prep for 5.4.27 rc1Stanislav Malyshev2014-03-181-5/+7
|
* - Updated to version 2014.1 (2014a)Derick Rethans2014-03-181-207/+207
|
* Merge branch 'PHP-5.3' into PHP-5.4Mateusz Kocielski2014-03-181-2/+2
|\ | | | | | | | | | | | | | | * PHP-5.3: Fixed off-by-one in php_url_parse_ex Conflicts: ext/standard/url.c
| * Fixed off-by-one in php_url_parse_exMateusz Kocielski2014-03-181-1/+1
| | | | | | | | | | Change order of condition, previously pointer could be derefrenced before bound check was done.
* | NEWSRemi Collet2014-03-141-1/+4
| |
* | Fixed Bug #66833 Default digest algo is still MD5Remi Collet2014-03-142-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to SHA1, which match internal openssl hardcoded algo. In most case, won't even be noticed - priority on user input (default_md) - fallback on system config - fallback on this default value Recent system reject MD5 digest, noticed in bug36732.phpt failure. While SHA1 is better than MD5, SHA256 is recommenced, and defined as default algo in provided configuration on recent system (Fedora 21, RHEL-7, ...). But the idea is to keep in sync with openssl internal value for PHP internal value.
* | Typo fix: sicret -> secretMichael Meyer2014-03-131-1/+1
| |
* | Removed bogus loopsTjerk Meesters2014-03-111-12/+11
| |
* | restored the old code in 5.4/5 related to bug #66872Anatol Belski2014-03-111-7/+10
| | | | | | | | | | The crash is reproducable in 5.6+ only, so 5.4 and 5.5 are fine with the old code.
* | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2014-03-103-15/+20
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | # By Pierre Joye # Via Pierre Joye * 'PHP-5.4' of https://git.php.net/repository/php-src: fix #66872, invalid argument crashes gmp_testbit fix #66872, invalid argument crashes gmp_testbit add vc12 (2013)
| * \ Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Pierre Joye2014-03-101-22/+154
| |\ \ | |/ / |/| | | | | | | | | | | | | | # By Anatol Belski # Via Anatol Belski * 'PHP-5.4' of git.php.net:php-src: updated libmagic.patch
* | | updated libmagic.patchAnatol Belski2014-03-101-22/+154
| | |
| * | fix #66872, invalid argument crashes gmp_testbitPierre Joye2014-03-101-6/+9
| | |
| * | fix #66872, invalid argument crashes gmp_testbitPierre Joye2014-03-101-9/+7
| | |
| * | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Pierre Joye2014-03-105-7/+11
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | # By Dmitry Panin (1) and Remi Collet (1) # Via Nikita Popov * 'PHP-5.4' of git.php.net:php-src: Fix HTML entity table generation Set default Digest Message to use SHA1 instead of MD5 in openssl tests as MD5 signature are now rejected by newer openssl Version.
* | | Fix HTML entity table generationDmitry Panin2014-03-064-7/+10
| | |
* | | Set default Digest Message to use SHA1 instead of MD5 in openssl testsRemi Collet2014-03-061-0/+1
| | | | | | | | | | | | | | | | | | as MD5 signature are now rejected by newer openssl Version. Noticed in RHEL-7 and Fedora 21 build.
| * | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Pierre Joye2014-03-051025-2910/+5694
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Anatol Belski (22) and others # Via Derick Rethans (5) and others * 'PHP-5.4' of git.php.net:php-src: (176 commits) NEWS Fixed Bug #66820 out-of-bounds memory access in fileinfo Improves fix for memory leak, keep in sync with upstream. Updated news for #60602 proc_open(): separate environment values that aren't strings Updated NEWS for #66535 Fixed test case title [bug 66535] X-PHP-Originating-Script adds newline if no custom headers are given man page: long option name is --strip, not --stripped --global have be removed in 5.2 NEWS test for bug #66762 Fixed Bug #66762 Segfault in mysqli_stmt::bind_result() when link closed fix tests broken by 633f898f1520253d3530fe91fc82f68bca7c4627 add news entry add clear_env option to FPM config Reduce test noise on cross Oracle client <-> server version tests. This fix is already in PHP 5.6+ Reduce test noise in cross Oracle client <-> server version testing. This change is already in PHP 5.6+ fixed macro Make sure value is initialized ...
* | | NEWSRemi Collet2014-03-041-0/+1
| | |
* | | Fixed Bug #66820 out-of-bounds memory access in fileinfoRemi Collet2014-03-041-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream fix: https://github.com/glensc/file/commit/447558595a3650db2886cd2f416ad0beba965801 Notice, test changed, with upstream agreement: -define OFFSET_OOB(n, o, i) ((n) < (o) || (i) >= ((n) - (o))) +define OFFSET_OOB(n, o, i) ((n) < (o) || (i) > ((n) - (o)))
* | | Improves fix for memory leak, keep in sync with upstream.Remi Collet2014-03-041-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | Previous fix: http://git.php.net/?p=php-src.git;a=commitdiff;h=10eb0070700382f966bf260e44135e1f724a15d2 Upstream fix: https://github.com/glensc/file/commit/c0c0032b9e9eb57b91fefef905a3b018bab492d9
* | | Updated news for #60602Tjerk Meesters2014-03-031-1/+5
| | |
* | | proc_open(): separate environment values that aren't stringsTjerk Meesters2014-03-032-8/+86
| | | | | | | | | | | | Added a test case
* | | Updated NEWS for #66535Tjerk Meesters2014-03-011-0/+2
| | |
* | | Fixed test case titleTjerk Meesters2014-02-281-1/+1
| | |
* | | [bug 66535] X-PHP-Originating-Script adds newline if no custom headers are givenTjerk Meesters2014-02-282-1/+44
| | | | | | | | | | | | | | | | | | A newline is added to the mail headers when mail.add_x_header is used and no other headers are passed to mail(). The scenario in which custom headers are used was already fixed in #48620, back in 2009.
* | | man page: long option name is --strip, not --strippedRemi Collet2014-02-281-1/+1
| | |
* | | --global have be removed in 5.2Remi Collet2014-02-281-9/+0
| | |
* | | NEWSRemi Collet2014-02-271-0/+4
| | |
* | | test for bug #66762Remi Collet2014-02-271-0/+26
| | |
* | | Fixed Bug #66762 Segfault in mysqli_stmt::bind_result() when link closedRemi Collet2014-02-273-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each new mysqli_stmt now increase the refcount of the link object. So the link is really destroy after all statements. Only implemented with libmysqlclient, as mysqlnd already implement this internally. So, libmysqlclient and mysqlnd have the same behavior.
* | | fix tests broken by 633f898f1520253d3530fe91fc82f68bca7c4627Ferenc Kovacs2014-02-273-3/+3
| | |
* | | add news entryAntony Dovgal2014-02-251-0/+4
| | |
* | | add clear_env option to FPM configPaul Annesley2014-02-254-1/+16
| | | | | | | | | | | | | | | | | | | | | This makes it possible to leave the envoronment as is on startup and pass all the variables to the workers. The default value of clear_env is "yes", preserving previous behaviour. Patch by Paul Annesley.
* | | Reduce test noise on cross Oracle client <-> server version tests.Christopher Jones2014-02-241-1/+13
| | | | | | | | | | | | This fix is already in PHP 5.6+
* | | Reduce test noise in cross Oracle client <-> server version testing.Christopher Jones2014-02-241-1/+1
| | | | | | | | | | | | This change is already in PHP 5.6+
* | | fixed macroAnatol Belski2014-02-241-1/+1
| | |
* | | Make sure value is initializedJohannes Schlüter2014-02-231-1/+1
| | |
* | | We can't dereference dbh if it is NULLJohannes Schlüter2014-02-231-1/+6
| | |
* | | updated libmagic.patch in 5.4/5Anatol Belski2014-02-201-4/+6
| | |
* | | fixed leak introduced after CVE/upgradeAnatol Belski2014-02-201-0/+2
| | |
* | | Use nicer output for characters < 32 and > 126 in exception stringsBob Weinand2014-02-201-3/+58
| | | | | | | | | | | | | | | Using question marks might confuse more than it helps. Users are wondering what happened to their string...
* | | Skip failing tests when EC unavailable (RHEL)Daniel Lowrey2014-02-193-4/+10
| | |
* | | updated libmagic.patchAnatol Belski2014-02-181-48/+111
| | |
* | | update news with CVEStanislav Malyshev2014-02-181-1/+1
| | |