summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4Andrey Hristov2012-12-191-1/+1
| |\ \ \ \
| * | | | | be cautious about the result of strrchrAndrey Hristov2012-12-181-14/+84
| | | | | |
* | | | | | Add missing zend_do_free callNikita Popov2012-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to d53f1bf8ab. When the yield *statement* is used its return value still needs to be freed.
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2012-12-191-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | * PHP-5.4: fix failing test on Linux build
| * | | | | fix failing test on Linux buildRemi Collet2012-12-191-1/+1
| |/ / / /
* | | | | Fix leak when generator ignores sent valueNikita Popov2012-12-185-61/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the return value of yield wasn't used it was leaked. This is fixed by using a TMP_VAR return value instead of VAR. TMP_VARs are automatically freed when they aren't used.
* | | | | News for PHP 5.5.0 AlphasDavid Soria Parra2012-12-181-24/+36
| | | | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-12-171-33/+34
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-171-33/+34
| |\ \ \ \ | | |/ / /
| | * | | dos2unix & skip on connect failXinchen Hui2012-12-171-33/+34
| | | | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-12-171-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-171-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix failed testXinchen Hui2012-12-171-1/+1
| | | | |
| * | | | Updating news entry to list new filetypesLars Strojny2012-12-151-1/+2
| | | | |
* | | | | Ignore Zend/zend_dtrace_gen.h and Zend/zend_dtrace_gen.hbakSebastian Bergmann2012-12-161-0/+2
| | | | |
* | | | | Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17Remi Collet2012-12-161-2/+2
| | | | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Lars Strojny2012-12-142-134/+35
|\ \ \ \ \ | |/ / / /
| * | | | News entry for updated mime typesLars Strojny2012-12-141-0/+3
| | | | |
| * | | | update test for supported Mime Types checkingpascalc2012-12-141-133/+31
| | | | |
| * | | | update list of common Mime Types in PHP development server to support Web ↵pascalc2012-12-141-1/+4
| | | | | | | | | | | | | | | | | | | | audio/video formats (Webm ,and Ogg containers) + have jpeg mime types listed together
* | | | | Fix warning of no return in non-void functionXinchen Hui2012-12-141-0/+1
| | | | |
* | | | | Fixed warning of no return in non-void funcitonXinchen Hui2012-12-143-0/+18
| | | | |
* | | | | Add test for bug #63741Xinchen Hui2012-12-141-0/+50
| | | | |
* | | | | Fixed uninitialized EX(call)->called_scopeDmitry Stogov2012-12-142-0/+14
| | | | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2012-12-131-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-12-131-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Need connect.inc hereRasmus Lerdorf2012-12-131-0/+1
| | | | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2012-12-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-12-131-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix broken testRasmus Lerdorf2012-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Need to use the configured connection parameters here. We can't assume the test user has access.
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2012-12-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-12-131-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix broken testRasmus Lerdorf2012-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | This was missing a %s for the path here
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Arpad Ray2012-12-133-1/+114
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * PHP-5.4: Fix #63379 - Don't reset mod_user_is_open in destroy
| * | | | Fix #63379 - Don't reset mod_user_is_open in destroyArpad Ray2012-12-133-1/+114
| | | | | | | | | | | | | | | | | | | | The parent handler is still open so the reset here was in error.
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2012-12-132-15/+92
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-12-132-15/+92
| |\ \ \ \ | | |/ / /
| | * | | Fix Bug #63762 Sigsegv when Exception::$trace is changed by userJohannes Schlüter2012-12-133-15/+96
| | | | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-12-131-0/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * PHP-5.4: Fixed mysqlnd compilation in debug mode on windows
| * | | | Fixed mysqlnd compilation in debug mode on windowsAnatoliy Belsky2012-12-131-0/+2
| | | | |
* | | | | Removed unreachable codeDmitry Stogov2012-12-132-63/+0
| | | | |
* | | | | Removed unnecessary checksDmitry Stogov2012-12-134-10/+14
| | | | |
* | | | | Removed redundand checks from release buildDmitry Stogov2012-12-134-40/+11
| | | | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-12-131-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #63757 (getenv() produces memory leak with CGI SAPI) Conflicts: NEWS
| * | | | Fixed bug #63757 (getenv() produces memory leak with CGI SAPI)Dmitry Stogov2012-12-132-1/+4
| | | | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-12-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-131-1/+1
| |\ \ \ \ | | |/ / /
| | * | | MFHXinchen Hui2012-12-131-1/+1
| | | | |
* | | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Dmitry Stogov2012-12-131-3/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.5' of git.php.net:php-src: Really fix test pdo_mysql_class_constants.phpt
| * | | | | Really fix test pdo_mysql_class_constants.phptRemi Collet2012-12-121-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - with mysqlnd, constant always present - with mysqli, check client library version - without mysqlnd and without mysqli skip the test if no connection use connection to check client library Note : MySQLPDOTest::getClientVersion() is broken with mysqlnd as PDO::ATTR_CLIENT_VERSION return "mysqlnd 5.0.11-dev - 20120503..." so, getClientVersion() return "11"