summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.18php-5.4.18PHP-5.4.18Stanislav Malyshev2013-08-132-3/+3
|
* update newsStanislav Malyshev2013-08-131-5/+5
|
* Fix CVE-2013-4073 - handling of certs with null bytesStanislav Malyshev2013-08-133-2/+131
|
* 5.4.18 RC2php-5.4.18RC2Stanislav Malyshev2013-07-303-4/+4
|
* add constant fix to NEWSStanislav Malyshev2013-07-211-0/+7
|
* Wrong value for FILTER_SANITIZE_FULL_SPECIAL_CHARS in REGISTER_LONG_CONSTANTAndrey2013-07-211-1/+1
|
* 5.4.18 RC1php-5.4.18RC1Stanislav Malyshev2013-07-173-4/+4
|
* add news for xml fixStanislav Malyshev2013-07-161-0/+3
|
* fix TS buildAnatol Belski2013-07-161-1/+1
|
* added sapi check for dl() testAnatol Belski2013-07-161-0/+7
|
* Make zval2myslqnd implementations aware of inheritanceJohannes Schlüter2013-07-162-2/+2
|
* Fixed typo ensuring header str is \0 terminatedAnatol Belski2013-07-161-1/+1
| | | | | This was obviously intended to send an empty header if php_gmtime_r() fails. Currently it could send garbage.
* fix buffer overrunAnatol Belski2013-07-151-0/+5
|
* fix invalid variable name at ext/spl/internal/multipleiterator.inc (key() ↵sasezaki2013-07-151-1/+1
| | | | method, too)
* fix invalid variable name at ext/spl/internal/multipleiterator.inckazusuke sasezaki2013-07-151-1/+1
|
* revert false fixVeres Lajos2013-07-151-1/+1
|
* typo fixesVeres Lajos2013-07-1596-154/+154
|
* less serious compatAbility fixesVeres Lajos2013-07-155-6/+6
|
* typos (orig)Veres Lajos2013-07-151-2/+2
|
* Fix bug #62665: add curl.cainfo to php.iniStanislav Malyshev2013-07-143-1/+14
| | | | | | | Conflicts: php.ini-development php.ini-production
* add news for bug #65219Stanislav Malyshev2013-07-141-0/+4
|
* Add built-in web server to invocation listLior Kaplan2013-07-141-1/+2
|
* Terminology: change embedded web server to built-in web server to align with ↵Lior Kaplan2013-07-141-3/+3
| | | | cli usage
* Align -B and -E parameter names with cli usage (begin_code and end_code)Lior Kaplan2013-07-141-8/+8
|
* Merge branch 'PHP-5.4' of https://github.com/php/php-src into PHP-5.4Anatol Belski2013-07-141-6/+6
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Stanley Sufficool2013-07-140-0/+0
| |\ | | | | | | | | | * PHP-5.3:
| | * Merge branch 'PHP-5.3' of https://git.php.net/push/php-src into PHP-5.3Stanley Sufficool2013-07-1442-122/+1262
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/push/php-src: (23 commits) Merge PHP 5.3.27 NEWS add test for bug #65236 truncate results at depth of 255 to prevent corruption fix assembly of safe_address() for x86 and x86_64 Add bison 2.6.4 to the list of supported versions Update git rules (5.5 is stable, 5.3 sec only) This will be PHP 5.3.28 Fixed bug #63186 (compile failure on netbsd) ensure the error_reporting level to get expected notice fixed tests missing tests for bug #53437 missing colon Backported the fix for bug #53437 Fixed test script Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems) Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC) Fixed bug #64934 Apache2 TS crash with get_browser() Add NEWS for PHP 5.3.26 Fixed bug #64960 (Segfault in gc_zval_possible_root) fix CVE-2013-2110 - use correct formula to calculate string size ...
| | | * Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3Christopher Jones2013-07-102-6/+19
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/repository/php-src: Merge PHP 5.3.27 NEWS add test for bug #65236
| * | | | Fix Bug #65219Stanley Sufficool2013-07-141-6/+6
| | | | | | | | | | | | | | | | | | | | DBSETLDBNAME should be called before login to set DBNAME in login record
* | | | | fix uninitialized memory usageAnatol Belski2013-07-141-2/+2
|/ / / /
* | | | Fixed bug #65254 (Exception not catchable when exception thrown in autoload ↵Xinchen Hui2013-07-144-81/+168
| | | | | | | | | | | | | | | | with a namespace).
* | | | - BFNFelipe Pena2013-07-131-0/+4
| | | |
* | | | - Bug #65228 (FTPs memory leak) patch by: marco dot beierer at mbsecurity dot chFelipe Pena2013-07-131-0/+15
| | | |
* | | | - Fixed bug #65227 (Memory leak in gmp_cmp second parameter)Felipe Pena2013-07-122-0/+4
| | | |
* | | | Fixed meta data retrieve when OID is larger than 2^31Yasuo Ohgaki2013-07-132-1/+4
| | | |
* | | | fix the date for 5.4.17Stanislav Malyshev2013-07-121-1/+1
| | | |
* | | | update 5.4.17 dateStanislav Malyshev2013-07-121-1/+1
| | | |
* | | | update 5.4.17 dateStanislav Malyshev2013-07-121-1/+1
| | | |
* | | | Fixed bug #65226 chroot() does not get enabledAnatol Belski2013-07-112-1/+24
| | | |
* | | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-07-103-45/+62
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of https://git.php.net/repository/php-src: Merge PHP 5.3.27 NEWS add test for bug #65236 fix possible resource leak and make sure there's something to qsort() - Updated to version 2013.4 (2013d)
| * \ \ \ Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-07-100-0/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge PHP 5.3.27 NEWSJohannes Schlüter2013-07-101-6/+4
| | | | |
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-07-101-0/+15
| |\ \ \ \ | | |/ / /
| | * | | add test for bug #65236Johannes Schlüter2013-07-101-0/+15
| | | |/ | | |/|
| * | | fix possible resource leak and make sure there's something to qsort()Anatol Belski2013-07-101-1/+3
| | | |
| * | | - Updated to version 2013.4 (2013d)Derick Rethans2013-07-091-44/+44
|/ / /
* | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-07-083-0/+54
|\ \ \ | | | | | | | | | | | | | | | | * 'PHP-5.4' of https://git.php.net/repository/php-src: Fixed segfault in mysqlnd when doing long prepare
| * \ \ Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4Andrey Hristov2013-07-0833-445/+1038
| |\ \ \ | |/ / / |/| | | | | | | | | | | Conflicts: NEWS
* | | | Merge branch 'PHP-5.3' into PHP-5.4Rob Richards2013-07-061-40/+50
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | # By Rob Richards (1) * PHP-5.3: truncate results at depth of 255 to prevent corruption
| * | | truncate results at depth of 255 to prevent corruptionRob Richards2013-07-061-40/+50
| | | |