mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ported ext/intl, bugfixes to go
This commit is contained in:
parent
729bce4321
commit
063079b62e
36 changed files with 189 additions and 187 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue