php-windows Digest 2 Dec 2005 20:09:12 -0000 Issue 2843

Topics (messages 26564 through 26567):

Re: Access violation
        26564 by: Donald Plummer

Re: HTML event handling
        26565 by: DvDmanDT
        26566 by: gued steph

php_zip - how to get zipped file date/time
        26567 by: Vladimir Iahnenco

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 ---
I wish I knew of a workaround. The closests I've come to is in IIS6 I have
the worker application pool set to recycle every hour, which seems to help.
But it's a crude solution.

--
Donald

-----Original Message-----
From: Fawaz Shareef [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 01, 2005 2:33 PM
To: Donald Plummer
Subject: RE: [PHP-WIN] Access violation

Hello Donald,

Thanks for the reply. I am running php as an ISAPI module. Are there any
workarounds other than using the CGI.

Thanks
Fawaz 

-----Original Message-----
From: Donald Plummer [mailto:[EMAIL PROTECTED]
Sent: Friday, 2 December 2005 11:13 a.m.
To: Fawaz Shareef
Subject: RE: [PHP-WIN] Access violation

Are your running PHP as an ISAPI module or CGI? The ISAPI module often comes
up with similar errors for me.

--
Donald 

-----Original Message-----
From: Fawaz Shareef [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 01, 2005 12:57 PM
To: [email protected]
Subject: [PHP-WIN] Access violation

Hi,
 
I have installed php 5.1.1, IIS 5 and MySQL 4.1.7 and I am getting the
following error every now and then.
 
"PHP has encountered an Access Violation at 77FCCAAF"
 
Sometimes I am able to view php files but most of the times I get this error
and php hangs. Can anyone help
 
Fawaz
____________________________________________________
Learn real skills for the real world - Apply online at http://www.ucol.ac.nz
or call 0800 GO UCOL (0800 46 8265) or txt free
3388 for more information and make a good move to UCOL  Universal College
of Learning.

Enrol with a public institute and be certain of your future
____________________________________________________

--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php







____________________________________________________
Learn real skills for the real world - Apply online at http://www.ucol.ac.nz
or call 0800 GO UCOL (0800 46 8265) or txt free 3388 for more information
and make a good move to UCOL  Universal College of Learning.

Enrol with a public institute and be certain of your future
____________________________________________________

--- End Message ---
--- Begin Message ---
Not unless you can force all users to install PHP and the ActiveScript SAPI 
module.. Then I think you could do it.. But I haven't tried it..

-- 

// DvDmanDT
mail: dvdmandt¤telia.com
msn: dvdmandt¤hotmail.com
"Panos Laganakos" <[EMAIL PROTECTED]> skrev i meddelandet 
news:[EMAIL PROTECTED]
Is it possible to handle the X/HTML events through PHP or, its only
possible through JS?

i.e. could I handle an onload event? 

--- End Message ---
--- Begin Message ---
Hi, you can use Js to redirect to PHP.

for example :

onload="PHPeventhanler(this)"
fucntion PHPeventhanler(event)
{
  location.href='HTMLeventHandler.php?event='+this;
}

this will call your php page with an Id to the HTML
objetc witch create the event.

there is an event object in Js. In Netscape event.type
send the event type (abort, mouseover,...) fo IE you
have to test event.abort, event.onmouseover, ... to
know event type.

Stephane
--- DvDmanDT <[EMAIL PROTECTED]> a écrit :

> Not unless you can force all users to install PHP
> and the ActiveScript SAPI 
> module.. Then I think you could do it.. But I
> haven't tried it..
> 
> -- 
> 
> // DvDmanDT
> mail: dvdmandt¤telia.com
> msn: dvdmandt¤hotmail.com
> "Panos Laganakos" <[EMAIL PROTECTED]> skrev
> i meddelandet 
>
news:[EMAIL PROTECTED]
> Is it possible to handle the X/HTML events through
> PHP or, its only
> possible through JS?
> 
> i.e. could I handle an onload event? 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 



        

        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

--- End Message ---
--- Begin Message ---
Hi All,
Is it possible to read archived file date and time?
I need to determine if files on www are newer than local ones. To compare 
only sizes looks not enough.

Thanks,
Vladimir 

--- End Message ---

Reply via email to