Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version for PHP-5.5.0alpha2php-5.5.0alpha2 | David Soria Parra | 2012-12-18 | 2 | -3/+3 |
| | |||||
* | NEWS for PHP 5.5.0 alpha 2 | David Soria Parra | 2012-12-18 | 1 | -3/+0 |
| | |||||
* | 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" | ||||
* | | | | An exception thrown in try or catch block is disacarded by return statement ↵ | Dmitry Stogov | 2012-12-13 | 10 | -55/+95 |
|/ / / | | | | | | | | | | in finally block. | ||||
* | | | Restored proper generators behaviour in conjunction with "finally". (Nikita) | Dmitry Stogov | 2012-12-12 | 13 | -102/+171 |
| | | | |||||
* | | | Fixed Bug #63738 unpack: back result with Z format | Remi Collet | 2012-12-11 | 2 | -3/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix result for empty string. Same output as perl perl -e 'print unpack("Z2","\0\0");' => "" perl -e 'print unpack("Z2","A\0");' => "A" perl -e 'print unpack("Z2","AB\0");' => "AB" perl -e 'print unpack("Z2","ABC\0");'=> "AB" | ||||
* | | | - generators API exported for extensions | Dmitry Stogov | 2012-12-11 | 4 | -36/+60 |
| | | | | | | | | | | | | - improved RETURN sequence to avoid redundant check if op_array is a generator |