Re: [PHP] undefined symbol: xmlXPtrNewContext

2001-03-05 Thread Sebastien Roy
find them anywhere else). Regards, Sebastien Roy PHP programmer [EMAIL PROTECTED] Jack Lauman wrote: > I get the following error when I attempt to start Apache 1.3.19 > (RedHad 7.0): > > apachectl start > > Syntax error on line 230 of /etc/httpd/conf/httpd.conf: > C

Re: [PHP] how to modify xml files using php

2001-04-20 Thread Sebastien Roy
Hi, Use the dom xml function privided with the --with-dom=/usr/local/libxml (witch is the path to the libxml library). There is a good tutorial about DOM at www.phpbuilder.com. Enjoy! Sebastien Roy [EMAIL PROTECTED] Serge Vleugels wrote: > hi, > > I've got to change a XML

Re: [PHP] restrict access of Copy command

2001-05-01 Thread Sebastien Roy
Hi, There is a section in the php.ini where you can specified the function you don't whant to use : disable_functions : copy; ... I never used it, but I think it's what you are looking for. Regards, Sebastien Roy [EMAIL PROTECTED] PanDragon wrote: > I am running an apach

Re: [PHP] restrict access of Copy command

2001-05-02 Thread Sebastien Roy
is 88 is not allowed to access /home/host/yourdomain owned by uid 98 in home/www/host/127.0.0.1:8080/html/index.php on line 37 His your virtual host have all the same users? Regards, Sebastien Roy PanDragon wrote: > Thanks for the suggestion, but I need to be able to use the copy command

[PHP] Browsers anachy !!!!!!!!!!!!

2001-05-02 Thread Sebastien Roy
browser, but I must deal with it... Is there something particular I have to do to avoid this problem with the Netscape browser? Regards, Sebastien Roy [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: [PHP] A problem under Solaris

2001-03-22 Thread Sebastien Roy
I got the same problem as you did, Just pick-up flex on a gnu mirror and your problem will be corrected! Regards, Sebastien Roy www.galeasec.com Emiliano Marmonti wrote: > Hello all > > I´m trying to compile PHP 4.0 under Solaris 8.0 - SPARC 250. When I try to >configu

Re: [PHP] A problem under Solaris

2001-03-22 Thread Sebastien Roy
There it is : http://www.spiral303.com/solaris/frex254a.shtml Regards Sebastien Roy Emiliano Marmonti wrote: > Thank you Sebastian, > but I want to know what is flex (and I don´t know where could I obtain it). > > Thanks again. > Emiliano. > > -- > PHP Ge

Re: [PHP] Giving my script the power!

2001-03-29 Thread Sebastien Roy
his deamon wait on a port for commands (encrypted) to be executed.via fsockopen(...). Surprisly, it was easy and it work prety well... Hope it helps Sebastien Roy [EMAIL PROTECTED] Brandon Orther wrote: > Hello, > > I am trying to make a script that can add users and multiple things t

Re: [PHP] XML

2001-04-04 Thread Sebastien Roy
Hi Andreas, Please let me know if you find something about that, it would be really nice! Regards, Sebastien Roy [EMAIL PROTECTED] Andreas Sisask wrote: > Hello, > > Does php have some feature of using .dtd or .xsd in parsing an .xml file? > I mean for example if I parse some

Re: [PHP] XML

2001-04-04 Thread Sebastien Roy
l document once it has been created. Only to be sure that it is still well-formed after that I made my changes on it. Regards, Sebastien Roy [EMAIL PROTECTED] Joe Stump wrote: > AFAIK php doesn't care about extensions (ie .html vs .htm) - if it's valid > XML and expat supports i

[PHP] Compiling PHP on AIX 5.3 works fine except for Apache module...

2005-06-29 Thread Sebastien Roy
Hi guys... I compiled PHP 4.3.9 on AIX 5.3 ML02 with this command... # ./configure --enable-calendar --enable-ftp --with-gd --with-gettext --enable-mime-magic --with-mysql --with-iconv --enable-mbstring=all --enable-mbregex --with-apxs=/opt/apps/apache/1.3.33/bin/apxs --with-zlib-dir=/usr/loc