php-windows Digest 13 Dec 2001 09:51:50 -0000 Issue 898
Topics (messages 10859 through 10870):
Re: Online editor
10859 by: Alain Samoun
10863 by: Pierre Marceau
Re: sorting array
10860 by: Ignatius Teo
PHP 4.1.0 and ISAPI still no good...
10861 by: Tommy Finsen
10862 by: Tommy Finsen
PHP 4.1.0 Win32 Error
10864 by: Yinjing
10865 by: Yinjing
10867 by: Rygars
10869 by: Pac mon
IIS Lockdown Tool
10866 by: Robin Bolton
10868 by: George Pitcher
PHP & APACHE Authenticate
10870 by: Silvia Mahiques
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 ---
www.ultraedit.com
On Thu, Dec 13, 2001 at 10:34:53AM -0800, R. Lindeman wrote:
> could someone help me get a online editor
>
> thanx
>
>
>
>
>
> --
> PHP Windows 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-mail: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Give EditPHP a try ... http://www.skynet.ca/~pierre/
----- Original Message -----
From: "R. Lindeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 1:34 PM
Subject: [PHP-WIN] Online editor
> could someone help me get a online editor
>
> thanx
>
>
>
>
>
> --
> PHP Windows 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-mail: [EMAIL PROTECTED]
>
>
--- End Message ---
--- Begin Message ---
try
$array_eng[$date] = $file;
inside your while loop
Ignatius
----- Original Message -----
From: "Adam Smith" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 12, 2001 11:52 PM
Subject: [PHP-WIN] sorting array
>
>
> Hi I'm confused with array in php.
>
>
> $array_eng=array($date => $file)
>
> In this code I read a directory and
> use the file date as key and file name as value
> but when the loop end i 've only the last file read in the array, it's
> like that the array is recreated each time.
>
> Any idea? How arrive to a results like this ( remove // print_r ... ) :
>
> Array ( [20001003] => bms031000_eng.pdf )
> Array ( [20001203] => bms031201_eng.pdf )
> Array ( [20001107] => bms071101_eng.pdf )
>
> instead of only :
>
> 20001107 -> bms071101_eng.pdf
>
> Thanls
>
>
>
> $handle=opendir($path_eng);
> while (false!==($file = readdir($handle))) {
> .
> .
> .
> .
> $array_eng=array($date => $file);
>
>
> // print_r ($array_eng);
>
> }
>
> print_r ($array_eng);
>
> _________________________________________________________________
> Scarica GRATUITAMENTE MSN Explorer dall'indirizzo
> http://explorer.msn.it/intl.asp.
>
>
> --
> PHP Windows 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-mail: [EMAIL PROTECTED]
>
--- End Message ---
--- Begin Message ---
I just installed the 4.1.0 version of PHP, and decided to try out the "new
and improved" ISAPI module. It clearly seems to be faster than the previous
one, but after 20 minutes or so, it died with...
"PHP has encountered an Access Violation at ..."
... just like the old ISAPI did. Well, so much for that test. Going back to
CGI again. Anyone else had more luck with it?
BTW: Here is my system
W2K Server SP2 (+hotfixes), IIS 5 (+hotfixes), PHP 4.1.0 (CGI, w/gzip),
MySQL 3.23.46a (w/InnoDB), PII 500MHz, 384MB RAM, 9GB U2W SCSI
Regards
- Tommy
PS! I've tried the new ISAPI module on three machines with differen
SW/HW-specs. Same result each time.
--- End Message ---
--- Begin Message ---
At 13.12.2001 00:15, Tommy Finsen wrote:
>I just installed the 4.1.0 version of PHP, and decided to try out the "new
>and improved" ISAPI module. It clearly seems to be faster than the
>previous one, but after 20 minutes or so, it died with...
>
>"PHP has encountered an Access Violation at ..."
>
>... just like the old ISAPI did. Well, so much for that test. Going back
>to CGI again. Anyone else had more luck with it?
Well, seems I could have saved you reporting this. I found the following in
the bug-tracking system...
http://bugs.php.net/bug.php?id=13408
As you may notice, the issue is still considerer unresolved.
Darn :)
- Tommy
- --- -- -- -.-- ..-. .. -. ... . -.
Tommy Finsen
Redaktør, Webmaster, Hostmaster, Postmaster
http://www.laiv.org
Mail: mailto:[EMAIL PROTECTED] | ICQ: 908297
Cell +47 90531602 | Work +47 23062856 | Fax +47 23062801
- "Careful. We don't want to learn from this." - Calvin
--- End Message ---
--- Begin Message ---
When I upgrade my PHP from version 4.0.6 to version 4.1.0, I met with a
warning message as below:
Warning: Unknown persistent list entry type in module shutdown (20) in
Unknown on line 0
If I come back to the version lower than 4.0.6, such an error will not
occur.
In all the above version changing process, the configuration file php.ini
remain not changed.
Yinjing
2001-12-13
--- End Message ---
--- Begin Message ---
When I upgrade my PHP from version 4.06 to version 4.10, I met with a
warning message as below:
Warning: Unknown persistent list entry type in module shutdown (20) in
Unknown on line 0
If I come back to the version lower than 4.06, such an error will not occur.
In all the above version changing process, the configuration file php.ini
remain not changed.
Yinjing
2001-12-13
--- End Message ---
--- Begin Message ---
A message that is almost like yours I encountered with PHP 4.1.0: PHP
Warning: Unknown persistent list entry type in module shutdown (11) in
Unknown on line 0. The configuration file was not changed while in upgrade
process.
PHP 4.1.0 + IIS 5.0 + Win2K Server + 2Gb RAM + 2XP3 800 + HDD UltraATA 100
----- Original Message -----
From: "Yinjing" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 7:55 AM
Subject: [PHP-WIN] PHP 4.1.0 Win32 Error
> When I upgrade my PHP from version 4.0.6 to version 4.1.0, I met with a
> warning message as below:
> Warning: Unknown persistent list entry type in module shutdown (20) in
> Unknown on line 0
> If I come back to the version lower than 4.0.6, such an error will not
> occur.
> In all the above version changing process, the configuration file php.ini
> remain not changed.
>
> Yinjing
> 2001-12-13
>
>
>
> --
> PHP Windows 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-mail: [EMAIL PROTECTED]
>
>
--- End Message ---
--- Begin Message ---
You really SHOULD change the php.ini file. There ARE differences. The only
error I encountered was a function not existing when it tried to load
php4sapi.dll... My problem was simply that I forgot to copy php4ts.dll to
the system32 directory. Other than that I've had no problems. Server info:
w2k pro, apache1.3.20, php4.1
BTW -> DON'T USE IIS (Inherently Insecure Server)
>A message that is almost like yours I encountered with PHP 4.1.0: PHP
>Warning: Unknown persistent list entry type in module shutdown (11) in
>Unknown on line 0. The configuration file was not changed while in upgrade
>process.
>PHP 4.1.0 + IIS 5.0 + Win2K Server + 2Gb RAM + 2XP3 800 + HDD UltraATA 100
>
>----- Original Message -----
>From: "Yinjing" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, December 13, 2001 7:55 AM
>Subject: [PHP-WIN] PHP 4.1.0 Win32 Error
>
>
> > When I upgrade my PHP from version 4.0.6 to version 4.1.0, I met with a
> > warning message as below:
> > Warning: Unknown persistent list entry type in module shutdown (20) in
> > Unknown on line 0
> > If I come back to the version lower than 4.0.6, such an error will not
> > occur.
> > In all the above version changing process, the configuration file
>php.ini
> > remain not changed.
> >
> > Yinjing
> > 2001-12-13
> >
> >
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
--- End Message ---
--- Begin Message ---
While browsing www.microsoft.com I stumbled across something that some
of you may have a use for:
http://www.microsoft.com/technet/security/tools/locktool.asp
Enjoy
--- End Message ---
--- Begin Message ---
Warning: check that your non-'*.html' extension pages work after you've done
this. We had to de-activate IIS locktool to get our sites to work at all.
George
----- Original Message -----
From: "Robin Bolton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 7:13 AM
Subject: [PHP-WIN] IIS Lockdown Tool
> While browsing www.microsoft.com I stumbled across something that some
> of you may have a use for:
>
> http://www.microsoft.com/technet/security/tools/locktool.asp
>
>
> Enjoy
>
>
> --
> PHP Windows 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-mail: [EMAIL PROTECTED]
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--- End Message ---
--- Begin Message ---
-----Mensaje original-----
De: Silvia Mahiques [mailto:[EMAIL PROTECTED]]
Enviado el: jueves, 13 de diciembre de 2001 10:45
Para: [EMAIL PROTECTED]
Asunto: PHP & APACHE Authenticate
-----Mensaje original-----
De: Silvia Mahiques [mailto:[EMAIL PROTECTED]]
Enviado el: jueves, 13 de diciembre de 2001 10:32
Para: [EMAIL PROTECTED]
Asunto: PHP & APACHE Authenticate
Hi Friends!:
I have some problems with APACHE Authenticate. I have a directory with
access control. This is his structure:
<intranet_directory>
file_1.php4
...
<people_directory>
file1_1.php4
...
<research_directory>
<publications_directory>
...
The problem is that I can't access to file1_1.php4 that is call from
file_1.php4 with a POST method. This POST method is make without user
interaction, is call internaly by script file_1.php4. All is Ok when I
access file_1.php4, but when I try to access file1_1.php4 the server sends
this message:
HTTP/1.1 401 Authorization Required Date: Wed, 12 Dec 2001 18:45:16 GMT
Server: Apache/1.3.20 (Win32) PHP/4.0.6 WWW-Authenticate: Basic
realm="Restricted GTC member Directory" Connection: close Content-Type:
text/html; charset=iso-8859-1
Authorization Required
This server could not verify that you are authorized to access the document
requested. Either you supplied the wrong credentials (e.g., bad password),
or your browser doesn't understand how to supply the credentials required.
I think that I have to pass to the server the information about Authenticate
(type of Authenticate, user, password) when I make a POST internaly, because
this work is make normaly by browser and perhaps I have to do now. But, how
can I make this?
--- End Message ---