Re: [PHP-DEV] iconv configure problem

2002-03-19 Thread Jon Parise
On Tue, Mar 19, 2002 at 01:30:22PM +0200, Jani Taskinen wrote: >Does this attached patch fix it? >(nice to have the checks in one place :) Yes, everything is now working fine. Please go ahead and commit the changes, and thanks for you quick reply. > >The latest iconv detection code doe

Re: [PHP-DEV] iconv configure problem

2002-03-19 Thread Jani Taskinen
Does this attached patch fix it? (nice to have the checks in one place :) --Jani On Mon, 18 Mar 2002, Jon Parise wrote: >The latest iconv detection code doesn't appear to account for the >case where iconv_open() is defined in libiconv. It only checks >for iconv_open() in lib

[PHP-DEV] iconv configure problem

2002-03-18 Thread Jon Parise
The latest iconv detection code doesn't appear to account for the case where iconv_open() is defined in libiconv. It only checks for iconv_open() in libc and libiconv_open() in libiconv. This breaks the build under FreeBSD unless the GNU libiconv port is installed. -- Jon Parise ([EMAIL PROTEC

Re: [PHP-DEV] ICONV patch for bug 14423

2002-03-03 Thread Dan Kalowsky
Um yeah, this is the patch I ment to send initially :) If no comments/concerns are heard within 24 hours, you'll find this patch in the cvs. On Sun, 3 Mar 2002, Derick Rethans wrote: > Hello, > > attached is a fixed diff, it works on Linux now (RH 7.1). > > Derick > > On Sun, 3 Mar 2002, Dan Ka

Re: [PHP-DEV] ICONV patch for bug 14423

2002-03-03 Thread Derick Rethans
Hello, attached is a fixed diff, it works on Linux now (RH 7.1). Derick On Sun, 3 Mar 2002, Dan Kalowsky wrote: > I need a review bug #14423 (http://bugs.php.net/bug.php?id=14423&edit=1) > > I think I've figured out what is wrong, but unfortunately I cannot do a > buildconf on the machine I'm

[PHP-DEV] ICONV patch for bug 14423

2002-03-02 Thread Dan Kalowsky
I need a review bug #14423 (http://bugs.php.net/bug.php?id=14423&edit=1) I think I've figured out what is wrong, but unfortunately I cannot do a buildconf on the machine I'm on currently (libtool is limited to 1.3, not 1.4). So if someone can try this patch out and comment on any corrections for

[PHP-DEV] iconv related failure

2001-07-18 Thread Cynic
Hi there, seems like I've just tracked the iconv failure to a dbeu's commit. I'm not sure if ./configure should be looking for libiconv_open at all: looks like the function is actually called iconv_open. Now, I know nothing about the buildconf|autoconf|etc stuff, but it looks like it was trigg

[PHP-DEV] iconv

2001-06-25 Thread Marecandja
Hello, I've been suggested that I use iconv() instead of trying to compile recode on Windows platform. I'm using PHP v4.0.6 and I receive this error Fatal error: Call to undefined function: iconv() in D:\Program Files\Apache Group\Apache\htdocs/test.php on line 2 test.php file: Any help? Th

Re: [PHP-DEV] iconv patch...

2001-03-09 Thread Rui Hirokawa
On 09 Mar 2001 18:31:07 +0100 Ondrej Sury <[EMAIL PROTECTED]> wrote: > > I think that UTF-8 is better choice as default encoding ;-) And because I > couldn't compile this module, I have added php_iconv_init_globals and put > it in ZEND_INIT_MODULE_GLOBALS. (I have inspired by mysql module, so

[PHP-DEV] iconv patch...

2001-03-09 Thread Ondrej Sury
I think that UTF-8 is better choice as default encoding ;-) And because I couldn't compile this module, I have added php_iconv_init_globals and put it in ZEND_INIT_MODULE_GLOBALS. (I have inspired by mysql module, so this shouldn't be neccessary correct.) ondrej@druid:~/Projects/php/php-4.0.5/e

Re: [PHP-DEV] iconv module for PHP4

2001-02-12 Thread Sebastian Bergmann
Ondrej Sury wrote: > I have coded iconv support for php4. An iconv() implementation is already in PHP 4's CVS, have a look at http://lxr.php.net/search?string=iconv /Sebastian -- sebastian bergmann e-mail : [EMAIL PROTECTED] homepage :

[PHP-DEV] iconv module for PHP4

2001-02-12 Thread Ondrej Sury
Hello, I have coded iconv support for php4. Here is first version. It is my first attempt to create module, so it could be quite messy, but it works ;-) Is there possibility to add this into main source code of PHP? Could you suggest what can be done better? (I am planning to cache iconv des