summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.23php-5.4.23PHP-5.4.23Stanislav Malyshev2013-12-103-4/+4
|
* Fix CVE-2013-6420 - memory corruption in openssl_x509_parseStanislav Malyshev2013-12-084-4/+65
|
* 5.4.23 rc1php-5.4.23RC1Stanislav Malyshev2013-11-273-5/+5
|
* add testAndrey Hristov2013-11-261-0/+38
|
* Fix for Bug #66141 (mysqlnd quote function is wrong with ↵Andrey Hristov2013-11-265-4/+19
| | | | NO_BACKSLASH_ESCAPES after failed query)
* bring the newsAndrey Hristov2013-11-251-0/+4
|
* fixed testAnatol Belski2013-11-211-1/+1
|
* And here is the real fix for #66124Andrey Hristov2013-11-211-11/+30
|
* Fix for Bug #66124 (mysqli under mysqlnd loses precision when bind_param ↵Andrey Hristov2013-11-211-0/+101
| | | | with 'i')
* permanently deactivate that place, not on runtime onlyAnatol Belski2013-11-201-0/+2
| | | | | besides the two "if" checks, this fixes static analyze which is sometimes broken because of this
* Fix WS in serialization_error_002.phptYasuo Ohgaki2013-11-201-4/+4
|
* added a test to cover distinction between boolean return value of ↵Aaron Hamid2013-11-201-0/+52
| | | | unserialize function and deserializing serialized boolean
* Fixed tests that fail with non-default `serialize_precision` configurations.Jeff Welch2013-11-204-2/+5
| | | | | | | See: * https://bugs.php.net/bug.php?id=64760 * 4dc4302
* avoid doing a stream_select on a closed streamRemi Collet2013-11-191-0/+1
|
* Fixed Bug #66094 (unregister_tick_function tries to cast a Closure to a string)Xinchen Hui2013-11-173-1/+15
|
* Update NEWS and remove the unnecessary UPGRADING note.Adam Harvey2013-11-102-10/+4
|
* Merge remote-tracking branch 'ajf/JSONWhitespaceFix' into PHP-5.4Adam Harvey2013-11-103-8/+149
|\
| * UPGRADING and NEWSAndrea Faulds2013-10-152-0/+14
| |
| * Merge branch 'PHP-5.4' into JSONWhitespaceFixAndrea Faulds2013-10-1545-932/+1737
| |\
| * | Better test: Check combined leading/trailingAndrea Faulds2013-10-151-0/+66
| | |
| * | Fixed whitespace part of bug #64874 ("json_decode handles whitespace and ↵Andrea Faulds2013-09-172-8/+73
| | | | | | | | | | | | case-sensitivity incorrectly")
* | | Fix broken testRasmus Lerdorf2013-11-091-3/+2
| | |
* | | Fixed bug #65947 (basename is no more working after fgetcsv in certain ↵Xinchen Hui2013-11-083-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | situation) previous codes: "#define php_mblen(ptr, len) ((ptr) == NULL ? mbsinit(&BG(mblen_state)): (int)mbrlen(ptr, len, &BG(mblen_state)))# it use mbsinit there, seems try to initialize the mblen_state, but: "This function does not change the state identified by ps. Typical ways to make the state pointed by ps an initial state are: memset (ps,0,sizeof(*ps)); // ps points to zero-valued object " http://www.cplusplus.com/reference/cwchar/mbsinit/?kw=mbsinit
* | | Fixed Bug #66043 (Segfault calling bind_param() on mysqli)Xinchen Hui2013-11-083-1/+29
| | | | | | | | | | | | | | | Although the doc said it is (unsigned int *), but it is ulong* in the libmysql 5.0 's source codes
* | | NEWS entryRasmus Lerdorf2013-11-071-0/+2
| | |
* | | Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to stringsRasmus Lerdorf2013-11-073-21/+60
| | |
* | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Rasmus Lerdorf2013-11-07157-967/+1899
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of git.php.net:php-src: (65 commits) Add a couple more test cases to parse_url() tests fix missing change from 'tcp_socket' to the more common 'server' fix many parallel test issues Cleanup temp test file Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement throws an exception) Typo fix: umknown -> unknown Fix bug #66008 5.4.23-dev Update NEWS Fixed Bug 64760 var_export() does not use full precision for floating-point numbers add bundled libzip LICENSE, as required by BSD License terms - Updated to version 2013.8 (2013h) remove "PHP 6" staff Fixed bug #65950 Field name truncation if the field name is bigger than 32 characters - Updated to version 2013.7 (2013g) Fix Coverity issue reporting wrong sizeof() exif NEWS add tests for bug #62523 Merged PR #293 (Exif crash on unknown encoding was fixed) By: Draal Conflicts: configure.in main/php_version.h Just SKIP that test on travis ...
| * | | Add a couple more test cases to parse_url() testsSara Golemon2013-11-0610-10/+37
| | | | | | | | | | | | | | | | | | | | http://::# (valid but silly) http://# (invalid)
| * | | fix missing change from 'tcp_socket' to the more common 'server'ptarjan2013-11-061-3/+3
| | | |
| * | | fix many parallel test issuesptarjan2013-11-0674-109/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While running these on HHVM I've run into a lot of parallelism issues. I'm backporting all the fixes I had to do in https://github.com/facebook/hiphop-php/blob/master/hphp/tools/import_zend_test.py#L650 to php core. Most of these changes were just filenames that were shared between tests, but I did more surgery on the fixed ports. I can apreciate port 31337 as much as the next nerd, but random ports are better for tests.
| * | | Cleanup temp test fileChristopher Jones2013-11-061-0/+4
| | | |
| * | | Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement ↵Xinchen Hui2013-11-053-3/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | throws an exception) I know zend_call_function will initilize retval_ptr_ptr, but still set it to NULL explict is more readable
| * | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Xinchen Hui2013-11-0513-701/+741
| |\ \ \
| | * | | Typo fix: umknown -> unknownLior Kaplan2013-10-311-2/+2
| | | | |
| | * | | Fix bug #66008Rasmus Lerdorf2013-10-311-0/+1
| | | | |
| | * | | 5.4.23-devStanislav Malyshev2013-10-293-4/+6
| | | | |
| | * | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Yasuo Ohgaki2013-10-291-0/+27
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of git.php.net:php-src: add bundled libzip LICENSE, as required by BSD License terms
| | | * | | add bundled libzip LICENSE, as required by BSD License termsRemi Collet2013-10-291-0/+27
| | | | | |
| | * | | | Update NEWSYasuo Ohgaki2013-10-291-0/+4
| | | | | |
| | * | | | Fixed Bug 64760 var_export() does not use full precision for floating-point ↵Yasuo Ohgaki2013-10-295-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | numbers
| | * | | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Yasuo Ohgaki2013-10-293-659/+665
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of git.php.net:php-src: - Updated to version 2013.8 (2013h) Fixed bug #65950 Field name truncation if the field name is bigger than 32 characters - Updated to version 2013.7 (2013g)
| | | * | | - Updated to version 2013.8 (2013h)Derick Rethans2013-10-281-628/+628
| | | | | |
| | | * | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Derick Rethans2013-10-282-1/+5
| | | |\ \ \
| | | | * | | Fixed bug #65950 Field name truncation if the field name is bigger than 32 ↵Yasuo Ohgaki2013-10-262-1/+5
| | | |/ / / | | |/| | | | | | | | | | | | | | | characters
| | | * | | - Updated to version 2013.7 (2013g)Derick Rethans2013-10-231-589/+591
| | |/ / /
| * | | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Xinchen Hui2013-10-2715-8/+108
| |\ \ \ \ | | |/ / /
| | * | | Fix Coverity issue reporting wrong sizeof()Yasuo Ohgaki2013-10-221-1/+1
| | | | |
| | * | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Yasuo Ohgaki2013-10-22108-1277/+2619
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of git.php.net:php-src: (101 commits) exif NEWS add tests for bug #62523 Merged PR #293 (Exif crash on unknown encoding was fixed) By: Draal Conflicts: configure.in main/php_version.h Just SKIP that test on travis fix memory leak on error (from Coverity scan) Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag 5.4.21 release date When src->src is null this doesn't get initialized but it is still used, so the passed in *ze will point to unitialized memory. Hopefully src->src is never null, but just in case this initialization doesn't hurt. Fix typo Clean up this weird safe_emalloc() call Minor Coverity tweaks - Moved NULL check before dereferencing - Fixed possible NULL ptr dereference - Fixed possible uninitialized scalar variable usage (spotted by Coverity) Remove senseless check here - Fix extern declaration according to definition - Fix possible memory leak - Moved allocation to if block to make Coverity happy - Fixed possible memory leak Fix unitialized opened_path here - found by Coverity ...
| | | * | | exif NEWSMichael Wallner2013-10-211-0/+3
| | | | | |
| | | * | | add tests for bug #62523Michael Wallner2013-10-216-0/+73
| | | | | |