summaryrefslogtreecommitdiff
path: root/ext/date/php_date.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into phpngXinchen Hui2014-07-181-0/+4
|\
| * Merge branch 'PHP-5.6'Lior Kaplan2014-07-171-0/+4
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-07-171-0/+4
| | |\
| | | * Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-07-171-0/+4
| | | |\
| | | | * Enable build without atoll (e.g old AIX flavours)Lior Kaplan2014-07-171-0/+4
* | | | | Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-091-1/+1
* | | | | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-10/+10
* | | | | Merge branch 'master' into phpngDmitry Stogov2014-06-051-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | restore correct behavior of DateTimeRemi Collet2014-06-051-1/+3
| |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-06-051-3/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-06-051-3/+3
| | |\ \ | | | |/
| | | * Fix regression introduce in fix for bug #67118Remi Collet2014-06-051-3/+3
* | | | Avoid in-place conversionDmitry Stogov2014-05-281-4/+4
* | | | Merge branch 'master' into phpngDmitry Stogov2014-05-261-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-05-211-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-05-211-1/+1
| | |\ \ | | | |/
| | | * Add microseconds to the serialised form of DateTime objects.Adam Harvey2014-05-211-1/+1
* | | | fix buildPierre Joye2014-05-151-1/+1
* | | | Merge branch 'master' into refactoring2Dmitry Stogov2014-05-051-1/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-04-251-1/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-251-1/+3
| | |\ \ | | | |/
| | | * Fixed bug #67118 DateTime constructor crash with invalid dataAnatol Belski2014-04-251-1/+3
* | | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-2/+2
* | | | Align zval_get_long/double with zval_get_stringNikita Popov2014-04-251-1/+1
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-81/+90
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-04-131-0/+4
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-131-0/+4
| | |\ \ | | | |/
| | | * Fix bug #66721Boro Sitnikovski2014-04-131-0/+4
| * | | Added DateTimeImmutable::createFromMutable.Derick Rethans2014-03-021-0/+33
| |/ /
| * | Fixed ZTS and added fix to NEWS.Derick Rethans2014-02-111-1/+1
| * | Implemented feature #45528: Allow the DateTimeZone constructor to accept time...Derick Rethans2014-02-091-72/+40
| * | Merge branch 'PHP-5.4' into PHP-5.5Derick Rethans2014-01-261-4/+11
| |\ \ | | |/
| | * Fixed bug #45543: DateTime::setTimezone can not set timezones without ID.Derick Rethans2014-01-261-4/+11
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Fixed compilation warningsDmitry Stogov2014-04-221-2/+2
* | | Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-15/+15
* | | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Dmitry Stogov2014-04-151-10/+1
|\ \ \
| * | | Add functions for extracting long/double/string from zvalNikita Popov2014-04-151-10/+1
* | | | Reduced memory realocationsDmitry Stogov2014-04-151-16/+9
|/ / /
* | | Cleanup (2-nd round)Dmitry Stogov2014-04-151-6/+4
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-14/+14
* | | Fix ZTS buildNikita Popov2014-04-091-10/+10
* | | Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-10/+4
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-1/+0
* | | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-3/+3
* | | Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-4/+4
* | | don't keep useless objects till the end of the script (destroy them immediately)Dmitry Stogov2014-03-211-0/+4
* | | Refactored GC (incomplete)Dmitry Stogov2014-03-191-0/+4
* | | Fixed memory leak while cloning (All tests passes now in ext/date)Xinchen Hui2014-03-161-16/+24