summaryrefslogtreecommitdiff
path: root/ext/intl/locale
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-0/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: fix #72519, possible OOB using imagegif fix #72512, invalid read or write for palette image when invalid transparent index is used Apparently some envs miss SIZE_MAX Fix tests Fix bug #72618: NULL Pointer Dereference in exif_process_user_comment Partial fix for bug #72613 - do not treat negative returns from bz2 as size_t Fix bug #72606: heap-buffer-overflow (write) simplestring_addn simplestring.c Fix for bug #72558, Integer overflow error within _gdContributionsAlloc() Fix bug #72603: Out of bound read in exif_process_IFD_in_MAKERNOTE Fix bug #72562 - destroy var_hash properly Fix bug #72533 (locale_accept_from_http out-of-bounds access) Fix fir bug #72520 Fix for bug #72513 Fix for bug #72513 CS fix and comments with bug ID Fix for HTTP_PROXY issue. 5.6.24RC1 add tests for bug #72512 Fixed bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access Fixed bug #72479 - same as #72434 Conflicts: Zend/zend_virtual_cwd.c ext/bz2/bz2.c ext/exif/exif.c ext/session/session.c ext/snmp/snmp.c ext/standard/basic_functions.c main/SAPI.c main/php_variables.c
| * Fix bug #72533 (locale_accept_from_http out-of-bounds access)Stanislav Malyshev2016-07-121-0/+18
| |
* | Merge branch 'PHP-5.5' into PHP-7.0.7Stanislav Malyshev2016-05-241-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix memory leak in imagescale() Update NEWS Better fix for bug #72135 Fixed bug #72227: imagescale out-of-bounds read Fix bug #72241: get_icu_value_internal out-of-bounds read Fix bug #72135 - don't create strings with lengths outside int range Add check for string overflow to all string add operations Fix bug #72114 - int/size_t confusion in fread Updated NEWS Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream() Conflicts: Zend/zend_operators.c ext/intl/locale/locale_methods.c ext/phar/dirstream.c ext/phar/tests/bug71331.phpt ext/standard/file.c ext/standard/html.c
| * Fix bug #72241: get_icu_value_internal out-of-bounds readStanislav Malyshev2016-05-221-117/+118
| |
| * Remove extraneous strlen() callRasmus Lerdorf2015-03-211-2/+0
| |
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-241-4/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: 5.4.30 Better fix for bug #67072 with more BC provisions Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability update CVE Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayName (libicu 4.8.1)) Fix bug #67349: Locale::parseLocale Double Free add CVEs Fix potential segfault in dns_get_record() Fix bug #66127 (Segmentation fault with ArrayObject unset) 5.4.30 rc1 Conflicts: ext/intl/locale/locale_methods.c
| | * Fix bug #67397 (Buffer overflow in ↵Stanislav Malyshev2014-06-211-1/+9
| | | | | | | | | | | | locale_get_display_name->uloc_getDisplayName (libicu 4.8.1))
| | * Fix bug #67349: Locale::parseLocale Double FreeStanislav Malyshev2014-06-211-4/+3
| | |
| | * Fix coverity issue with -1 returned by findOffset not being handled by ↵Stanislav Malyshev2013-10-201-0/+3
| | | | | | | | | | | | getPreferredTag
| * | fix const warnings in intl methodsStanislav Malyshev2013-10-201-23/+23
| | |
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-10-201-0/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag 5.4.21 release date
| | * | Fix coverity issue with -1 returned by findOffset not being handled by ↵Stanislav Malyshev2013-10-201-0/+3
| | |/ | | | | | | | | | getPreferredTag
* | | Fixed bug #66289 Locale::lookup incorrectly returns en or en_US if locale is ↵Anatol Belski2016-04-091-1/+5
| | | | | | | | | | | | empty
* | | 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
| | |