| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Timezone offsets can be negative
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
* PHP-5.4:
Fixed defective cloning in ext/intl classes
NEWS for commit 72c807a
Allow Spoofchecker to be registered on ICU 49.1
Announce on NEWS change in 1ce572c
|
| |
| |
| |
| | |
See also bug #62915
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| | |
* 5.4:
Fix SPOOFCHECKER_METHOD_FETCH_OBJECT definition
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
- Fixed ZTS build
|
| | |
|
| |
| |
| |
| |
| | |
Master specific changes. Not having this in the merge commit helps
porting to pecl/intl
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* PHP-5.4:
Fix handling of several uinitialized intl objects
Fix handling of several uinitialized intl objects
- Fix NEWS
- BFN
Conflicts:
ext/intl/dateformat/dateformat.c
|
| |
| |
| |
| |
| | |
PHP 5.4 specific changes. Not having this in the merge commit helps
porting to pecl/intl
|
| |\
| | |
| | |
| | |
| | | |
* PHP-5.3:
Fix handling of several uinitialized intl objects
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
There are 7 files duplicated, so those files was deleted
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.4:
More intl tests extracted from symfony
Update version numbers to 5.4.7-dev.
Conflicts:
configure.in
main/php_version.h
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.3:
More intl tests extracted from symfony
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too.
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.3:
Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too.
|
| | |
| | |
| | |
| | | |
crash with ICU at least 4.6, but probably with earlier versions too.
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* 5.4:
Fix test title and limit it to ICU >= 4.8
Remove executable bit from files
Limit test to ICU 49
Remove executable bit from files
|
| | | |
|
| | | |
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
* 5.3:
Limit test to ICU 49
Remove executable bit from files
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
The output in ICU < 49 actually seems wrong here; ICU 49 seems to
fix the data.
|
| | |
| | |
| | |
| | |
| | | |
Added an environment variable and removed the ini setting
intl.explicit_cleanup for calling u_cleanup()
|
| | | |
|
| | |
| | |
| | |
| | | |
The leak occurred in case of error.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
The default locale is now requested to ICU when it's needed by using
intl_get_default_locale().
|
| | |
| | |
| | |
| | |
| | | |
This is to help with looking for leaks. If set to true, this ini
setting forces a call to u_cleanup() on module shutdown.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* datefmt_tz_cal_interop:
Readded accidentally removed line
Added IntlDateFormatter::formatObject(). Refactor
Refactored internal_get_timestamp()
Unified zval -> UDate conversions
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
To better support IntlCalendar, added this function:
string IntlDateFormatter::formatObject(IntlCalendar|DateTime $obj [,
array|int|string $format = null [, string $locale = null).
$format is either of the constants IntlDateFormatter::FULL, etc., in
which case this format applies to both the date and the time, an array
in the form array($dateFormat, $timeFormat), or a string with the
SimpleDateFormat pattern.
This uses both the Calendar type and the timezone of the passed object
to configure the formatter (a GregorianCalendar is forced for
DateTime).
Some stuff was moved around and slighlt modified to allow for more code
reuse.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added bounds checking for 32-bit ints.
Do not fetch array elements that ::parse() generates but that
::format() does not actually care about.y
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Now IntlDateFormatter::format() also accepts IntlCalendar objects.
Code is shared in MessageFormatter and IntlDateFormatter.
|
|\ \ \ \
| | |/ /
| |/| | |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-5.4:
- Fixed bug #62564 (Extending MessageFormatter and adding property causes crash)
|