php-windows Digest 27 Dec 2002 23:24:52 -0000 Issue 1506
Topics (messages 17559 through 17572):
Subject: [PHP-WIN] Warning: Page has Expired, HELP
17559 by: Neil Smith
Re: Subject: Re: [PHP-WIN] C++ dll files
17560 by: Neil Smith
Re: Warning: Page has Expired, HELP
17561 by: Manuel Ochoa
Re: PHP + IIS6 - Permission Issues?
17562 by: Nick H. -- Technical Support Engineer
17563 by: Phil Driscoll
libmcrypt.dll and php 4.3.0RC4
17564 by: Jean Baptiste FAVRE
GetText.dll still not working
17565 by: Grimps
Re: general survey.... php.ini config gui
17566 by: Matt Robinson
Flow diagrams
17567 by: Sridhar Moparthy
monster form and compression?
17568 by: Jeff D. Hamann
ftp_rawlist working as Admin and not working as normal user
17569 by: Paul Menard
INSTALLATION INSTRUCTIOS FOR IIS6
17570 by: Nick H. -- Technical Support Engineer
PHP + IIS6 - Installation Instructions Proof
17571 by: Nick H. -- Technical Support Engineer
Re: gettext on Windows...
17572 by: Grimps
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
This is the specified browser behaviour for forms using the POST method. It
is in no way a PHP problem however. You can avoid this by specifying the
GET method in the action of the form.
Regards,
Neil Smith.
At 11:11 27/12/2002 +0000, you wrote:
From: David [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 26, 2002 4:17 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Warning: Page has Expired, HELP
Hello,
Hope that someone could help me. Everytime I use the Back button on my
browser the page expires. I get this message:
Warning: Page has Expired
--- End Message ---
--- Begin Message ---
At 22:04 26/11/2002 +0000, you wrote:
Message-ID: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Reply-To: "Brennan Mann" <[EMAIL PROTECTED]>
From: "Brennan Mann" <[EMAIL PROTECTED]>
Date: Tue, 26 Nov 2002 17:04:09 -0500
Subject: Re: [PHP-WIN] C++ dll files
I got my DLL all set. I am just having problems with windows. I can't get
windows to register it. Any suggestions?
To register an existing dll, ensure it's in the windows system directory
(or in your path at least) then open an MSDOS prompt.
type in
regsvr32 <dllfilename>
This will register it - to unregister use the same with the -u option.
Cheers,
Neil Smith.
--- End Message ---
--- Begin Message ---
Here is how I solved the problem assuming that you are running a session
After a successful login do this:
if ($step != 1)
$_SESSION['step']=1;
header(location: redirect.php);
}
else{
//Code for successful login
}
The redirect.php page simply redirects them back to the login page.
--- End Message ---
--- Begin Message ---
I'll work on it today and send it to this list as soon as Im done with it.
Nick "Harm" Hale
[EMAIL PROTECTED]
----- Original Message -----
From: "Phil Driscoll" <[EMAIL PROTECTED]>
To: "Nick H. -- Technical Support Engineer" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, December 27, 2002 6:11 AM
Subject: Re: [PHP-WIN] Re: PHP + IIS6 - Permission Issues?
> On Thursday 26 December 2002 8:08 pm, Nick H. -- Technical Support
Engineer
> wrote:
> > Im going to dig around a bit more in the registry for IIS6 and see if
there
> > arent any key's that need to be modified also. I'll let you know when I
> > find out more.
> >
> > And yes, I'll be more than glad to assist you in testing the installer.
> > That's why Im here ;)
> Nick
>
> Any chance you could put together a suitable paragraph on this which we
can
> add to the install.txt file for thse who are installing php manually on a
> machine with iis lockdown - i.e. what bits to click on in the management
> interface.
>
> Thanks
> --
> Phil Driscoll
--- End Message ---
--- Begin Message ---
On Friday 27 December 2002 3:35 pm, Nick H. -- Technical Support Engineer
wrote:
> I'll work on it today and send it to this list as soon as Im done with it.
Thanks!
--
Phil Driscoll
--- End Message ---
--- Begin Message ---
Hi all,
Has anybody a working version of libmcrypt.dll for php 4.3.0RC4.
I've tried to make it work with a win32 distribution of libmcrypt but I
still get an error.
Thanks.
JB
--- End Message ---
--- Begin Message ---
I have installed PHP 4.3 and GetText is not working. I have the path set up
correctly, and the DLL is in there, butr it always says it is unable to
load. Is this still a bug?
-Grimps
--- End Message ---
--- Begin Message ---
www.analogx.com used to carry a PHP configuration GUI - I can't find it
on their site any more, but I've put my copy of the installer on my site at
http://lazycat.org/download/phpconfi.exe
Luke made a good point about a PHP-GTK version, though. The PEAR Config
extension allows you to load, modify and save commented INI files like
the PHP.ini file really easily. Writing a CLI app with menus and
options should be pretty straight-forward, you could even bundle an XML
file that contains the input types and ranges if you want to do checking
and option-grouping.
I don't see that a GUI offers much more flexibility - it just looks a
bit nicer... and even that isn't always the case.
JHMO,
Matt
--- End Message ---
--- Begin Message ---
Hi Every one,
I have information about some processes in the database that tells different
process dependencies. I need to display that information as a process flow
diagram. Do you know how to prepare and display process flow diagrams
dynamically. Do you know anything like JPGraph or Java script or java applet
that can do this? If so Please help me.
I am using PHP 4.xx and IIS on Win NT platform. Please help me if you know
how to do.
Thank You,
Sridhar Moparthy
--- End Message ---
--- Begin Message ---
I have a monster form (really a funky grid - hey the client is always right)
that does not display entirely each time the form is displayed. Some times,
quite repeatably, the bottom half of the form's select boxes will be blank
(not good). Is there a way to compress the web page before it gets sent, or
any method to ensure the page will display correctly?
Jeff.
--
Jeff D. Hamann
Hamann, Donald & Associates, Inc.
PO Box 1421
Corvallis, Oregon USA 97339-1421
Bus. 541-753-7333
Cell. 541-740-5988
[EMAIL PROTECTED]
www.hamanndonald.com
--- End Message ---
--- Begin Message ---
All,
Seasons greeting to all.
I'm running PHP version
C:\>php-cgi.exe -v
PHP 4.3.0RC2 (cgi-fcgi), Copyright (c) 1997-2002 The
PHP Group
Zend Engine v1.4.0, Copyright (c) 1998-2002 Zend
Technologies
under windows 2000 server for production and windows
2000 prof for development. I am using IIS 5 as the Web
server and have tried the following under both the
php-cgi.exe and the isapi.dll (php4isapi.dll)
versions.
I have written a Web page that will allow an
authenticated user to FTP to a remote server and
upload/download files etc. This is very loosly based
on the WebFTP PHP application I had found last year.
My PHP script works when calling 'ftp_rawlist()' and
'ftp_nlist()' only if I authenticate as an
Administrator level account. If I connect as a normal
user the 2 functions return nothing.
It is obviously a permission issue, right? I have PHP
installed on systems as 'D:\PHP' for this folder and
all sub-folders I have added any and all users and
groups. Still the functions fail.
I tried moving all dll files to the
'C:\WINNT\System32' folder and still nothing.
I've verified the TMP and TEMP environment variables
are pointing to valid folders, and that these folders
also have full open permissions.
At this point I am stuck and am looking for some help
on how to dig into this issue an arrive at a solution.
Any takers?
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--- End Message ---
--- Begin Message ---
Phil, here ya go. The Intro is a little rough, but the steps are straight
forward. If you need anything else, or clarification, lemmie know.
[[DOCUMENT]]
ISSUE:
Installing PHP 4.X on Windows .NET Server Family (IIS 6.0)
SYMPTOMS:
Under IIS6.0 (.NET Server Family) the default installer of PHP will not
automatically configure the php executable to run and you will therefore run
into problems. Normally, just going in and setting it up as an ISAPI
extension would fix the problem, but with .NET Server Family, this is not
the case. There are some additional steps that you must take to ensure that
PHP will function properly under IIS6. These steps are listed below:
1. Download the latest PHP Windows Binaries from http://www.php.net
2. Run the installer and select the option to manually configure your
server. Select the installation path of your choice (default: c:\php\)
3. Once the setup is done, go into your IIS Server Manager and drop down to
the website that you wish to install PHP for. Set it up as you would under
a IIS5 server (Application Configuration, ISAPI Mappings) and setup the
php.exe to run the .php files. (You can do the same for .phps if you wish.)
4. The next step in getting this to work would to go the "Web Service
Extensions" under the IIS Services Manager. Once you have this open, select
"Add a new Web Service extension..." and set the extension name to ".php".
Select the "Add" button and navigate to the spot that you installed PHP.
Select the php.exe and hit "Ok". Select the checkbox at the bottom that
says "Set extension status to Allowed" and hit Ok.
CONCLUSION:
That is all that is needed to get PHP to function properly. If you do not
add it to the "Web Service Extensions" it will return a 404 error on all the
.php pages that you have. You only have to do step 3 one time on each
physical server, but step 2 for each site that you want to use php on IIS6.
Document created by Nick Hale [EMAIL PROTECTED] for the PHP Group.
[[/DOCUMENT]]
Nick "Harm" Hale
[EMAIL PROTECTED]
----- Original Message -----
From: "Phil Driscoll" <[EMAIL PROTECTED]>
To: "Nick H. -- Technical Support Engineer" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, December 27, 2002 10:49 AM
Subject: Re: [PHP-WIN] Re: PHP + IIS6 - Permission Issues?
> On Friday 27 December 2002 3:35 pm, Nick H. -- Technical Support Engineer
> wrote:
> > I'll work on it today and send it to this list as soon as Im done with
it.
> Thanks!
>
> --
> Phil Driscoll
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
btw, if anyone needs clarification or proof of my instructions working,
lemmie know and I'll give you the URL to my .NET box to show ya that all it
takes is a couple extra steps ;)
Nick "Harm" Hale
[EMAIL PROTECTED]
----- Original Message -----
From: "Phil Driscoll" <[EMAIL PROTECTED]>
To: "Nick H. -- Technical Support Engineer" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, December 27, 2002 10:49 AM
Subject: Re: [PHP-WIN] Re: PHP + IIS6 - Permission Issues?
> On Friday 27 December 2002 3:35 pm, Nick H. -- Technical Support Engineer
> wrote:
> > I'll work on it today and send it to this list as soon as Im done with
it.
> Thanks!
>
> --
> Phil Driscoll
--- End Message ---
--- Begin Message ---
I haven't been able to get it to run under Windows with IIS either. I think
it's a big problem with the php_gettext.dll itself. I've seen similiar
problems from people in the archives. So far, haven't found an answer.
Makes Horde/Imp pretty hard to work :(
-Grimps
"Kyle Bisignani" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I need to know if there is anyone who is successfully running Windows XP
or
> 2000 with Apache (2.0.40) and PHP (4.2.3) and has the gettext extension
> working properly. Just need to know if that works as it should!
> Thank you!
> ~Kyle Bisignani
>
> HAPPY HOLIDAYS
>
>
--- End Message ---