[PHP-INST] post variable problems.

2002-05-13 Thread Lachlan - Talking Tech Enterprises
Hi, I just downloaded and installed PHP 4.2.1 on IIS5, and i'm having a problem. Normally in PHP scripts when you post information to the page, it is accessable in the page by accessing the variable $variable_name. For some unknown reason this is not the case on the standard install. Plea

[PHP-INST] Re: windows install fails

2002-05-13 Thread Henry Rivera
This is just a guess, but did you copy php4ts.dll into a directory in your search path? I copied the dll into c:\winnt\system32 and Apache started up just fine for me. Double check to make sure it's there. Good luck. henroc "Simon Warner" <[EMAIL PROTECTED]> wrote in message 3CDB807E.6519.D

[PHP-INST] Php-4.2.0 configuration problem [ --with-cyrus ]

2002-05-13 Thread Henry Rivera
Greetings everyone, I've been trying to compile php with with --cyrus option with no success. I have cyrus-imad-2.0.16 and cyrus-sasl-1.5.19 installed. I'm sure I'm setting both CPPFLAGS and LDFLAGS correctly (CPPFLAGS="-I/usr/local/include/sasl", LDFLAGS="-L/usr/local/lib"). I've tried LDFLAG

[PHP-INST] variable problems...

2002-05-13 Thread The Gabster
Hello all! I have a newsletter script that works fine but I receive some undefined variables errors in Apache's error log: PHP Notice: Undefined variable: action in C:\Apache\htdocs\easyletter2\easyletter.php on line 73 PHP Notice: Undefined variable: action in C:\Apache\htdocs\easyletter2\e

php-install Digest 13 May 2002 22:09:57 -0000 Issue 833

2002-05-13 Thread php-install-digest-help
php-install Digest 13 May 2002 22:09:57 - Issue 833 Topics (messages 6950 through 6962): PHP 4.2.0 CGI install with IIS5 dot net and (W2k Server) 6950 by: Eddie Thomas 6952 by: Christoph Grottolo Re: Problem with PHP + Apache and htaccess file, posible BUG. 6951 by

[PHP-INST] Problems with globals on php 4.0.6/IIS 4

2002-05-13 Thread Jan Erik Dyve
Hi, I have a problem with global variables on a NT 4 system with IIS 4 and php 4.0.6 (cgi). I try to set a global variable inside a function with the following code, $GLOBALS[$varname]=$varvalue but this doesn't work. The same code works on w2k with iis 5.0 and the same php.ini, so I don't thin

[PHP-INST] Re: Apache 2.0.36 + php 4.2.0

2002-05-13 Thread Andrew Lietzow
Fabian Aguirre wrote: > Hi all! > RE:>>> Checking for apache 1.x module support via DSO through APXS... > configure:error: Use --with-apxs2 with apache 2.x!! AND RE:>> YOUR STATEMENT ./configure --prefix=/usr/local/php-4.2.0 \ > >--with-config-file-path=/usr/local/apache/conf \ > >--with-

[PHP-INST] Apache 2.0.35 + php 4.2.0 -- yields but one error in browser.

2002-05-13 Thread Andrew Lietzow
Dear php wizards, Using SuSE Linux 7.3 (Linux 2.4-10-4GB) with Apache 2.0.35 and doing a php4.2.0 configure. The following was how I executed ./configure from the /usr/local/src/php4/php-4.2.0 directory. ./configure --prefix=/usr/local/php-4.2.0\ --with-mysql=/usr/local/mysql \ --with-apxs2=/

[PHP-INST] TIME_WAIT

2002-05-13 Thread chad kellerman
Hello Everyone, I have just upgraded php to 4.2.1 on a Red Hat 6.2 server with a few hundred Virtual Hosts. I have noticed an increase in TIME_WAIT in the netstat output causing some sites to load extremely slow. The server was running fine with the older php but due to the "securi

[PHP-INST] php_value on a per instance basis

2002-05-13 Thread Csaba2000
Greetings, I think I have a misunderstanding of what's going on, I'm just not sure where... First I'll describe what I'm trying to do, then how I tried to do it, and finally where I ultimately want to get to. So on my Win2K apache 2.0.36 system with PHP 4.2.0 as module on which only I set up page

[PHP-INST] PHP w/SAPRFC and netscape 4

2002-05-13 Thread William Barron
I am trying to get saprfc to run with PHP as a netscape plugin. Everything seems fine but I get this message: RFC connection failed with error:RFC Error Info : Key : Status : Message : Connect to message server failed Connect_PM MSHOST=semsprd, R3NAME=PRD, GROUP=PUBLIC LOCATION CPIC (TCP/IP) on

[PHP-INST] Re: PHP 4.2.0 causes...oddities...in Apache2.

2002-05-13 Thread Alessandro Federico
Hi all, I tried your solution Holger but it doesn't work on my Apache/2.0.36 and PHP 4.2.0. do someone have other hints? thanks & bye ale PS: with Apache/2.0.35 all it's OK! Holger Eilhard wrote: > Hi, > > "Stephan Wuelfert" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > [EMAIL PROTECTED]">ne

[PHP-INST] Re: Windows.NET

2002-05-13 Thread Christoph Grottolo
Wesley wrote: > PHP doesn't seem to work on Windows.NET. > Since the guys at PHP don't think this is a bug, I woul love to here > the solution to make PHP work on Windows.NET. Sorry, but what you state in your bug report seems to be a configuration problem and not a php bug. You must not only cop

[PHP-INST] RE: Help compiling PHP4.0.6 with GD Freetype support enabled

2002-05-13 Thread S. Wong
Resend ... I guess I messed up and didn't get this sent. Again, please reply to me @ [EMAIL PROTECTED] Thanks! :-) Ciao ?:-) Shirlyn "In times of change, there is no incentive so great, and no medicine so powerful as the hope for a better tomorrow." -Original Message- From: S. Wong [

[PHP-INST] Re: php_ldap.dll for win32??

2002-05-13 Thread Christoph Grottolo
You will find it again in php 4.2.1 which will be released shortly. If you need it before you can get it at http://snaps.php.net/win32. Christoph Doug Vos wrote: > Where is php_ldap.dll for win32?? > > Not part of php-4.2.0-Win32 package? > > Must download from U of Mich and compile? > Must dow

[PHP-INST] Re: PHP 4.2.0 CGI install with IIS5 dot net and (W2k Server)

2002-05-13 Thread Christoph Grottolo
The correct exe is php.exe. In 4.2.0 you find it in the sapi directory of the php distribution (before and after it resides in the root directory). You should copy it to the root directory. php-cli.exe is the command line interface. Christoph Eddie Thomas wrote: > After following the install in

[PHP-INST] HELP: Problem with PHP + Apache and htaccess file, posible BUG.

2002-05-13 Thread Securez
I have a dir with a page in html: test.html => when i call this file to the server it's not procesed, ok. But when i put in this dir a .htaccess file to change the include_path of php the html file are procesed by the php core, my htaccess file look like that: php_value include_path ".:/usr/l

[PHP-INST] PHP 4.2.0 CGI install with IIS5 dot net and (W2k Server)

2002-05-13 Thread Eddie Thomas
After following the install instructions to the letter I find that a test phpinfo.php page will not open. I am using the php-cli.exe in the php folder (I assume this right). The phpinfo script works from the command line OK. I tried moving the php.ini, php-cli.exe and php4ts.dll to the IIS scripts

php-install Digest 13 May 2002 09:38:50 -0000 Issue 832

2002-05-13 Thread php-install-digest-help
php-install Digest 13 May 2002 09:38:50 - Issue 832 Topics (messages 6948 through 6949): Windows.NET 6948 by: wesley php_ldap.dll for win32?? 6949 by: Vos, Doug Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e

[PHP-INST] php_ldap.dll for win32??

2002-05-13 Thread Vos, Doug
Where is php_ldap.dll for win32?? Not part of php-4.2.0-Win32 package? Must download from U of Mich and compile? Must download from OpenLDAP? Must download from Netscape? NOT GOOD OPTIONS for me. Just need 'php_ldap.dll' as per php documentation. -- PHP Install Mailing List (http://www.p