mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'datefmt_tz_cal_interop'
* datefmt_tz_cal_interop: Readded accidentally removed line Added IntlDateFormatter::formatObject(). Refactor Refactored internal_get_timestamp() Unified zval -> UDate conversions
This commit is contained in:
commit
99e48d3a57
19 changed files with 810 additions and 245 deletions
|
@ -24,6 +24,9 @@
|
|||
#include <unicode/timezone.h>
|
||||
#include <unicode/ustring.h>
|
||||
#include "intl_convertcpp.h"
|
||||
|
||||
#include "../common/common_date.h"
|
||||
|
||||
extern "C" {
|
||||
#include "../php_intl.h"
|
||||
#define USE_TIMEZONE_POINTER 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue