summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | 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
* | | Merge branch 'PHP-5.4' into PHP-5.5Arpad Ray2012-12-133-1/+114
|\ \ \ | |/ /
| * | Fix #63379 - Don't reset mod_user_is_open in destroyArpad Ray2012-12-133-1/+114
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-12-131-0/+2
|\ \ \ | |/ /
| * | Fixed mysqlnd compilation in debug mode on windowsAnatoliy Belsky2012-12-131-0/+2
* | | 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
* | | Really fix test pdo_mysql_class_constants.phptRemi Collet2012-12-121-3/+12
* | | Fixed Bug #63738 unpack: back result with Z formatRemi Collet2012-12-112-3/+25
* | | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2012-12-112-3/+60
|\ \ \ | |/ /
| * | Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.Adam Harvey2012-12-112-3/+60
* | | Deprecate ext/mysql.Adam Harvey2012-12-1066-17/+193
* | | Invoke re2c with --no-generation-date to prevent unintentional / unnecessary ...Sebastian Bergmann2012-12-069-10/+10
* | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-12-053-21/+39
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | Fixed bug #63680 (Memleak in splfixedarray with cycle reference)Dmitry Stogov2012-12-052-1/+35
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2012-12-041-3/+7
|\ \ \ | |/ /
| * | fix bug #63666 - Poor date() performanceStanislav Malyshev2012-12-041-3/+7
* | | Reduce case where this test will fails:Remi Collet2012-12-031-1/+2
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-12-031-1/+1
|\ \ \ | |/ /
| * | Revert the previous test fixAnatoliy Belsky2012-12-031-1/+1
* | | Fix inifile.c:419:6: warning: variable 'ret' set but not used [-Wunused-but-s...Remi Collet2012-12-031-2/+2
* | | use php_stream_copy_to_stream_ex instead of deprecated php_stream_copy_to_streamRemi Collet2012-12-031-5/+5
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-12-031-1/+1
|\ \ \ | |/ /
| * | Fix test with a slightly different warning in TSAnatoliy Belsky2012-12-031-1/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Lars Strojny2012-12-022-0/+18
|\ \ \ | |/ /
| * | Bug #49341: Add SO_REUSEPORT support for socket_set_option()Igor Wiedler2012-12-022-0/+18
* | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2012-12-013-3/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-12-013-3/+19
| |\ \ | | |/
| | * Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecondRemi Collet2012-12-013-3/+19
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-302-2/+42
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-302-2/+42
| |\ \ | | |/
| | * Fixed bug #63398 (Segfault when polling closed link)Xinchen Hui2012-11-302-2/+42
| * | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-11-291-21/+3
| |\ \ | | |/