php-install Digest 12 May 2001 07:13:32 -0000 Issue 304

2001-05-11 Thread php-install-digest-help
php-install Digest 12 May 2001 07:13:32 - Issue 304 Topics (messages 3125 through 3127): Re: Errors on PHP mailforms on an Apache webserver. 3125 by: William Jay Re: Unknown vars and constants 3126 by: Ian Pawson mscomctl.ocx error 3127 by: Bryan Leifert Administr

[PHP-INST] mscomctl.ocx error

2001-05-11 Thread Bryan Leifert
when i try to install php on windows 2000 server i'm getting an error from IIS saying that it can't find the file. everything else is working on the server.. any ideas? bryan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP-INST] Unknown vars and constants

2001-05-11 Thread Ian Pawson
Well I now feel a bit stupid!! It dawned on me that these were warning messages and NOT errors. I checked in the ini file and found that the default setting is to show ALL errors and warnings. Re setting this to just critical errors cured the problem and everything is now working properly. Thank y

Re: [PHP-INST] Errors on PHP mailforms on an Apache webserver.

2001-05-11 Thread William Jay
Change SMTP = unlockgroup.com TO: SMTP = 192.168.1.3 (ip address of smtp server OR TO SMTP = smtp.unlockgroup.com (smtp server using name resolution) ""Admin"" <[EMAIL PROTECTED]> wrote in message news:005901c051d0$2507f5e0$0200a8c0@santa... Hello everyone, I hope this is the right mailingli

php-install Digest 11 May 2001 17:30:06 -0000 Issue 303

2001-05-11 Thread php-install-digest-help
php-install Digest 11 May 2001 17:30:06 - Issue 303 Topics (messages 3110 through 3124): Php Not Working in NT Server 3110 by: Jack Can't get php work in NT4.0 server 3111 by: Jack 3114 by: Phil Driscoll PHP4.0.5 Apache and Informix. 3112 by: Tse Wai Kan

[PHP-INST] freeBSD4.3+PHP4.0.5+GD1.8.4

2001-05-11 Thread Slick
Whats wrong? ./configure --with-apxs --with-mysql --enable-track-vars --enable-magic-quot as --with-gd --with-jpeg-dir=/usr/local --with-xpm-dir=/usr/X11R6 checking whether to enable truetype string function in gd... no checking for libjpeg (needed by gd-1.8+)... yes checking for jpeg_read_header

Re: [PHP-INST] Unknown vars and constants

2001-05-11 Thread Johannes Janson
Hi, > session_register("EasyUSER"); $EasyUSER=$login[username]; > session_register("EasyPASS");$EasyPASS=$login[password]; > session_register("EasySERVER");$EasySERVER=$login[db_server]; > session_register("EasyDB");$EasyDB=$login[db_name]; I assume these are the lines which caused the e

Re: [PHP-INST] Unknown vars and constants

2001-05-11 Thread Ian Pawson
This is just the start of a program:- wrote in message 9dghai$bu0$[EMAIL PROTECTED]">news:9dghai$bu0$[EMAIL PROTECTED]... > Hi, > > > I get lost of warnings about 'undefined variables' > > and 'unknown constats'. > > post some code. That's probably where the errors > come from. > > johannes > >

Re: [PHP-INST] Is there any Windows Setup for Php?

2001-05-11 Thread Phil Driscoll
See the downloads page at www.php.net -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont

Re: [PHP-INST] PHP4.0.5 Apache and Informix.

2001-05-11 Thread Paul Gardiner
Hi, I run on SCO unix but I know there is an issue when trying to compile in Informix. Below were some instructions I gave to another SCO'er but they may help you get on the right track. I built with Apache as static and not dynamic though. You may want to start with static and then try the dyna

Re: [PHP-INST] Unknown vars and constants

2001-05-11 Thread Johannes Janson
Hi, > I get lost of warnings about 'undefined variables' > and 'unknown constats'. post some code. That's probably where the errors come from. johannes -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Re: [PHP-INST] Is there any Windows Setup for Php?

2001-05-11 Thread Johannes Janson
Hi, > Is there any Php which come with windows installer in it, so it will do all > the staff for me? go to http://www.php4win.de/ don't worry it is in english. They are down at the moment but offer a link to sourceforge where a .exe can be downloaded. johannes -- PHP Install Mailing List

[PHP-INST] Is there any Windows Setup for Php?

2001-05-11 Thread Jack
Dear all Is there any Php which come with windows installer in it, so it will do all the staff for me? Jack -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mai

[PHP-INST] Unknown vars and constants

2001-05-11 Thread Ian Pawson
I have just installed 4.0.5 inot IIS5 under w2k and all went well. I can cun single scripts, connect to MySQL ok. However, when I tru to run a script that calls another one, I get lost of warnings about 'undefined variables' and 'unknown constats'. I have look through the php.ini file in the c:\wi

[PHP-INST] abot the weird file upload problems: code

2001-05-11 Thread Revista Electrónica de Visión porComputador
html form: Send these files: php code: for($i=0; $i<2; $i++){ if ($userfile_name[$i]){ if (is_uploaded_file($userfile[$i])) { copy($userfile[$i], "./$userfile_name[$i]"); if(!$entrega){ $entr

Re: [PHP-INST] Can't get php work in NT4.0 server

2001-05-11 Thread Phil Driscoll
>From your description of what you've done, I think you must have been reading some very strange instructions! The easiest way to install on IIS is to download the Windows installer from the downloads page on www.php.net - run it and let the Wizard do everything for you. Alternatively, follow th

[PHP-INST] PHP4.0.5 Apache and Informix.

2001-05-11 Thread Tse Wai Kan
I'm stuck. Anyone seen this problem and know how to solve this? apachectl configtest /usr/lib/dld.sl: Unresolved symbol: ifx_checkAPI (code) from /var/informix_work /lib/esql/libifsql.sl Syntax error on line 240 of /opt/apache/etc/httpd.conf: Cannot load /opt/apache/lib/modules/libphp4.so

[PHP-INST] PHP4.0.5 Apache and Informix.

2001-05-11 Thread Tse Wai Kan
I'm stuck. Anyone seen this problem and know how to solve this? I configured PHP4.0.5 on HP-UX 10.20 with the following options; ./configure --prefix=/opt/php --with-apxs=/opt/apache/bin/apxs --with-informi x=/var/informix_work --with-config-file-path=/opt/apache/lib/php --enable-libgcc --en