Re: [PECL-DEV] need a little help with intl
[email protected] (David Parrott)
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
thanks for getting back with me. I have to stay with 5.2 for now because we are using drupal with pecl and drupal doesn't support 5.3 yet... sigh. Maybe, i'll just manually define Z_DEL_REF as a band-aid until I can go to 5.3 Thanks a lot! Dave On 3/13/10 12:18 PM, Gustavo Lopes wrote: > 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. >