summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version for PHP-5.5.0alpha2php-5.5.0alpha2David Soria Parra2012-12-182-3/+3
|
* NEWS for PHP 5.5.0 alpha 2David Soria Parra2012-12-181-3/+0
|
* 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"
* | | | An exception thrown in try or catch block is disacarded by return statement ↵Dmitry Stogov2012-12-1310-55/+95
|/ / / | | | | | | | | | in finally block.
* | | Restored proper generators behaviour in conjunction with "finally". (Nikita)Dmitry Stogov2012-12-1213-102/+171
| | |
* | | Fixed Bug #63738 unpack: back result with Z formatRemi Collet2012-12-112-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 extensionsDmitry Stogov2012-12-114-36/+60
| | | | | | | | | | | | - improved RETURN sequence to avoid redundant check if op_array is a generator