Stanislav Malyshev
06954d1bc1
fix const warnings in intl methods
2013-10-20 23:04:38 -07:00
Stanislav Malyshev
444612cdc4
Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
2013-10-20 23:04:38 -07:00
Stanislav Malyshev
297324146e
Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
2013-10-20 23:04:16 -07:00
Stanislav Malyshev
ef9069b4ef
fix const warnings in intl methods
2013-10-20 22:32:20 -07:00
Stanislav Malyshev
42cb9ac7a6
Merge branch 'PHP-5.4' into PHP-5.5
...
* PHP-5.4:
Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
5.4.21 release date
2013-10-20 22:05:48 -07:00
Stanislav Malyshev
dab1d76e9d
Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
2013-10-20 22:04:21 -07:00
Gustavo André dos Santos Lopes
06e06f026d
Merge branch '5.4'
...
* 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
2012-07-30 11:04:48 +02:00
Gustavo André dos Santos Lopes
9762609cec
Remove executable bit from files
2012-07-30 10:25:17 +02:00
Gustavo Lopes
c052b9c99a
Do not fetch default locale once on minit or rinit
...
The default locale is now requested to ICU when it's needed by using
intl_get_default_locale().
2012-07-23 16:38:27 +02:00
Gustavo André dos Santos Lopes
9c5074a484
Fix undeclared intl_locale_get_default()
...
This was causing segfaults at least in the resourcebundle
constructor.
Also moved intl_locale_get_default() to a more central location
and fixed a constness warning in resourcebundle_ctor().
2012-06-25 10:59:58 +02:00
Gustavo André dos Santos Lopes
2eb069aa48
Merge branch '5.4'
2012-05-23 13:27:54 +02:00
Gustavo André dos Santos Lopes
86ea921291
Fixed bug #62082
...
This was a buffer overflow in internal function
get_icu_disp_value_src_php().
2012-05-23 13:25:42 +02:00
Gustavo André dos Santos Lopes
5e65205a8f
Initial checkin of calendar/timezone code.
2012-04-01 23:28:00 +01:00
Felipe Pena
735dc01811
- Fixed memory leak in several Intl locale functions
2011-11-22 12:29:15 +00:00
Felipe Pena
f6fb9fc2b2
- Fixed memory leak in several Intl locale functions
2011-11-22 12:29:15 +00:00
Felipe Pena
92d82619d7
- Fixed compiler warnings
2011-01-12 00:29:59 +00:00
Felipe Pena
189b042a01
- Fixed compiler warnings
2011-01-12 00:29:59 +00:00
Stanislav Malyshev
882a89fb22
cleanup some code, improve error handling
2009-12-23 21:41:05 +00:00
Stanislav Malyshev
9937006ac5
bugfix
2009-07-02 22:36:16 +00:00
Stanislav Malyshev
b755935771
cleanup Locale::lookup
2009-07-02 00:43:26 +00:00
Stanislav Malyshev
838d359641
typo
2009-07-01 20:31:26 +00:00
Stanislav Malyshev
09c10856f6
fix proto
2009-07-01 20:17:31 +00:00
Jani Taskinen
c2c76d2d78
- What a mess..
2008-08-03 11:33:45 +00:00
Felipe Pena
b2e0077261
- MFH: Fixed memory leak.
...
# Test: locale_filter_matches(str_repeat('a', 520), str_repeat('a', 520), 1);
2008-07-30 19:34:23 +00:00
Felipe Pena
fcd87bc3a1
- Fixed crash when NULL is passed to locale_accept_from_http()
2008-07-30 16:43:11 +00:00
Rob Richards
aa81dabddc
MFH: fix zts build
2008-07-25 12:41:57 +00:00
Stanislav Malyshev
0a7c0b37e3
add compose syntax as per request #14266
2008-07-23 19:44:51 +00:00
Stanislav Malyshev
775502f7e9
add acceptFromHttp
2008-07-23 01:15:33 +00:00
Stanislav Malyshev
0d16b1516b
Merge intl extension into core
2008-07-07 22:51:04 +00:00