dnl
-dnl $ Id: $
+dnl $Id$
dnl
PHP_ARG_ENABLE(unicode, whether to enable unicode functions,
-// $ Id: $
+// $Id$
// vim:ft=javascript
ARG_ENABLE('unicode' , 'ICU API extension', 'no');
if (PHP_UNICODE) {
- EXTENSION("unicode", "unicode.c");
+ EXTENSION("unicode", "unicode.c unicode_filter.c locale.c");
AC_DEFINE('HAVE_UNICODE', 1, 'ICU API extension');
}
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | PHP Version 6 |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
+----------------------------------------------------------------------+
*/
-/* $ Id: $ */
+/* $Id$ */
#include "php_unicode.h"
/*
+ +----------------------------------------------------------------------+
+ | PHP Version 6 |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
+----------------------------------------------------------------------+
*/
-/* $ Id: $ */
+/* $Id$ */
#ifndef PHP_UNICODE_H
#define PHP_UNICODE_H
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | PHP Version 6 |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
+----------------------------------------------------------------------+
*/
-/* $ Id: $ */
+/* $Id$ */
#include "php_unicode.h"
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | PHP Version 6 |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |