Re: [PHP] DOM or DOM XML ?

2005-01-09 Thread Yann Larrivée
Hello If you don't wish to have XML support please use. --disable-simplexml --disable-libxml --disable-xml By Default, libxml is needed to compile PHP5. It tries to load DOM. DOMXML is history :) Hop this helps. Yann On January 9, 2005 13:35, Chris wrote: > I'm currently compiling (at the .

Re: [PHP] RE: **[SPAM]** Re: [PHP] PHP Supremacy...

2004-11-19 Thread Yann Larrivée
You might be interested into the PHP White Paper that PHP Quebec has made. It has example of canadian companies that are using PHP with sucess for mission critical projects. In these compagnies you will find Air Canada, The Canadian Spacial Agency, Labat, Molson ... Your boss will also be able

Re: [PHP] Good xml to array class?

2004-09-22 Thread Yann Larrivée
Go with SimleXML it's a PHP extention. Yann On September 22, 2004 23:03, Brent Clements wrote: > I've done searching on google for "xml parsers" and xml to array using php > and honestly there are S many. Most of the classes I've taken a look at > either aren't finished, or require dom to wor

[PHP] Secure SOAP connections

2004-09-22 Thread Yann Larrivée
Hi, The subject says it all. I want to secure soap connection to my framework. How would you guys do it ? I tought of passing everything on a different port with a SSL connection + an key (sort of a PHP SESSION) that is given after a correct authentification (user, password) and expire after

Re: [PHP] gettext does not translate

2004-09-11 Thread Yann Larrivée
Did you restart apache after creating your mo file ? Look at the first comment on http://ca3.php.net/gettext You might be facing this issue. Yann On September 11, 2004 10:08, Christian David wrote: > Hello! > > I wrote this skript, but gettext returns only the english string. > > I could not f