summaryrefslogtreecommitdiff
path: root/ext
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.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
| * | 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
| | |
* | | Add new constantsAndrey Hristov2013-01-091-1/+3
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-092-1/+9
|\ \ \ | |/ /
| * | 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-092-1/+9
| | |
* | | fix different values of mysqli_stmt_affected_rows between libmysqlAndrey Hristov2013-01-072-2/+3
| | | | | | | | | | | | 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-062-2/+59
|\ \ \ \ \
| * | | | | 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.
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5Derick Rethans2013-01-062-1/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Derick Rethans2013-01-062-1/+16
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV.Derick Rethans2013-01-062-1/+16
| | | | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Lars Strojny2013-01-061-4/+5
|\ \ \ \ \ | |/ / / /
| * | | | Coding style, ANSI C compatibilityLars Strojny2013-01-061-4/+5
| | | | |
* | | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Xinchen Hui2013-01-063-7/+86
|\ \ \ \ \
| * | | | | Bug #23955: allow specifiy max age for setcookie()Lars Strojny2013-01-063-7/+86
| | | | | |
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-0655-55/+55
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | bump yearXinchen Hui2013-01-0610-10/+10
| | | | |
| * | | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Xinchen Hui2013-01-063-11/+54
| |\ \ \ \
| | * | | | Adding test from 5.5Lars Strojny2013-01-061-0/+11
| | | | | |
| | * | | | Bug #63699: performance improvements for varios ext/date functionsLars Strojny2013-01-062-11/+43
| | | | | |
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-0645-45/+45
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | bump yearXinchen Hui2013-01-0645-45/+45
| | | | |
| | * | | Happy New Year~Xinchen Hui2013-01-01507-507/+507
| | | | |
| * | | | Happy New YearXinchen Hui2013-01-01514-570/+571
| | | | |
* | | | | Bug #63699 performance improvements for ext/date by only validating timezone ↵Lars Strojny2013-01-062-16/+43
| | | | | | | | | | | | | | | | | | | | when timezone is set