summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make DatePeriod support DateTimeImmutable as well.immutable-dateDerick Rethans2013-01-123-1/+60
| | | | | | If the start element is a DateTimeImmutable object, then all returned objects are also DateTimeImmutable objects. If the start element is a DateTime object, then all returned objects are DateTime objects.
* Fixed crash bug when the non-OO interface was used.Derick Rethans2013-01-121-1/+1
|
* Rename DateTimePoint to DateTimeImmutable.Derick Rethans2013-01-124-89/+89
|
* Added another test to test the unmodified inherited methods.Derick Rethans2013-01-121-0/+25
|
* Added a few missing TSRMLS_DC/TSRMLS_CC.Derick Rethans2013-01-121-9/+9
|
* Added a test case for DateTimePoint.Derick Rethans2013-01-121-0/+167
|
* Implemented immutable DateTime objects as the DateTimePoint class.Derick Rethans2013-01-122-67/+401
|
* Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-01-101-0/+1
|\ | | | | | | | | * PHP-5.4: Fixed uninitialized zval.type (Yoram)
| * Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-01-101-0/+1
| |\ | | | | | | | | | | | | * PHP-5.3: Fixed uninitialized zval.type (Yoram)
| | * Fixed uninitialized zval.type (Yoram)Dmitry Stogov2013-01-101-0/+1
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5ULF WENDEL2013-01-102-0/+149
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: MySQL 5.6 EXPIRE PASSWORD flag tests
| * | MySQL 5.6 EXPIRE PASSWORD flag testsULF WENDEL2013-01-102-0/+149
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-01-101-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fix test after fix for bug #63943 (Bad warning text from strpos() on empty needle) See commit c05ee74e7ff28b49018bf3e8f452bfd5386d1b68
| * | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-01-101-0/+0
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Fix test after fix for bug #63943 (Bad warning text from strpos() on empty needle) See commit c05ee74e7ff28b49018bf3e8f452bfd5386d1b68
| | * Fix test after fix for bug #63943 (Bad warning text from strpos() on empty ↵Remi Collet2013-01-101-0/+0
| | | | | | | | | | | | | | | | | | needle) See commit c05ee74e7ff28b49018bf3e8f452bfd5386d1b68
* | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-01-092-0/+6
|\ \ \ | |/ /
| * | Add mysqli support - constants and checking in mysqli_options() for theAndrey Hristov2013-01-092-0/+6
| | | | | | | | | | | | new constant for password expriration
* | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-01-090-0/+0
|\ \ \ | |/ / | | | | | | | | | Conflicts: ext/mysqlnd/mysqlnd_enum_n_def.h
| * | backport handling of expired passwords in mysqlnd to 5.4Andrey Hristov2013-01-092-2/+14
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-01-091-1/+1
|\ \ \ | |/ / | | | | | | | | | Conflicts: ext/mysqlnd/mysqlnd.c
| * | fix compilation error after mergeAndrey Hristov2013-01-091-1/+1
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-01-091-0/+2
|\ \ \ | |/ / | | | | | | | | | Conflicts: ext/mysqlnd/mysqlnd.c
| * | Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2013-01-091-0/+2
| |\ \ | | |/
| | * Use during connect the flags set with set_client_option()Andrey Hristov2013-01-091-0/+2
| | |
* | | support for password expiration in mysqlnd, through a flagAndrey Hristov2013-01-092-1/+10
| | |
* | | Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5Andrey Hristov2013-01-092-3/+4
|\ \ \
| * \ \ Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-01-092-3/+4
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-5.4: Fixed compilator bug that might cause jump depended on unitialized value
| | * | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-01-092-3/+4
| | |\ \ | | | |/ | | | | | | | | | | | | * PHP-5.3: Fixed compilator bug that might cause jump depended on unitialized value
| | | * Fixed compilator bug that might cause jump depended on unitialized valueDmitry Stogov2013-01-092-3/+4
| | | |
* | | | Add new constantsAndrey Hristov2013-01-091-1/+3
|/ / /
* | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-01-094-0/+43
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #63882 (zend_std_compare_objects crash on recursion) Conflicts: NEWS
| * | Fixed bug #63882 (zend_std_compare_objects crash on recursion)Dmitry Stogov2013-01-095-0/+44
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-092-1/+9
|\ \ \ | |/ /
| * | update NEWSXinchen Hui2013-01-091-0/+4
| | |
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-092-1/+9
| |\ \ | | |/
| | * Fixed bug #63943 (Bad warning text from strpos() on empty needle)Xinchen Hui2013-01-093-1/+13
| | |
| | * Update news with new bug fix.Derick Rethans2013-01-061-0/+4
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-01-080-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Add NEWS for the previously cherry picked commit. sapi/litespeed/lsapi_main.c: Fix bug #63228 Conflicts: sapi/litespeed/lsapi_main.c
| * | Add NEWS for the previously cherry picked commit.Adam Harvey2013-01-081-0/+3
| | |
| * | sapi/litespeed/lsapi_main.c: Fix bug #63228George Wang2013-01-081-1/+1
| | | | | | | | | | | | | | | Fix compiling error at line 606 (error: format not a string literal and no format arguments [-Werror=format-security]
| * | Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4Derick Rethans2013-01-061-0/+71
| |\ \
* | | | fix different values of mysqli_stmt_affected_rows between libmysqlAndrey Hristov2013-01-073-2/+7
| | | | | | | | | | | | | | | | and mysqlnd (in favor of libmysql) before execute and after prepare()
* | | | Merge branch 'PHP-5.4' into PHP-5.5Pierre Joye2013-01-071-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * PHP-5.4: - fix the fix for bug #50524
| * \ \ \ Merge branch 'PHP-5.3' into PHP-5.4Pierre Joye2013-01-071-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: - fix the fix for bug #50524
| | * | | | - fix the fix for bug #50524Pierre Joye2013-01-071-1/+2
| | | | | |
* | | | | | fix windows buildAnatoliy Belsky2013-01-061-1/+2
| | | | | |
* | | | | | Merge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5Derick Rethans2013-01-064-2/+131
|\ \ \ \ \ \
| * | | | | | News entry for bug #52126Lars Strojny2013-01-061-0/+1
| | | | | | |
| * | | | | | Add unit test for mail.log ini setting.Martin Jansen2013-01-061-0/+48
| | | | | | |
| * | | | | | Add a timestamp to the mail log.Martin Jansen2013-01-061-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is loosely based on the one in bug #52126 but instead of using a UNIX timestamp it uses the date format also being used by error_log et al.