ported ext/intl, bugfixes to go

This commit is contained in:
Anatol Belski 2014-08-19 22:57:17 +02:00
parent 729bce4321
commit 063079b62e
36 changed files with 189 additions and 187 deletions

View file

@ -18,9 +18,11 @@
#include <unicode/uchriter.h>
#include <typeinfo>
#include "php.h"
//copied from cmemory.h, which is not public
typedef union {
long t1;
php_int_t t1;
double t2;
void *t3;
} UAlignedMemory;