[packages/php/PHP_5_4] - one more icu 69 fix

baggins baggins at pld-linux.org
Sat Aug 28 01:03:33 CEST 2021


commit 8d5186a344eedbc38443c17b8c764ebd9b6ded63
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Aug 28 01:03:11 2021 +0200

    - one more icu 69 fix

 icu69.patch | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
---
diff --git a/icu69.patch b/icu69.patch
index 9b8bb97..83c2b9c 100644
--- a/icu69.patch
+++ b/icu69.patch
@@ -124,3 +124,17 @@
  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
+ */
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/8d5186a344eedbc38443c17b8c764ebd9b6ded63



More information about the pld-cvs-commit mailing list