Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 32-bit warnings in timelib | Nikita Popov | 2019-06-11 | 1 | -2/+2 |
* | Cheaper checks for exceptions thrown from __toString() | Dmitry Stogov | 2019-06-06 | 1 | -16/+20 |
* | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -0/+12 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Craig Duncan | 2019-05-30 | 3 | -15/+90 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Craig Duncan | 2019-05-30 | 3 | -15/+90 |
| |\ | |||||
| | * | Add a test for bug #65672 | Craig Duncan | 2019-05-30 | 1 | -0/+44 |
| | * | Ensure the internal properties cannot be overwritten | Craig Duncan | 2019-05-30 | 2 | -15/+46 |
* | | | Specify get_property_ptr_ptr handler for DatePeriod | Nikita Popov | 2019-05-29 | 1 | -1/+10 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-05-29 | 2 | -0/+83 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-05-29 | 2 | -0/+83 |
| |\ \ | | |/ | |||||
| | * | Add tests for DatePeriod properties | Craig Duncan | 2019-05-29 | 2 | -0/+83 |
* | | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macros | Dmitry Stogov | 2019-05-28 | 1 | -9/+10 |
* | | | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 1 | -2/+0 |
* | | | Remove duplicate variables | Vinicius Dias | 2019-05-12 | 1 | -2/+1 |
* | | | Make DateInterval objects uncomparable | Nikita Popov | 2019-04-23 | 3 | -8/+49 |
* | | | Add test for date timestamp | Vitor Mattos | 2019-04-20 | 1 | -0/+25 |
* | | | Remove dead "props" member from date objects | Nikita Popov | 2019-04-18 | 1 | -3/+0 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Derick Rethans | 2019-04-17 | 2 | -0/+23 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Derick Rethans | 2019-04-17 | 2 | -0/+23 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #77909: DatePeriod::__construct() with invalid recurrence count value | Ignace Nyamagana Butera | 2019-04-17 | 2 | -0/+23 |
| * | | Updated to version 2019.1 (2019a) | Derick Rethans | 2019-04-01 | 1 | -599/+616 |
* | | | Remove HAVE_* for always available extensions | Gabriel Caruso | 2019-04-14 | 1 | -1/+0 |
* | | | Avoid time(NULL) call if explicit timestamp given | Nikita Popov | 2019-04-08 | 1 | -2/+10 |
* | | | Updated to version 2019.1 (2019a) | Derick Rethans | 2019-04-01 | 1 | -599/+616 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-03-18 | 1 | -10/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-03-18 | 1 | -2/+1 |
| |\ \ | | |/ | |||||
| | * | Fix unused variable warning | Nikita Popov | 2019-03-18 | 1 | -2/+1 |
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Derick Rethans | 2019-03-17 | 1 | -10/+10 |
| |\ \ | | |/ | |||||
| | * | Fixed 7.2 compat issue | Derick Rethans | 2019-03-17 | 1 | -10/+10 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Derick Rethans | 2019-03-17 | 3 | -0/+40 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Derick Rethans | 2019-03-17 | 3 | -0/+40 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75113: Added DatePeriod::getRecurrences() method. | Ignace Nyamagana Butera | 2019-03-17 | 3 | -0/+40 |
* | | | Remove HAVE_STRFTIME | Peter Kokot | 2019-03-14 | 4 | -14/+2 |
* | | | Use EXPECT when possible | Gabriel Caruso | 2019-03-11 | 2 | -2/+2 |
* | | | Remove more zpp error tests | Nikita Popov | 2019-03-05 | 5 | -115/+0 |
* | | | Remove tests for zpp failure conditions | Nikita Popov | 2019-03-05 | 44 | -1732/+0 |
* | | | Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERS | Peter Kokot | 2019-03-04 | 1 | -4/+4 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Derick Rethans | 2019-02-28 | 3 | -37/+24 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Derick Rethans | 2019-02-28 | 3 | -37/+24 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #50020 (DateInterval:createDateFromString() silently fails) | Derick Rethans | 2019-02-28 | 3 | -37/+24 |
* | | | Implement fine-grained conflict handling | Nikita Popov | 2019-02-20 | 1 | -0/+0 |
* | | | run-tests.php: experimental parallel testing support | Andrea Faulds | 2019-02-18 | 1 | -0/+0 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Peter Kokot | 2019-02-13 | 2 | -82/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Peter Kokot | 2019-02-13 | 2 | -82/+8 |
| |\ \ | | |/ | |||||
| | * | Refactor timelib.m4 | Peter Kokot | 2019-02-13 | 2 | -85/+8 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-02-12 | 1 | -8/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-02-12 | 1 | -8/+1 |
| |\ \ | | |/ | |||||
| | * | Remove "defensive copy" of DatePeriod properties | Nikita Popov | 2019-02-12 | 1 | -8/+1 |
* | | | Tests for __set_state magic method | MarkBaker | 2019-02-09 | 4 | -0/+148 |
* | | | Add test for date_time_immutable invalid arguments | Mark Niebergall | 2019-02-09 | 1 | -0/+10 |