summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PHP 5.3.14php-5.3.14PHP-5.3.14Johannes Schlüter2012-06-132-3/+3
|
* Merge RC NEWSJohannes Schlüter2012-06-131-18/+15
|
* PHP 5.3.14RC2php-5.3.14RC2Johannes Schlüter2012-05-303-3/+14
|
* fix CVE-2012-2143Stanislav Malyshev2012-05-302-1/+21
| | | | (cherry picked from commit bc1c1beea5b4cd1bec72d347bfd21e865258933a)
* fix unchecked emallocStanislav Malyshev2012-05-301-3/+3
| | | | | (cherry picked from commit 158d8a6b088662ce9d31e0c777c6ebe90efdc854) (cherry picked from commit fa05f038cb2cd9e9fa17efd2286c42dcb3e9aa05)
* Fix bug #62146 com_dotnet cannot be built shared, tested by AnatoliyJohannes Schlüter2012-05-308-28/+36
| | | | (cherry picked from commit 8fc9df3f67dc35bff019f538934322583fd5fefd)
* Fixed bug #62082Gustavo André dos Santos Lopes2012-05-302-3/+19
| | | | | | This was a buffer overflow in internal function get_icu_disp_value_src_php(). (cherry picked from commit 86ea921291cd637fd0a7ffb0183625a5ac60e1ee)
* PHP 5.3.14RC1php-5.3.14RC1Johannes Schlüter2012-05-163-4/+4
|
* fd fixStanislav Malyshev2012-05-162-0/+18
|
* fix bug #61065Stanislav Malyshev2012-05-161-0/+10
| | | | (cherry picked from commit a10e778bfb7ce9caa1f91666ddf2705db7982d68)
* - Fixed bug #55299 (multiple null pointer in win32/registry.c)Felipe Pena2012-05-161-2/+10
|
* Change impl of GZIP_POST, DEFLATE_POST. See #62021zoe slattery2012-05-153-16/+32
|
* Fixed Bug #62005 (unexpected behavior when incrementally assigning to a ↵Xinchen Hui2012-05-123-2/+18
| | | | member of a null object)
* fix stack overflow in php_intlog10abs()Nuno Lopes2012-05-111-2/+2
| | | | | bug uncovered by LLVM/clang's new -fbounds-checking switch this patch fixes a crash in ext/standard/tests/math/round_large_exp.phpt
* Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt failsAnatoliy Belsky2012-05-111-1/+1
| | | | | | | This fixes a general issue. In this ticket and not for the first time is being seen, that people are trying to use data from "examples" in the tests. When extracting a test pack only "tests" and its siblings was taken into account. Now "examples" are copied as well.
* Fix bug #61992 ext\standard\tests\general_functions\bug44295.phpt failsAnatoliy Belsky2012-05-102-1/+33
| | | | Exception text differ on windows
* updated NEWSAnatoliy Belsky2012-05-101-0/+1
|
* Fix bug ext\standard\tests\file\realpath_cache_win32.phpt failsAnatoliy Belsky2012-05-103-3/+8
| | | | | | | What happens here is trivial long overflow. Despite the bug attracted attention on windows, the same story is on linux. Just wait for a big anough bucket->key . The linux test had %i to check the key value which should be %d all the way.
* Fix bug 61901 ext\phar\tests\phar_buildfromdirectory2.phpt failsAnatoliy Belsky2012-05-092-1/+34
| | | | Another error message is produced by win specific code
* Fix bug 61746 Failing tests in ext/standard/tests/file/windows_links/*Matt Ficken2012-05-085-11/+42
| | | | | Fixed that again for systems having their %SYSTEMROOT% not in c:\windows
* updated NEWSAnatoliy Belsky2012-05-081-0/+2
|
* Fix bug 61713 check also that mbstring's found any internal_encodingAnatoliy Belsky2012-05-081-11/+13
|
* Fix bug #61713 ext\standard\tests\strings\htmlentities10.phpt failsAnatoliy Belsky2012-05-081-1/+4
| | | | | | | There is a logic error in charset detection part for htmlentities. When mbstring is compiled shared and mbstring.internal_encoding is set to pass, it prevents default_charset from being checked resulting iso-8859-1 being choosed.
* This will be PHP 5.3.14Johannes Schlüter2012-05-083-11/+24
|
* improve fix for CVE-2012-1823Stanislav Malyshev2012-05-071-3/+8
|
* Fix bug 61905 ext\phar\tests\zip\phar_commitwrite.phpt failsAnatoliy Belsky2012-05-071-1/+4
|
* Fix bug 61903 ext\phar\tests\tar\phar_commitwrite.phpt failsAnatoliy Belsky2012-05-071-1/+4
|
* Change the test folderXinchen Hui2012-05-061-0/+0
|
* Fixed bug #61730 (Segfault from array_walk modifying an array passed by ↵Xinchen Hui2012-05-063-7/+44
| | | | reference)
* Add NEWS entry for bug #61961Nikita Popov2012-05-061-0/+4
|
* Merge branch 'pull-request/76' into PHP-5.3Nikita Popov2012-05-062-1/+20
|\
| * Fixed Bug #61961 (file_get_content leaks when access empty file with max length)Reeze Xia2012-05-062-1/+20
| |
* | correct NEWSXinchen Hui2012-05-061-1/+1
| |
* | Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)Xinchen Hui2012-05-063-1/+25
| |
* | Fix for CVE-2012-1823Rasmus Lerdorf2012-05-051-1/+14
| | | | | | | | (cherry picked from commit 29300b1f9dab068d477b241d8fd872e3a7c829b3)
* | Fix bug #61906 ext\phar\tests\zip\phar_setsignaturealgo2.phpt failsAnatoliy Belsky2012-05-041-2/+4
| |
* | Fix bug #61904 ext\phar\tests\tar\phar_setsignaturealgo2.phptAnatoliy Belsky2012-05-041-1/+3
|/
* Bump to next versionChristopher Jones2012-05-032-4/+4
| | | | Bump PHP version number
* Fix typoXinchen Hui2012-05-031-1/+1
| | | | picked form pull request of reeze.xia@gmail.com
* Fix bug 61902 ext\phar\tests\phar_setsignaturealgo2.phpt falisAnatoliy Belsky2012-05-022-1/+46
| | | | openssl needs explicit openssl.cnf on windows
* Fix for bug#61411andrey2012-05-022-2/+55
| | | | | | Bug #61411 PDO Segfaults with PERSISTENT == TRUE && EMULATE_PREPARES == FALSE Wrong allocation, that doesn't follow the scheme of using stmt->persistent was the root cause of the problem and the crash at free.
* Merge branch 'bug61810' into PHP-5.3Christopher Jones2012-05-011-7/+19
|\ | | | | | | | | * bug61810: Make output order for dom007.phpt platform independent
| * Make output order for dom007.phpt platform independentChristopher Jones2012-05-011-7/+19
|/ | | | | | | This test has long been near the top of the reported output diffs. For example, on http://qa.php.net/reports/?version=5.4.0 it has diffed 1307 times out of 3543 reports, at time of this commit. (The second highest diff has occurred 710 times.)
* Merge branch 'fix-bug61115-1.phpt-for-no-debug' into PHP-5.3Christopher Jones2012-05-011-1/+1
|\ | | | | | | | | * fix-bug61115-1.phpt-for-no-debug: Fix masking in bug61115-1.phpt
| * Fix masking in bug61115-1.phptChristopher Jones2012-05-011-1/+1
|/ | | | The test bug61115-1.phpt was diffing for non-debug builds
* Fix bug 61868 ext\dom\tests\DOMDocument_validate_on_parse_variation.phpt failsAnatoliy Belsky2012-04-303-1/+15
|
* Additional fixs for bug 61746 - prepare/clean aclsAnatoliy Belsky2012-04-305-0/+14
|
* Fix bug 61870 ext\session\tests\bug42596.phpt failsAnatoliy Belsky2012-04-301-1/+4
|
* Fix bug ext\filter\tests\bug52209.phpt failsAnatoliy Belsky2012-04-301-1/+7
|
* merge test from PHP-5.4Xinchen Hui2012-04-301-1/+1
|