summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Need connect.inc hereRasmus Lerdorf2012-12-131-0/+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.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
* | 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.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
| |
* | Fixed mysqlnd compilation in debug mode on windowsAnatoliy Belsky2012-12-131-0/+2
| |
* | Fixed bug #63757 (getenv() produces memory leak with CGI SAPI)Dmitry Stogov2012-12-132-1/+4
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-131-1/+1
|\ \ | |/
| * MFHXinchen Hui2012-12-131-1/+1
| |
* | 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).
* | 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.3' into PHP-5.4Johannes Schlüter2012-12-100-0/+0
|\ \ \ | |/ /
| * | Fix typoJohannes Schlüter2012-12-101-1/+1
| | |
* | | 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.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
| | |
* | | 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
| | |
* | | Use get_gc instead of hacks of get_propertiesDmitry Stogov2012-12-053-21/+39
| | |
* | | Fixed bug #63680 (Memleak in splfixedarray with cycle reference)Dmitry Stogov2012-12-053-1/+38
| | |
* | | 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
| | |
* | | 5.4.11-devStanislav Malyshev2012-12-043-4/+6
| | |
* | | update NEWSStanislav Malyshev2012-12-041-2/+6
| | |
* | | fix bug #63666 - Poor date() performanceStanislav Malyshev2012-12-042-3/+8
| | |
* | | Revert the previous test fixAnatoliy Belsky2012-12-031-1/+1
| | | | | | | | | | | | The fail seems to be due to network error
* | | Fix test with a slightly different warning in TSAnatoliy Belsky2012-12-031-1/+1
| | |
* | | Adding tests for private and protected propertiesMarco Pivetta2012-12-022-73/+154
| | |
* | | Fixing test according to @jpauli's suggestionsMarco Pivetta2012-12-021-1/+0
| | |
* | | Adding regression test for behavior of magic methods with unset public ↵Marco Pivetta2012-12-021-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | properties Verifies that after having unset a public property, any access to it, be it read or write, causes calls to public magic methods Signed-off-by: Marco Pivetta <ocramius@gmail.com>
* | | News entry for bug #49341Lars Strojny2012-12-021-0/+4
| | |
* | | Bug #49341: Add SO_REUSEPORT support for socket_set_option()Igor Wiedler2012-12-022-0/+18
| | | | | | | | | | | | | | | This is a BSD-only feature, and it will only be available on BSD. On other platforms the constant will simply not be set.
* | | NEWSRemi Collet2012-12-011-0/+4
| | |
* | | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-12-010-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.3: NEWS
| * | NEWSRemi Collet2012-12-011-0/+4
| | |
* | | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-12-013-3/+19
|\ \ \ | |/ / | | | | | | | | | * PHP-5.3: Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond
| * | Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecondRemi Collet2012-12-013-3/+19
| |/ | | | | | | | | | | | | When storing '015700' microseconds in a Datetime object, Datetime::format('u') returns '015699' Already known per bug45554 reproducer (also fixed).
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-300-0/+0
|\ \ | |/
| * Fixed bug #63377 (Segfault on output buffer)Xinchen Hui2012-11-303-1/+61
| |
* | formatXinchen Hui2012-11-301-5/+5
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-300-0/+0
|\ \ | |/