]> git.pld-linux.org Git - packages/php.git/commitdiff
- one more icu 69 fix
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 27 Aug 2021 23:03:11 +0000 (01:03 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 27 Aug 2021 23:03:11 +0000 (01:03 +0200)
icu69.patch

index 9b8bb978b3c9de061da01b2061ea7aa8a7eaee90..83c2b9cadfcdde77951df1687fdf85bb1c32a524 100644 (file)
  ZEND_EXTERN_MODULE_GLOBALS( intl )
  
  /* Sizes required for the strings "variant15" , "extlang11", "private12" etc. */
+--- php-5.4.45/ext/intl/dateformat/dateformat_format.c~        2015-09-01 22:09:37.000000000 +0200
++++ php-5.4.45/ext/intl/dateformat/dateformat_format.c 2021-08-28 01:01:45.592469182 +0200
+@@ -29,6 +29,11 @@
+ #include "dateformat_data.h"
+ #include "ext/date/php_date.h"
++#if !defined(FALSE)
++#define FALSE 0
++#define TRUE 1
++#endif
++
+ /* {{{ 
+  * Internal function which calls the udat_format
+ */
This page took 0.051878 seconds and 4 git commands to generate.