[PHP-INST] Apache/1.3.27 PHP/4.2.3 nonfunctional

2003-07-07 Thread Arkady Kukarkin
Hi. I'm trying to run PHP/2.4.3 with Apache/1.3.27 on Debian GNU/Linux unstable. Apache and PHP are both packages installed by apt-get. I added the following lines to the appropriate sections of httpd.conf, as per instructions: LoadModule php4_module /usr/lib/apache/1.3/libphp4.so AddType appl

[PHP-INST] Re: HP11.11 and php 4.3.2 install

2003-07-07 Thread Madhu
HPUX 11.11 (64 bit) Mysql 4.0.13 apache 1.3.27 as DSO module If I try with Apache 1.3.27, I am getting this message while on make. I used both gmake and HP make, same error /bin/sh /home/madhu/php-4.3.2/libtool --silent --preserve-dup-deps --mode=compil e gcc -Iext/mysql/ -I/home/madhu/php-4.3.

[PHP-INST] php5 on IIS6 (CGI Error)

2003-07-07 Thread . ma
hi! i'm running a test-server with windows 2003 and IIS6 i managed to get PHP 4.3.2 running without any problems. but i wanted to try php5 so i downloaded the zipped version renamed c:\php to c:\php4 and extracted everything to c:\php (so that the old php.exe is "replaced" by the new one) for

[PHP-INST] HP11.11 and php 4.3.2 install

2003-07-07 Thread Madhu
Hi HP 11.11 (64 bit) Mysql 4.0.13 (32 bit) Has any one succesfully compiled PHP with Apache 2 with Mysql 4 support for HP UX 11.11 ? Since HP stopped supported Apache 1.3.x and started branding Apache 2 as HP Webserver, I am trying to compile PHP with mysql support First of all, when I try optio

[PHP-INST] Re: Authentication IIS 6 (win server 2003) & PHP

2003-07-07 Thread Xavier Mertens
I solved the problem... maybe not with the best posible solution, but it worked. 1) configure everything with php.exe instead of phpisapi.dll 2) copy a working php.ini file to your x:\windows directory. (For me it was from an XP installation) this php file had "cgi.force_redirect = 0" and solve

RE: [PHP-INST] phpinfo.php file now shows up blank in Win xp pro using IIS server, please help

2003-07-07 Thread Verseijden, W.
May be it has something to do with security and automatically logging out.. Try to connect to the main IIS website, if it asks for usercode/password supply it. Then try to access php-pages. I had this experience, however I am logged on to a domain. Wim -Original Message- From: Acorn Tutor

[PHP-INST] phpinfo.php file now shows up blank in Win xp pro using IIS server, please help

2003-07-07 Thread Acorn Tutors
Hi folks, I was wondering if you could help. I installed IIS on Win XP pro and I was able to make and view php files, including viewing the phpinfo.php file. Now, suddenly for no apparent reason, it comes up blank when I try to load them locally in IE6. Furthermore, Im unable to view any php code i

php-install Digest 7 Jul 2003 16:36:43 -0000 Issue 1452

2003-07-07 Thread php-install-digest-help
php-install Digest 7 Jul 2003 16:36:43 - Issue 1452 Topics (messages 11236 through 11241): UNSUBSCRIBE ME 11236 by: Ravi Mohan Sahay Authentication IIS 6 (win server 2003) & PHP 11237 by: Xavier Mertens 11238 by: Xavier Mertens 4.3.1 compile fail: libiconv 1

Re: [PHP-INST] 4.3.1 compile fail: libiconv

2003-07-07 Thread Yann Larrivee
Try --with-iconv-dir=/usr/local/ and add --with-xslt-sablot=/usr/local/ if you want xslt support unless you are going to get a "No backend specified for XSLT extension" error Here is a tutorial on how to compile php, sablotron, domxml, ... http://protonicdesign.com/tutorial/sablot_and_php.php yan

[PHP-INST] Access Violation with oci8.dll

2003-07-07 Thread Eduardo Koelln
Hello! I am running PHP 4.3.2 under Win2k Adv Srv and IIS 5, in CGI mode. When I run any script,i.e. with a simple line: phpinfo(), itself generates an error. I detect that the problem only appears when the oci8.dll module is on. I have an complete and functional Oracle 8i installed on machine.

[PHP-INST] 4.3.1 compile fail: libiconv

2003-07-07 Thread Joseph Glass
Hi everyone, I'm trying compile install php 4.3.1 on a RedHat 6.2 system. Whenever I try to add support for flash or xslt, it dies with libiconv errors (see below.) I've removed older versions of libiconv and installed the newest version, 1.9.1. Does anyone have any suggestions or ideas? Be

[PHP-INST] Authentication IIS 6 (win server 2003) & PHP

2003-07-07 Thread Xavier Mertens
Hi, I did all the steps from this tutorial (http://mccammon.org/php/iis6_install.php) on how to install PHP on IIS 6. when I call for example http://localhost/test.php IE asks for a password authentication. I verified the security settings for I_USER and everything seems te be right to me. But I

[PHP-INST] Authentication IIS 6 (win server 2003) & PHP

2003-07-07 Thread Xavier Mertens
Hi, I did all the steps from this tutorial (http://mccammon.org/php/iis6_install.php) on how to install PHP on IIS 6. when I call for example http://localhost/test.php IE asks for a password authentication. I verified the security settings for I_USER and everything seems te be right to me. But I