Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4 | Andrey Hristov | 2012-12-19 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| * | | | | | be cautious about the result of strrchr | Andrey Hristov | 2012-12-18 | 1 | -14/+84 | |
| | | | | | | ||||||
* | | | | | | Add missing zend_do_free call | Nikita Popov | 2012-12-19 | 1 | -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.5 | Remi Collet | 2012-12-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | * PHP-5.4: fix failing test on Linux build | |||||
| * | | | | | fix failing test on Linux build | Remi Collet | 2012-12-19 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Fix leak when generator ignores sent value | Nikita Popov | 2012-12-18 | 5 | -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 Alphas | David Soria Parra | 2012-12-18 | 1 | -24/+36 | |
| | | | | | ||||||
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2012-12-17 | 1 | -33/+34 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-12-17 | 1 | -33/+34 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | dos2unix & skip on connect fail | Xinchen Hui | 2012-12-17 | 1 | -33/+34 | |
| | | | | | ||||||
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2012-12-17 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-12-17 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fix failed test | Xinchen Hui | 2012-12-17 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Updating news entry to list new filetypes | Lars Strojny | 2012-12-15 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | Ignore Zend/zend_dtrace_gen.h and Zend/zend_dtrace_gen.hbak | Sebastian Bergmann | 2012-12-16 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17 | Remi Collet | 2012-12-16 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Lars Strojny | 2012-12-14 | 2 | -134/+35 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | News entry for updated mime types | Lars Strojny | 2012-12-14 | 1 | -0/+3 | |
| | | | | | ||||||
| * | | | | update test for supported Mime Types checking | pascalc | 2012-12-14 | 1 | -133/+31 | |
| | | | | | ||||||
| * | | | | update list of common Mime Types in PHP development server to support Web ↵ | pascalc | 2012-12-14 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | audio/video formats (Webm ,and Ogg containers) + have jpeg mime types listed together | |||||
* | | | | | Fix warning of no return in non-void function | Xinchen Hui | 2012-12-14 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Fixed warning of no return in non-void funciton | Xinchen Hui | 2012-12-14 | 3 | -0/+18 | |
| | | | | | ||||||
* | | | | | Add test for bug #63741 | Xinchen Hui | 2012-12-14 | 1 | -0/+50 | |
| | | | | | ||||||
* | | | | | Fixed uninitialized EX(call)->called_scope | Dmitry Stogov | 2012-12-14 | 2 | -0/+14 | |
| | | | | | ||||||
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Rasmus Lerdorf | 2012-12-13 | 1 | -0/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Rasmus Lerdorf | 2012-12-13 | 1 | -0/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Need connect.inc here | Rasmus Lerdorf | 2012-12-13 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Rasmus Lerdorf | 2012-12-13 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Rasmus Lerdorf | 2012-12-13 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fix broken test | Rasmus Lerdorf | 2012-12-13 | 1 | -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.5 | Rasmus Lerdorf | 2012-12-13 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Rasmus Lerdorf | 2012-12-13 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fix broken test | Rasmus Lerdorf | 2012-12-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | This was missing a %s for the path here | |||||
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Arpad Ray | 2012-12-13 | 3 | -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 destroy | Arpad Ray | 2012-12-13 | 3 | -1/+114 | |
| | | | | | | | | | | | | | | | | | | | | The parent handler is still open so the reset here was in error. | |||||
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Johannes Schlüter | 2012-12-13 | 2 | -15/+92 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-12-13 | 2 | -15/+92 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fix Bug #63762 Sigsegv when Exception::$trace is changed by user | Johannes Schlüter | 2012-12-13 | 3 | -15/+96 | |
| | | | | | ||||||
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatoliy Belsky | 2012-12-13 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | * PHP-5.4: Fixed mysqlnd compilation in debug mode on windows | |||||
| * | | | | Fixed mysqlnd compilation in debug mode on windows | Anatoliy Belsky | 2012-12-13 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Removed unreachable code | Dmitry Stogov | 2012-12-13 | 2 | -63/+0 | |
| | | | | | ||||||
* | | | | | Removed unnecessary checks | Dmitry Stogov | 2012-12-13 | 4 | -10/+14 | |
| | | | | | ||||||
* | | | | | Removed redundand checks from release build | Dmitry Stogov | 2012-12-13 | 4 | -40/+11 | |
| | | | | | ||||||
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2012-12-13 | 1 | -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 Stogov | 2012-12-13 | 2 | -1/+4 | |
| | | | | | ||||||
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2012-12-13 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-12-13 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | MFH | Xinchen Hui | 2012-12-13 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5 | Dmitry Stogov | 2012-12-13 | 1 | -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.phpt | Remi Collet | 2012-12-12 | 1 | -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" |