Re: [PHP] simplexml problem

2007-12-31 Thread Nathan Nobbe
On Dec 31, 2007 10:09 AM, Dani Castaños <[EMAIL PROTECTED]> wrote: > Thanks! Problem fixed... But I think PHP must do the cast automatically. > I think it's a bug fixed in a further version than mine as I've read > no problem; but just fyi, its not a bug; the behavior is as expected per the manua

Re: [PHP] simplexml problem

2007-12-31 Thread Dani Castaños
Nathan Nobbe escribió: On Dec 31, 2007 7:11 AM, Dani Castaños <[EMAIL PROTECTED] > wrote: Hi all! I'm using simplexml to load an xml into an object. The XML is this: 3 agenda cticket_agenda_server 1 1 addUsersToGroup

Re: [PHP] simplexml problem

2007-12-31 Thread Nathan Nobbe
On Dec 31, 2007 7:11 AM, Dani Castaños <[EMAIL PROTECTED]> wrote: > Hi all! > > I'm using simplexml to load an xml into an object. > The XML is this: > > > 3 > agenda > cticket_agenda_server > 1 > 1 > addUsersToGroup > > > When I do this: > > $file = simplexml_load_file( 'file.xml' ); > $

Re: [PHP] SIMPLExml problem....

2005-06-20 Thread Jochem Maas
Cruonit wrote: I just copy/paste the error from other code, but i talked to the admin and he said I might suggest that reading the error (and maybe reseaching the meaning - if you don't understand what it means) ... read this: http://www.php.net/manual/en/ini.core.php now assuming your simpl

Re: [PHP] SIMPLExml problem....

2005-06-20 Thread Jochem Maas
Cruonit wrote: I tryed this simple PHP script that uses SimpleXML control: name; ?> and i got: Fatal error: Cannot clone object of class SimpleXMLElement due to 'zend.ze1_compatibility_mode' in /mnt/storage/users/w/i/p/wipe/formular.php on line 381 a, zend.ze1_compatibility_mode is a php.in

Re: [PHP] SIMPLExml problem....

2005-06-20 Thread Paul Waring
On Mon, Jun 20, 2005 at 10:48:41AM +0200, Cruonit wrote: > I tryed this simple PHP script that uses SimpleXML control: In future, please don't post the same thing to the list three times, there really is no point. If your post isn't showing up, at least have the patience to wait a few minutes bef