summaryrefslogtreecommitdiff
path: root/ext/date/php_date.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pull-request/878'Stanislav Malyshev2014-11-301-0/+78
|\
| * #68268: DatePeriod: Getter for start date, end date and intervalm.bennewitz2014-10-201-0/+78
* | Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-301-0/+1
|\ \
| * \ Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-301-0/+1
| |\ \
| | * | Fixes memory leak introduced in 2b9af967Florian MARGAINE2014-11-231-0/+1
| * | | Merge branch 'PHP-5.5' into PHP-5.6Derick Rethans2014-10-041-4/+4
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Derick Rethans2014-10-041-4/+4
| | |\ \
| | | * | DateTimeZone::getOffset() now accepts a DateTimeInterfaceFlorian MARGAINE2014-10-041-4/+4
| | * | | Some changes were lost in the merge commit of #66091Tjerk Meesters2014-08-131-4/+14
| | * | | Fixed #66091Tjerk Meesters2014-08-131-12/+18
* | | | | fix datatype mismatchesAnatol Belski2014-10-301-5/+5
| |_|_|/ |/| | |
* | | | DateTimeZone::getOffset() now accepts a DateTimeInterfaceFlorian MARGAINE2014-10-041-6/+6
* | | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | | avoid strlen usage in loopAnatol Belski2014-09-201-4/+4
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-2/+2
* | | | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-5/+5
* | | | fix signatureAnatol Belski2014-08-271-1/+1
* | | | 's' works with size_t round 2Anatol Belski2014-08-271-17/+17
* | | | revert an accidentAnatol Belski2014-08-271-1/+1
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-10/+11
* | | | fixed several long vs zend_long castsAnatol Belski2014-08-261-1/+1
* | | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | | | master renames phase 3Anatol Belski2014-08-251-5/+5
* | | | master renames phase 1Anatol Belski2014-08-251-157/+157
* | | | bring back the logic to parse 64 bit props also in 32 bit buildAnatol Belski2014-08-241-1/+19
* | | | fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* | | | fixes to dateAnatol Belski2014-08-181-86/+68
* | | | rename zval_get_long and fixes to some string functionsAnatol Belski2014-08-181-2/+2
* | | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-86/+86
* | | | Merge branch 'master' into phpngDmitry Stogov2014-08-141-16/+24
|\ \ \ \
| * \ \ \ Merge branch 'PHP-5.6'Tjerk Meesters2014-08-131-16/+24
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-08-131-16/+24
| | |\ \ \
| | | * \ \ Merge branch 'PHP-5.4' into PHP-5.5Tjerk Meesters2014-08-131-16/+32
| | | |\ \ \ | | | | |/ / | | | |/| / | | | | |/
| | | | * Fixed #66091Tjerk Meesters2014-08-131-11/+17
* | | | | cleanupXinchen Hui2014-08-141-6/+4
* | | | | cleanupDmitry Stogov2014-08-131-6/+3
* | | | | 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