Re: [PECL-DEV] need a little help with intl
[email protected] ("Gustavo Lopes")
| Newsgroups | php.pecl.dev |
|---|---|
| Organization | Núcleo de Eng. Biomédi ca do IST |
| Message-ID | <op.u9inokegidpuyk@cataphract> |
On Sat, 13 Mar 2010 16:58:37 -0000, David Parrott <[email protected]> wrote: > Hello, > I am having some difficulties getting the intl extension working on > Centos with php 5.2.10. I've installed it and installed icu and get > this error message when php runs: > > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/lib/php/modules/ > intl.so' - /usr/lib/php/modules/intl.so: undefined symbol: Z_DELREF_P in > Unknown > on line 0 > > Can someone tell me what dependency I am missing? I've been struggling > with this for a few hours, and I'd be very thankful for any help. > I think that macro was introduced in PHP 5.3. If you don't care about PHP 5.3 compatibility, you can decrement the refcount field directly. zval_ptr_dtor MAY also be apropriate. -- Gustavo Lopes