summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Typo fix: umknown -> unknownMartin Hujer2013-10-311-1/+1
|
* add news entry about FPM backlog changeAntony Dovgal2013-10-311-1/+4
| | | | and move the other entry to its proper place
* Fix bug #66008Rasmus Lerdorf2013-10-311-0/+1
|
* updated libs_versions.txtAnatol Belski2013-10-291-2/+1
|
* Update NEWSYasuo Ohgaki2013-10-291-1/+5
|
* Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-10-295-36/+36
|\ | | | | | | | | | | * PHP-5.4: Update NEWS Fixed Bug 64760 var_export() does not use full precision for floating-point numbers
| * 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)
* | \ Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Yasuo Ohgaki2013-10-2915-885/+923
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.5' of git.php.net:php-src: add bundled libzip LICENSE, as required by BSD License terms - Updated to version 2013.8 (2013h) Use zval* instead of zval** Increased limit for opcache.max_accelerated_files to 1,000,000. (Chris) Improved performance of array_merge() by eliminating useless copying Improved performance of func_get_args() by eliminating useless copying Link to more readmes increase backlog to the highest value everywhere Update NEWS Fixed bug #65950 Field name truncation if the field name is bigger than 32 characters - Updated to version 2013.7 (2013g) Increment version number, since this will be 5.5.6. Added Zend Debugger to the note about the load order (by trash4you at online dot de)
| * \ \ Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-10-291-0/+27
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * PHP-5.4: 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
| | | |/ | | |/|
| * | | Merge branch 'PHP-5.4' into PHP-5.5Derick Rethans2013-10-281-628/+628
| |\ \ \ | | |/ /
| | * | - 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
| | |\ \
| * | \ \ Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Derick Rethans2013-10-2811-221/+230
| |\ \ \ \
| | * | | | Use zval* instead of zval**Dmitry Stogov2013-10-282-195/+169
| | | | | |
| | * | | | Increased limit for opcache.max_accelerated_files to 1,000,000. (Chris)Dmitry Stogov2013-10-283-3/+6
| | | | | |
| | * | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Dmitry Stogov2013-10-284-4/+9
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.5' of git.php.net:php-src: increase backlog to the highest value everywhere Update NEWS Fixed bug #65950 Field name truncation if the field name is bigger than 32 characters Conflicts: NEWS
| | | * \ \ \ Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5Antony Dovgal2013-10-284-7/+26
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.5' of https://git.php.net/repository/php-src: Improved performance of func_get_args() by eliminating useless copying Link to more readmes Update NEWS Fixed bug #65950 Field name truncation if the field name is bigger than 32 characters
| | | | * \ \ \ Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Yasuo Ohgaki2013-10-282-6/+20
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.5' of git.php.net:php-src: Improved performance of func_get_args() by eliminating useless copying Link to more readmes
| | | | * | | | | Update NEWSYasuo Ohgaki2013-10-261-0/+5
| | | | | | | | |
| | | | * | | | | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-10-261-1/+1
| | | | |\ \ \ \ \ | | | | | | |_|/ / | | | | | |/| | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #65950 Field name truncation if the field name is bigger than 32 characters
| | | | | * | | | Fixed bug #65950 Field name truncation if the field name is bigger than 32 ↵Yasuo Ohgaki2013-10-262-1/+5
| | | | | | |_|/ | | | | | |/| | | | | | | | | | | | | | | | | | characters
| | | | * | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Yasuo Ohgaki2013-10-262-4/+4
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.5' of git.php.net:php-src: Increment version number, since this will be 5.5.6.
| | | * | | | | | increase backlog to the highest value everywhereAntony Dovgal2013-10-272-3/+3
| | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It makes no sense to use -1 for *BSD (which is the highest value there) and still use 128 for Linux. Lets raise it right to up the limit and let the people lower it if they think that 3.5Mb is too much for a process. IMO this is better than silently dropping connections.
| | * | | | | | Improved performance of array_merge() by eliminating useless copyingDmitry Stogov2013-10-282-15/+26
| | | |_|_|/ / | | |/| | | |
| | * | | | | Improved performance of func_get_args() by eliminating useless copyingDmitry Stogov2013-10-282-5/+12
| | | | | | |
| | * | | | | Link to more readmesHannes Magnusson2013-10-271-1/+10
| | |/ / / /
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5Derick Rethans2013-10-231-589/+591
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | - Updated to version 2013.7 (2013g)Derick Rethans2013-10-231-589/+591
| | | |/ | | |/|
| * | | Increment version number, since this will be 5.5.6.Adam Harvey2013-10-232-4/+4
| | |/ | |/|
| * | Added Zend Debugger to the note about the load order (by trash4you at online ↵Xinchen Hui2013-10-231-2/+2
|/ / | | | | | | dot de)
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-10-221-1/+1
|\ \ | |/ | | | | | | * PHP-5.4: Fix Coverity issue reporting wrong sizeof()
| * 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 ...
| * \ Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Yasuo Ohgaki2013-08-2022-120/+529
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of git.php.net:php-src: bump version Update NEWS fix bug #65481 (shutdown segfault due to serialize) Track created curl_slist structs by option so they can be updated in situ. Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse'). added new glob() test fix using wrong buffer pointer Fix bug #65470 Segmentation fault in zend_error() with --enable-dtrace Fix for php bug #64802 includes test case new for fix #65225 Fixed #65225: PHP_BINARY incorrectly set Use pkg-config to detect iodbc Add -P option to use the current binary Create test to the extension xmlrpc Fixbug: phpize --clean will delete include/*.h
* | \ \ Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Yasuo Ohgaki2013-10-22222-1708/+6784
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.5' of git.php.net:php-src: (178 commits) Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at nopcode dot org) 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 fix bug #65936 (dangling context pointer causes crash) remove TRAVIS check in test source Fixed compilation warning Just SKIP that test on travis Fixed issue #115 (path issue when using phar). 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 fix argument type & remove warning fix const warnings in intl methods 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 coverity issue with -1 returned by findOffset not being handled by getPreferredTag fix possibility of access to *storedType without initialization 5.4.21 release date Fix typo These getpwnam('') tests are silly and not portable ...
| * | | | Fixed bug #65939 (Space before ";" breaks php.ini parsing). (brainstorm at ↵Christopher Jones2013-10-213-2/+4
| | | | | | | | | | | | | | | | | | | | nopcode dot org)
| * | | | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-210-0/+0
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | * PHP-5.4: exif NEWS
| | * | | exif NEWSMichael Wallner2013-10-211-0/+3
| | | | |
| * | | | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-219-5/+94
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | * PHP-5.4: add tests for bug #62523 Merged PR #293 (Exif crash on unknown encoding was fixed) By: Draal Conflicts: configure.in main/php_version.h
| | * | | 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
| * | | | fix bug #65936 (dangling context pointer causes crash)Antony Dovgal2013-10-212-0/+2
| | | | | | | | | | | | | | | | | | | | reported by Leon Sorokin
| * | | | Merge remote-tracking branch 'refs/remotes/origin/PHP-5.5' into PHP-5.5Michael Wallner2013-10-211-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * refs/remotes/origin/PHP-5.5: Fixed compilation warning
| | * | | | Fixed compilation warningDmitry Stogov2013-10-211-1/+1
| | | | | |
| * | | | | remove TRAVIS check in test sourceMichael Wallner2013-10-211-1/+1
| | | | | |
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-211-0/+4
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | | | | | * PHP-5.4: Just SKIP that test on travis
| | * | | Just SKIP that test on travisMichael Wallner2013-10-211-0/+4
| | | | |