summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | 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
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2012-12-112-3/+60
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * PHP-5.4: Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.
| * | | | Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.Adam Harvey2012-12-113-3/+64
| | | | | | | | | | | | | | | | | | | | Fixes bug #63737 (json_decode does not properly decode with options parameter).
* | | | | Tinker with the wording of the MySQL deprecation news post.Adam Harvey2012-12-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I know that in general NEWS is a very punchy "this is what happened" log, but Chris e-mailed me off-list to ask if it could be added to avoid any FUD — this merely brings the NEWS post into line with UPGRADING, the migration guide, and every other piece of advice we're giving out. I also forgot to add the RFC URL last night, so added that.
* | | | | Deprecate ext/mysql.Adam Harvey2012-12-1068-17/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per https://wiki.php.net/rfc/mysql_deprecation, connecting to a MySQL database via ext/mysql now generates an E_DEPRECATED error. This commit includes the minimal EXPECTF updates required for the test suite to pass: it may be preferable to refactor some of the tests to suppress deprecation errors in situations where no other error is expected from mysql_[p]connect(), but I'm not enough of a MySQL expert to want to get my hands that dirty in a long standing test suite.
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2012-12-100-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-12-100-0/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3Johannes Schlüter2012-12-102-0/+4
| | |\ \ \
* | | \ \ \ Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2012-12-100-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-12-100-0/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix typoJohannes Schlüter2012-12-101-1/+1
| | | | | |
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-12-103-1/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed bug #63726 (Memleak with static properties and internal/user classes)Xinchen Hui2012-12-104-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | No test scripts provided (will try to find one)
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-100-0/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fixed bug #63726 (Memleak with static properties and internal/user classes)Xinchen Hui2012-12-103-0/+6
| | |/ / /
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-100-0/+0
| |\ \ \ \ | | |/ / /
| | * | | skip 32-bit OSXinchen Hui2012-12-101-0/+4
| | | | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-12-100-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-100-0/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Xinchen Hui2012-12-108-7/+39
| | |\ \ \
| | * | | | Need more that 2G memoryXinchen Hui2012-12-101-2/+2
| | | | | |
* | | | | | Cleanup NEWSSebastian Bergmann2012-12-061-17/+17
| | | | | |
* | | | | | Generatirs are going to be used less than regular functionsDmitry Stogov2012-12-063-3/+3
| | | | | |
* | | | | | Leftover: Invoke re2c with --no-generation-date to prevent unintentional / ↵Sebastian Bergmann2012-12-064-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | unnecessary changes in generated files.
* | | | | | Invoke re2c with --no-generation-date to prevent unintentional / unnecessary ↵Sebastian Bergmann2012-12-0612-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | changes in generated files.
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2012-12-050-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-12-050-0/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in main/php_version.h
| | * | | | this will become PHP 5.3.21Johannes Schlüter2012-12-053-4/+8
| | | | | |
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-12-053-21/+39
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * PHP-5.4: Use get_gc instead of hacks of get_properties
| * | | | | Use get_gc instead of hacks of get_propertiesDmitry Stogov2012-12-053-21/+39
| | | | | |
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-12-052-1/+35
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #63680 (Memleak in splfixedarray with cycle reference) Conflicts: NEWS
| * | | | | Fixed bug #63680 (Memleak in splfixedarray with cycle reference)Dmitry Stogov2012-12-053-1/+38
| | | | | |
* | | | | | Fixed commentsDmitry Stogov2012-12-051-8/+11
| | | | | |
* | | | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Dmitry Stogov2012-12-052-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.5' of git.php.net:php-src: Two tests deactivated until #63688 was fixed
| * \ \ \ \ \ Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-12-052-0/+8
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Two tests deactivated until #63688 was fixed
| | * | | | | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-12-052-0/+8
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Two tests deactivated until #63688 was fixed
| | | * | | | Two tests deactivated until #63688 was fixedAnatoliy Belsky2012-12-052-0/+8
| | | | | | |
* | | | | | | Slight performance improvementDmitry Stogov2012-12-056-87/+101
|/ / / / / /
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2012-12-040-0/+0
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: 5.4.11-dev Conflicts: configure.in main/php_version.h
| * | | | | 5.4.11-devStanislav Malyshev2012-12-043-4/+6
| | | | | |
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2012-12-040-0/+0
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * PHP-5.4: update NEWS
| * | | | | update NEWSStanislav Malyshev2012-12-041-2/+6
| | | | | |
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2012-12-041-3/+7
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * PHP-5.4: fix bug #63666 - Poor date() performance
| * | | | | fix bug #63666 - Poor date() performanceStanislav Malyshev2012-12-042-3/+8
| | | | | |
* | | | | | News for enabling systemtap support on linuxDavid Soria Parra2012-12-051-0/+2
| | | | | |
* | | | | | Pass zend_execute_data instead of zend_op_arrayDavid Soria Parra2012-12-052-3/+3
| | | | | |
* | | | | | Overwrite execute_ex instead of execute in dtrace_executeDavid Soria Parra2012-12-042-3/+3
| | | | | |