[PHP-WIN] Re: [PHP] php.ini config on 4.3.4

2004-01-08 Thread John W. Holmes
Turbo wrote: I use windows Xp,apache,php 4.3.4.I can recieve variable from form by $_POST[''] (Short Term).But i can not recieve variable from form by $HTTP_POST_VARS[''] (Long Term).Include other recieve variable ( GET,SESSION,COOKIE). Yes you can. Let me use my crystal ball and guess that you

[PHP-WIN] php.ini config on 4.3.4

2004-01-08 Thread Turbo
Hi I use windows Xp,apache,php 4.3.4.I can recieve variable from form by $_POST[''] (Short Term).But i can not recieve variable from form by $HTTP_POST_VARS[''] (Long Term).Include other recieve variable ( GET,SESSION,COOKIE). How to customize config? Matrix -- PHP Windows Mailing Lis

[PHP-WIN] php_hostconnect()

2004-01-08 Thread Anthony Ritter
I currently have websites with two ISP's. I am getting a lot of warnings throughout a .php script on one server - such as: php_hostconnect() I have used the _same_ .php script exactly on my other ISP's server and I don't get any warnings. In addition, I have tested this script locally on Apache

php-windows Digest 8 Jan 2004 22:15:17 -0000 Issue 2073

2004-01-08 Thread php-windows-digest-help
php-windows Digest 8 Jan 2004 22:15:17 - Issue 2073 Topics (messages 22521 through 22524): Re: Why does php exit after 6 minutes? - SOLVED 22521 by: Svensson, B.A.T. (HKG) Re: looking for php debugging tips 22522 by: Svensson, B.A.T. (HKG) 22524 by: Jennifer S. prob

RE: [PHP-WIN] looking for php debugging tips

2004-01-08 Thread Jennifer S.
Hi, This may help, depending on your preferences. Anyway, it's what I have used for some years now both on ASP and PHP development. On the server-side use a dedicated variable (eg. $dbg) to dump any value/variable you want to check/trace. On the client-side create a hidden field with the value s

[PHP-WIN] problems using fileperms under win2k

2004-01-08 Thread Markus U
I've troubles with using fileperms under WIN2K with Apache/2.0.48 (Win32) PHP/4.3.4. I've disabled the read&write permissions for a file and get, as expected a warning on fopen (failed to open stream: Permission denied) . If I check the permissions with fileperms the result is always 33206 (or 666,