Re: [PHP] Bug in DOMDocument schemaValidate() function?

2012-05-14 Thread Voß , Marko
Hello, I am sorry, but everything is ok here. I am performing an unmarshalling and marshalling unit test for every resource and the problem was, that after unmarshalling to the object, the marshalling of the object did not create the version element. I did not notice this in the first place.

Re: [PHP] Bug in DOMDocument schemaValidate() function?

2012-05-14 Thread Matijn Woudt
On Mon, May 14, 2012 at 1:39 PM, Voß, Marko wrote: > Hello, > > I am validating user DOM against schema files using the following piece of > code: > > $valid = @$doc->schemaValidate($xsdFile); > > where $doc is of type DOMDocument and $xsdFile is the file location of the > XSD file. > > Everythi

[PHP] Bug in DOMDocument schemaValidate() function?

2012-05-14 Thread Voß , Marko
Hello, I am validating user DOM against schema files using the following piece of code: $valid = @$doc->schemaValidate($xsdFile); where $doc is of type DOMDocument and $xsdFile is the file location of the XSD file. Everything worked fine until the following validation occured: A validation of

Re: [PHP] looking for some PECL PHP GTK tutorial

2012-05-14 Thread Matijn Woudt
On Mon, May 14, 2012 at 7:05 AM, Mihamina Rakotomandimby wrote: > Hi all > > As PHP-GTK has "moved" to the PECL, I suppose several part of this > documentation are not relevent anymore: > http://gtk.php.net/manual/en/tutorials.installation.linux.php > > Would you know a place where I could find so

Re: [PHP] code deployment through php

2012-05-14 Thread rene7705
On Sun, May 6, 2012 at 3:32 PM, rene7705 wrote: > On Sat, May 5, 2012 at 5:13 AM, tamouse mailing lists > wrote: >> >> On Wed, May 2, 2012 at 5:23 AM, rene7705 wrote: >> > On Wed, May 2, 2012 at 11:47 AM, rene7705 wrote: >> > >> >> I can't use anything like git on my shared hoster. But I suppos