Re: [PECL-DEV] need a little help with intl
[email protected] (Jani Taskinen)
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
You need to reinstall it and make sure you really do it using PHP 5.2.13 (or 5.2.10 if you really insist :) tools. It does work out of box as long as it's installed properly. --Jani 13.3.2010 21:21, David Parrott wrote: > Hi Jani, > > i used 'pecl install intl' to install. I had php 5.3 installed, but i > had the sys admin roll back to 5.2.10 because drupal wouldn't work with > 5.3 without a lot of changes. > > I am surprised that intl isn't working with 5.2.10 myself "out of the > box". If anyone can think of anything for me to check, I'd be more than > happy to share my configurations and such. > > thanks, > dave > > > On 3/13/10 1:37 PM, Jani Taskinen wrote: >> How exactly did you install intl ext? Did you do 'pecl install intl' >> or build it somehow separately? Do you have 5.3 installed somewhere in >> there? >> >> I'm quite sure it works with 5.2.13 (and it worked with 5.2.10) as >> I've been using it quite long time there. :) >> >> --Jani >> >> >> 13.3.2010 19:25, David Parrott wrote: >>> 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. >>>> >>> >>> >> >> > >