summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.10php-5.4.10PHP-5.4.10Stanislav Malyshev2012-12-183-4/+4
|
* 5.4.10 rc1php-5.4.10RC1Stanislav Malyshev2012-12-043-4/+4
|
* 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
|\ \ | |/
| * FormatXinchen Hui2012-11-301-2/+2
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-303-2/+45
|\ \ | |/
| * Fixed bug #63398 (Segfault when polling closed link)Xinchen Hui2012-11-303-2/+45
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-11-292-21/+7
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests) Conflicts: NEWS ext/soap/soap.c
| * Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)Dmitry Stogov2012-11-292-21/+6
| |
* | Fixed bug #61557 (Crasher in tt-rss backend.php)Dmitry Stogov2012-11-292-2/+3
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-11-293-2/+63
|\ \ | |/ | | | | | | | | | | | | * PHP-5.3: Fixed bug #63635 (Segfault in gc_collect_cycles) Conflicts: NEWS
| * Fixed bug #63635 (Segfault in gc_collect_cycles)Dmitry Stogov2012-11-293-2/+63
| |
* | NEWSRemi Collet2012-11-281-0/+3
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-11-282-5/+10
|\ \ | |/ | | | | | | | | * PHP-5.3: Fixed Bug #63581 Possible buffer overflow Fixed Bug #63581 Possible null dereference
| * Fixed Bug #63581 Possible buffer overflowRemi Collet2012-11-282-3/+7
| | | | | | | | | | | | | | | | | | In fpm-log, possible buffer overflow. Check for length is done at the beginning of the loop, so is not done when overflow occurs on the last loop (len = 1024 or 1025). (ack from fat). This issue where found from by static code analysis tool and, so, I can't provide any reproducer.
| * Fixed Bug #63581 Possible null dereferenceRemi Collet2012-11-281-2/+6
| | | | | | | | | | | | | | | | Possible NULL dereference when trying to delete the single item of a list (ack from fat). This issues where found from by static code analysis tool and, so, I can't provide any reproducer.
| * Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Remi Collet2012-11-2810-109/+84
| |\ | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of git.php.net:php-src: Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows This test isn't supposed to pass on windows Fixed Bug #63614 (Fatal error on Reflection)
* | \ Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Remi Collet2012-11-2812-137/+103
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of git.php.net:php-src: BFN #61272 fix bug #61272 ob_start callback get passed empty string Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows This test isn't supposed to pass on windows Fixed Bug #63614 (Fatal error on Reflection)
| * | | BFN #61272Michael Wallner2012-11-281-0/+2
| | | |
| * | | fix bug #61272 ob_start callback get passed empty stringMichael Wallner2012-11-282-4/+2
| | | |
| * | | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-11-277-131/+48
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows Conflicts: NEWS ext/fileinfo/libmagic.patch ext/fileinfo/tests/finfo_open_error-win32.phpt
| | * | Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under WindowsAnatoliy Belsky2012-11-277-107/+29
| | | |
| * | | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-11-271-1/+6
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-5.3: This test isn't supposed to pass on windows
| | * | This test isn't supposed to pass on windowsAnatoliy Belsky2012-11-271-1/+6
| | | |
| * | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-273-1/+45
| |\ \ \ |/ / / / | | _ / | | /
| * | Fixed Bug #63614 (Fatal error on Reflection)Xinchen Hui2012-11-273-1/+49
| |/
* | Related bug #63588 fix length computation + optimize for speedRemi Collet2012-11-261-17/+22
| | | | | | | | | | | | Following comment from Yoram "The patch looks fine, except of testing for true value of utf16 in each iteration." Also fix the length computation during check phase.
* | Fixed bug #63588 Duplicate implementation of php_next_utf8_charRemi Collet2012-11-256-67/+35
| | | | | | | | | | | | | | | | | | Json use an utf8 parser from a third party library, switch to our implementation of php_next_utf8_char. This also helps on solving #63520. All the unit tests succeed. Our implementation also seems a little faster. json.dsp need to be regenerated.
* | Fixed Bug #63361 Header not installedRemi Collet2012-11-252-0/+6
| | | | | | | | | | | | ext/mysqli/php_mysqli_structs.h is installed and includes mysqli_mysqlnd.h or mysqli_libmysql.h. So this header must also be installed.
* | NEWS entriesRemi Collet2012-11-251-0/+7
| |
* | fix NEWSStanislav Malyshev2012-11-241-5/+19
| |
* | 5.4.10-devStanislav Malyshev2012-11-243-4/+6
| |
* | Fixed Bug #63149 Feature missing with system SQLiteRemi Collet2012-11-241-0/+3
| | | | | | | | | | | | | | | | | | | | In pdo_sqlite, getColumnMeta should return the table name. With bundled SQLite library, -DSQLITE_ENABLE_COLUMN_METADATA=1 (other_flags) enable the feature in SQLite (function sqlite3_column_table_name). With system SQLite library, this fix detects if sqlite3_column_table_name is available and add SQLITE_ENABLE_COLUMN_METADATA macro to get the same behavior. Test already exists: ext/pdo_sqlite/tests/bug_42589.phpt
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-11-241-0/+52
|\ \ | |/ | | | | | | | | * PHP-5.3: add unit test for bug 63126 NEWS