[PHP-INST] Problems when updating to PHP 4.2.3 and Apache 2.043 - variables are ignored

2002-11-24 Thread Axel Heck
Hi there, I´ve updated my local testing system on windows 2000 to php 4.2.3 and Apache 2.043 Everything seems to work proper, until one big problem: When I'm accessing a php-site, (f.e. tinypr/opelhauser/index.php) the script ist parsed propperly and the site is shown correct. Whenever now a var

php-install Digest 24 Nov 2002 10:26:18 -0000 Issue 1131

2002-11-24 Thread php-install-digest-help
php-install Digest 24 Nov 2002 10:26:18 - Issue 1131 Topics (messages 9227 through 9228): Starting Apache2 with php 4.2.3 9227 by: Eugene Sherbin Problems when updating to PHP 4.2.3 and Apache 2.043 - variables are ignored 9228 by: Axel Heck Administrivia: To subscribe to

[PHP-INST] php installation problem with imap support

2002-11-24 Thread zafar
hello all i already put that question but can't get solution. i want to install php on linux and courier-imap is running already and when i configure command of php it give me error of rfc822 and say check imap installation , i reinstall the imap but it can't work then i dowload the c-client but i

[PHP-INST] Re: Apache Installation problems

2002-11-24 Thread laurent
Hi, did someone solve your problem ? i have php 4.2.3 and apache 2.0.43 on W2K toot it doesn't work with modules (it your point), so i tryed with ScriptAlias and in this case installation is fine : i comment (#) Loadmodule and add the following lines in httpd.conf : ScriptAlias /php/ "c:/php/" Ad

[PHP-INST] Re: Apache Installation problems

2002-11-24 Thread laurent
i've installed a free bundle from nusphere.com (download here : http://www.nusphere.com/cgi-bin/nsp.cgi/custsrvc/utils/free_download.htm) - ooops 69MB ;) very big but it works fine with PHP 4.0.6, Apache 1.3.23 with mod_perl and mod_ssl, MySQL 3.23.49 and much more ... know what, i'm happy :) Than

Re: [PHP-INST] Problems when updating to PHP 4.2.3 and Apache2.043 - variables are ignored

2002-11-24 Thread Jim Thome
http://www.php.net/manual/en/security.registerglobals.php >>> "Axel Heck" <[EMAIL PROTECTED]> 11/24/02 03:25 AM >>> Hi there, I´ve updated my local testing system on windows 2000 to php 4.2.3 and Apache 2.043 Everything seems to work proper, until one big problem: When I'm accessing a php-site,

[PHP-INST] Warning: session side effect .....

2002-11-24 Thread Aaron Axelsen
I compiled and installed php 4.3 dev last night and now I get this error on some scripts: Warning: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless registe

Re: [PHP-INST] Warning: session side effect .....

2002-11-24 Thread Rasmus Lerdorf
> I edited the php.ini file as follows: > > session.bug_compat_42 = 0 > session.bug_compat_warn = 1 > > I restarted apache, and the warning is still there. How do I hide this > warning? Thanks! Well, you set "session.bug_compat_warn = 1" which turns on the warning. You probably want: session.bu

RE: [PHP-INST] Warning: session side effect .....

2002-11-24 Thread Aaron Axelsen
I tried that .. Still no change though, the warning still appears .. I am using the php.ini file located at the path accoring to what my phpinfo.php file states. --- Aaron Axelsen AIM: AAAK2 Email: [EMAIL PROTECTED] URL: www.amadmax.com "It said, ""Insert disk #3,"" but only two will fit!" "One

[PHP-INST] Adding mimetype/text

2002-11-24 Thread Lawrence Freeman
how do I add the text mime type to the HTTP_ACCEPT? so I can upload text files using a form and the copy command? cheers Lawrence -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-install Digest 25 Nov 2002 00:22:17 -0000 Issue 1132

2002-11-24 Thread php-install-digest-help
php-install Digest 25 Nov 2002 00:22:17 - Issue 1132 Topics (messages 9229 through 9236): php installation problem with imap support 9229 by: zafar Re: Apache Installation problems 9230 by: laurent 9231 by: laurent Re: Problems when updating to PHP 4.2.3 and Apache

[PHP-INST] Text uploads using copy

2002-11-24 Thread Lawrence Freeman
Having just completed a successful? install, Tested some uploads but can only upload .jpg How do I add the text mime type to the HTTP_ACCEPT? so I can upload text files using a form and the copy command? cheers Lawrence -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: h

[PHP-INST] mail() and IIS5 - newbie question

2002-11-24 Thread Steve Attwell
I'm trying to incorporate the php mail() function in an application I am writting. I'm running Win 2000 Server. I've set up a new remote domain named localhost under IIS Admin and I've checked the Allow incoming mail to be relayed to this domain option. I've added the following to the php.ini [