Re: [PHP] php 4.x + mysql 5

2008-02-08 Thread ahlist
On Feb 8, 2008 4:16 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: > ahlist wrote: > > Hi, > > > > > > I have a clean php 4.4.7 compile but it still shows the old mysql lib > > version. I can't find where it is picking that up at. Is it just built >

[PHP] php 4.x + mysql 5

2008-02-08 Thread ahlist
Hi, I have a client who requires php 4.x with mysql 5 (cannot use php 5 for this project). Can anyone confirm that it is possible to use this combination without setting mysql to use old-style passwords. I have a clean php 4.4.7 compile but it still shows the old mysql lib version. I can't find

[PHP] Re: converting extended chars to plain ascii

2007-07-19 Thread ahlist
On 7/19/07, ahlist <[EMAIL PROTECTED]> wrote: Hello, A libarary I'm using (the cybersource api if it helps any) is dying when I pass it "extended" chars - such as bjorn (two dots over the o - not sure of the actual name of this char -sorry). For some reason, the newest ve

[PHP] converting extended chars to plain ascii

2007-07-19 Thread ahlist
Hello, A libarary I'm using (the cybersource api if it helps any) is dying when I pass it "extended" chars - such as bjorn (two dots over the o - not sure of the actual name of this char -sorry). For some reason, the newest version of cybersourc's api aborts on this input. Can anyone recommend