summaryrefslogtreecommitdiff
path: root/ext/intl/locale
Commit message (Collapse)AuthorAgeFilesLines
* Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more ↵Dmitry Stogov2015-09-241-3/+3
| | | | appropriate Z_ARRVAL_P() or Z_OBJPROP_P().
* Cleanup: avoid reallocationsDmitry Stogov2015-09-241-54/+60
|
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-36/+29
|
* Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-1/+1
| | | | semantick changes).
* Remove extraneous strlen() callRasmus Lerdorf2015-03-211-2/+0
|
* Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-102-117/+117
|
* cleanup intl typesStanislav Malyshev2014-12-291-2/+2
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-134-80/+80
|
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
| | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-196-6/+6
|
* fixed reference countingDmitry Stogov2014-09-021-0/+3
|
* Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-8/+7
|
* 's' works with size_t round 3Anatol Belski2014-08-271-5/+5
|
* first show to make 's' work with size_tAnatol Belski2014-08-271-7/+7
|
* master renames phase 1Anatol Belski2014-08-252-9/+9
|
* basic macro replacements, all at onceAnatol Belski2014-08-192-7/+7
|
* Merge branch 'master' into testDmitry Stogov2014-07-011-4/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (67 commits) remove the NEWS entry for the reverted fpm fix remove the NEWS entry for the reverted fpm fix remove the NEWS entry for the reverted fpm fix Revert "Fix Bug #67530 error_log=syslog ignored" --enable-fpm for the travis build fix the last fpm NEWS entry, the other bug is related, but not the same what we fixed here NEWS NEWS Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0 adding NEWS entry for the fix for bug #65641 Updated NEWS file for recent phpdbg fixes Fixed issue krakjoe/phpdbg#94 - List behavior is inconsistent Fix issue krakjoe/phpdbg#97 - list now appends a newline if there is none The prompt should always ensure it is on a newline Fixed test Inform about back command existence in help - Fixes krakjoe/phpdbg#100 No way to list the current stack/frames Fix issue krakjoe/phpdbg#98 break if does not seem to work Fix issue krakjoe/phpdbg#99 register function has the same behavior as run Fix readline/libedit (Thanks to @remicollet) Replace incorrect `E` command with `ev` in watch help Fix typo in `finish` help ... Conflicts: Zend/zend_ast.c Zend/zend_highlight.c Zend/zend_indent.c ext/spl/spl_array.c ext/spl/spl_observer.c ext/standard/info.c
| * Fix bug #67397 (Buffer overflow in ↵Stanislav Malyshev2014-06-241-0/+8
| | | | | | | | locale_get_display_name->uloc_getDisplayName (libicu 4.8.1))
| * Fix bug #67349: Locale::parseLocale Double FreeStanislav Malyshev2014-06-241-4/+3
| |
* | Fixed segfault while starting upXinchen Hui2014-06-281-1/+1
| |
* | Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-46/+46
| |
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-7/+9
|/
* fix const warnings in intl methodsStanislav Malyshev2013-10-201-23/+23
|
* Fix coverity issue with -1 returned by findOffset not being handled by ↵Stanislav Malyshev2013-10-201-0/+3
| | | | getPreferredTag
* Merge branch '5.4'Gustavo André dos Santos Lopes2012-07-306-0/+0
|\ | | | | | | | | | | | | | | * 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
| * Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-07-306-0/+0
| |\ | | | | | | | | | | | | | | | * 5.3: Limit test to ICU 49 Remove executable bit from files
| | * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-306-0/+0
| | |
* | | Do not fetch default locale once on minit or rinitGustavo Lopes2012-07-231-8/+8
| | | | | | | | | | | | | | | The default locale is now requested to ICU when it's needed by using intl_get_default_locale().
* | | Fix undeclared intl_locale_get_default()Gustavo André dos Santos Lopes2012-06-252-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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().
* | | Merge branch '5.4'Gustavo André dos Santos Lopes2012-05-231-3/+4
|\ \ \ | |/ /
| * | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-05-231-3/+4
| |\ \ | | |/ | | | | | | | | | Conflicts: sapi/fpm/fpm/fpm_main.c
| | * Fixed bug #62082Gustavo André dos Santos Lopes2012-05-231-3/+4
| | | | | | | | | | | | | | | This was a buffer overflow in internal function get_icu_disp_value_src_php().
| | * - Fixed memory leak in several Intl locale functionsFelipe Pena2011-11-221-5/+15
| | |
| | * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
| | |
| | * - Fixed compiler warningsFelipe Pena2011-01-121-4/+5
| | |
| * | - Fixed memory leak in several Intl locale functionsFelipe Pena2011-11-221-5/+15
| | |
| * | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
| | |
* | | Initial checkin of calendar/timezone code.Gustavo André dos Santos Lopes2012-04-012-4/+11
| | |
* | | - Fixed memory leak in several Intl locale functionsFelipe Pena2011-11-221-5/+15
| | |
* | | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
|/ /
* | - Fixed compiler warningsFelipe Pena2011-01-121-4/+5
| |
* | Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-1/+1
|/ | | | | to be replaced by `zend_function_entry`.
* cleanup some code, improve error handlingStanislav Malyshev2009-12-231-5/+5
|
* bugfixStanislav Malyshev2009-07-021-1/+1
|
* cleanup Locale::lookupStanislav Malyshev2009-07-021-172/+100
|
* typoStanislav Malyshev2009-07-011-2/+2
|
* fix protoStanislav Malyshev2009-07-011-2/+2
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-5/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+5
|