php-src/ext/intl
Stanislav Malyshev dad0e9d1a3 Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: (22 commits)
  Fix bug #72293 - Heap overflow in mysqlnd related to BIT fields
  I don't think 8cceb012a7 is needed
  Fix test
  Add check in fgetcsv in case sizeof(unit) != sizeof(size_t)
  Fix bug #73065: Out-Of-Bounds Read in php_wddx_push_element of wddx.c
  Fix bug #73035 (Out of bound when verify signature of tar phar in phar_parse_tarfile)
  Fix bug #73052 - Memory Corruption in During Deserialized-object Destruction
  Fix bug #73029 - Missing type check when unserializing SplArray
  Fix bug #72860: wddx_deserialize use-after-free
  Fix bug #73007: add locale length check
  Fix bug #72928 - Out of bound when verify signature of zip phar in phar_parse_zipfile
  sync NEWS
  Revert "Merge branch 'PHP-5.6' into PHP-7.0"
  Merge branch 'PHP-5.6' into PHP-7.0
  Merge branch 'PHP-5.6' into PHP-7.0
  Revert "Revert "Merge branch 'PHP-5.6' into PHP-7.0""
  fix version
  sync NEWS
  Fix bug #72957
  set versions
  ...
2016-09-12 21:10:34 -07:00
..
breakiterator Remove useless dtor handlers in intl 2016-07-16 23:16:43 +02:00
calendar fix compiler warning 2016-07-26 07:53:24 +02:00
collator Remove useless dtor handlers in intl 2016-07-16 23:16:43 +02:00
common Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h. 2015-08-13 13:56:29 +03:00
converter Fixed compilation warnings 2016-06-22 00:40:50 +03:00
dateformat fix error text 2016-07-05 15:58:55 +02:00
doc Remove datefmt_set_timezone_id and OO variant 2015-04-01 12:34:28 +02:00
formatter Remove useless dtor handlers in intl 2016-07-16 23:16:43 +02:00
grapheme Merge branch 'PHP-7.0' into PHP-7.1 2016-08-20 03:11:05 +02:00
idn Merge branch 'PHP-5.6' into PHP-7.0 2016-07-12 14:52:23 +02:00
locale fix broken proto doc 2016-07-26 16:29:24 +02:00
msgformat Merge branch 'PHP-7.0' into PHP-7.1 2016-09-12 21:10:34 -07:00
normalizer Switch failure to register class back to E_ERROR 2016-06-30 12:01:44 -05:00
resourcebundle Cleanup: zend_object_std_dtor() is called through free_obj handler 2015-09-23 00:12:31 +03:00
spoofchecker Remove useless dtor handlers in intl 2016-07-16 23:16:43 +02:00
tests sync tests 2016-08-31 12:26:51 +02:00
timezone Update IntlTimeZone methods for ICU 52 2016-04-18 23:01:25 +00:00
transliterator Remove useless dtor handlers in intl 2016-07-16 23:16:43 +02:00
uchar Merge branch 'PHP-7.0' into PHP-7.1 2016-08-29 18:57:50 +02:00
config.m4 Add IntlChar class to intl extension 2015-01-16 14:37:44 -08:00
config.w32 Add IntlChar class to intl extension 2015-01-16 14:37:44 -08:00
CREDITS
ERROR.CONVENTIONS Remove TSRMLS_* from docs as it's not used anymore 2016-02-17 22:36:01 -08:00
intl_common.h fix extern "C" 2015-04-01 13:18:52 +02:00
intl_convert.c Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_convert.h Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_convertcpp.cpp Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_convertcpp.h change the inclusion order which fixes the vc build 2015-07-01 15:21:34 +02:00
intl_cppshims.h
intl_data.h Added function to check error and return null if error is set. 2016-04-08 12:31:19 +02:00
intl_error.c Switch position of ce in exception ce variable names 2015-07-03 09:45:03 -05:00
intl_error.h Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
php_intl.c remove unused declarations 2016-06-23 15:02:43 +02:00
php_intl.h Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
TODO