[PHP] How to compile PHP so to allow XML and XSLT ?

2004-05-06 Thread gayard
Hi all. My PHP is compiled with these options: ./configure --with-mysql=/usr --with-gettext --with-apxs2=/usr/local/apache2/bin/apxs --prefix=/usr/local/php5 --enable-cli --with-xml --enable-xslt --with-xslt-sablot It compiled just fine ! Not a single complaint about any library ! I have

[PHP] phpextdist and phpize

2004-04-10 Thread gayard
Hello, I have just installed PHP 5.0b4, and had a look into /usr/local/php5/bin. I have found these files: php pear php-config phpextdist phpize php is the only file I know, it is the one that interprets (interpretates ?) the PHP code. But what do the other programs do ? None of them

[PHP] Bug with multipart/form-data ?

2004-04-05 Thread gayard
Hi. I have a form in a page 1, that POSTs a file and some hidden's to page 2. If the file size is bigger that the max in php.ini, in page 2, $_POST is empty. In the mood for a look ? upload.html: Attach your file here: upload2.php: $_POST is empty... Is