summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.22php-5.4.22PHP-5.4.22Stanislav Malyshev2013-11-123-4/+4
|
* 5.4.21 RC 1php-5.4.22RC1Stanislav Malyshev2013-10-293-4/+4
|
* 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
|/
* 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
| |
| * Merged PR #293 (Exif crash on unknown encoding was fixed)Michael Wallner2013-10-213-5/+21
| | | | | | | | | | | | | | | | By: Draal Conflicts: configure.in main/php_version.h
| * Just SKIP that test on travisMichael Wallner2013-10-211-0/+4
| |
| * fix memory leak on error (from Coverity scan)Stanislav Malyshev2013-10-211-0/+1
| |
| * Fix coverity issue with -1 returned by findOffset not being handled by ↵Stanislav Malyshev2013-10-201-0/+3
| | | | | | | | getPreferredTag
| * 5.4.21 release dateStanislav Malyshev2013-10-201-1/+1
| |
| * When src->src is null this doesn't get initializedRasmus Lerdorf2013-10-201-1/+1
| | | | | | | | | | | | 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 typoRasmus Lerdorf2013-10-201-1/+1
| |
| * Clean up this weird safe_emalloc() callRasmus Lerdorf2013-10-201-1/+1
| |
| * Minor Coverity tweaksRasmus Lerdorf2013-10-201-3/+3
| |
| * - Moved NULL check before dereferencingFelipe Pena2013-10-201-4/+4
| |
| * - Fixed possible NULL ptr dereferenceFelipe Pena2013-10-201-2/+4
| |
| * Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4Felipe Pena2013-10-201-1/+1
| |\
| | * Remove senseless check hereRasmus Lerdorf2013-10-191-1/+1
| | |
| * | - Fixed possible uninitialized scalar variable usage (spotted by Coverity)Felipe Pena2013-10-204-4/+4
| |/
| * - Fix extern declaration according to definitionFelipe Pena2013-10-201-1/+1
| |
| * - Fix possible memory leakFelipe Pena2013-10-201-4/+5
| |
| * - Moved allocation to if block to make Coverity happyFelipe Pena2013-10-191-9/+10
| |
| * - Fixed possible memory leakFelipe Pena2013-10-191-0/+1
| |
| * Fix unitialized opened_path here - found by CoverityRasmus Lerdorf2013-10-191-3/+6
| |
| * Initialize these to make Coverity happyRasmus Lerdorf2013-10-191-2/+3
| |
| * Typo fix: managment -> managementLior Kaplan2013-10-191-1/+1
| |
| * Use minus sign instead of hyphenLior Kaplan2013-10-191-1/+1
| |
| * Merge branch 'pull-request/499'Rasmus Lerdorf2013-10-192-2/+2
| | | | | | | | Fix RFC 6598 IPv4 Reserved Range Checks
| * use $YACC instead of 'bison' as suggested by YasuoMichael Wallner2013-10-191-1/+1
| | | | | | | | | | Conflicts: Zend/acinclude.m4
| * Fixed bug #65911 ($this not usable as static property)bwoebi2013-10-163-0/+25
| | | | | | | | | | | | In context of static accesses like classname::$this, the string "$this" should not be handled like a $this variable, but as an identifier for a static variable.
| * fix whitespacesAnatol Belski2013-10-141-1/+1
| |
| * added notes about the PECL site conformityAnatol Belski2013-10-143-1/+21
| |
| * fixed skeleton to produce the normalized ext version macrosAnatol Belski2013-10-142-1/+3
| | | | | | | | See http://news.php.net/php.pecl.dev/11191 for more info.
| * - Fixed possible memory leakFelipe Pena2013-10-121-0/+1
| |
| * Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-10-091-13/+16
| |\ | | | | | | | | | | | | | | | | | | | | | # By Daniel Lowrey (1) and Michael Wallner (1) # Via Michael Wallner * 'PHP-5.4' of https://git.php.net/repository/php-src: C89 compatibility Fixed segfault when built with OpenSSL >= 1.0.1
| | * C89 compatibilityMichael Wallner2013-10-091-12/+14
| | |
| | * Fixed segfault when built with OpenSSL >= 1.0.1Daniel Lowrey2013-10-091-5/+6
| |/ | | | | | | (PR #481)
| * fixing a minor typo in CODING_STANDARDS documentArunSK2013-10-071-1/+1
| |
| * FIX BUG #65219 - Typo correctionStanley Sufficool2013-10-051-1/+1
| |
| * Merge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4Stanley Sufficool2013-10-0525-859/+1496
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of https://git.php.net/push/php-src: - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding) - BFN Fix bug #65667: ftp_nb_continue produces segfault fix bug #64146 (serialize incorrectly saving objects when they are cloned) such a weird hack probably helps in finding regressions in the future Fixed bug #64230 (XMLReader does not suppress errors) typo: really fix bug #51936 Crash with clone xmlreader fix bug #59613 (Crash with clone XMLReader) fix bug #65808 the socket_connect() won't work with IPv6 address 5.4.22-dev now fix bug #62396 'make test' crashes starting with 5.3.14 (missing gzencode()) Fixed bug #61548 fix test fix memleak on resetting rebind_proc Fix bug #65322: compile time errors won't trigger auto loading 5.4.20 release date Add information about which INI file is which inside respective files - Updated to version 2013.6 (2013f)