php-general Digest 22 Sep 2009 13:45:13 -0000 Issue 6352

2009-09-22 Thread php-general-digest-help
php-general Digest 22 Sep 2009 13:45:13 - Issue 6352 Topics (messages 298248 through 298256): Re: Extract links from strings 298248 by: Jim Lucas 298249 by: Jim Lucas Re: Validation XHTML code and repairing broken one 298250 by: Manuel Lemos 298255 by:

php-general Digest 23 Sep 2009 03:27:41 -0000 Issue 6353

2009-09-22 Thread php-general-digest-help
php-general Digest 23 Sep 2009 03:27:41 - Issue 6353 Topics (messages 298257 through 298267): session.gc_maxlifetime 298257 by: Tom Worster 298258 by: Ralph Deffke 298259 by: Ralph Deffke 298260 by: Tom Worster 298261 by: Ralph Deffke Misusing The

[PHP] Question: Wai-aria?

2009-09-22 Thread Parham Doustdar
Hello there, I have asked on the mailing lists that have blind users and no one seems to know about this technology (that is ironically created to help us blind folks). I was wondering if anyone here has the experience of implementing Wai-aria. Since my question is rather about Wai-aria than

Re: [PHP] using a USB device (flash) in the Virtualbox

2009-09-22 Thread Ashley Sheridan
On Mon, 2009-09-21 at 22:50 -0700, chamba kasonde wrote: Hi! I am a new user of this feature and tool and would like to transfer data and info to and from Windows Xp in the Virtualbox running on a Linux Ubuntu platform. My first version of Virtualbox was 2._ _ _ which said it did not

Re: [PHP] Question: Wai-aria?

2009-09-22 Thread Fernando Castillo Aparicio
Ups! By mistake I didn't reply to all. Resending. Sorry. De: Parham Doustdar parha...@gmail.com Para: php-general@lists.php.net Enviado: martes, 22 de septiembre, 2009 9:41:44 Asunto: [PHP] Question: Wai-aria? Hello there, I have asked on the mailing lists

Re: [PHP] Re: Validation XHTML code and repairing broken one

2009-09-22 Thread Michael A. Peters
Al wrote: Hello, I have few questions about validation XHTML and repairing if it's broken. The problem is that I have some, for example HTML code (simple web page) and want to load that page to DOMDocument and than make something of it. That part works perfect, but if there is unclosed tag

Re: [PHP] using a USB device (flash) in the Virtualbox

2009-09-22 Thread Robert Cummings
Ashley Sheridan wrote: On Mon, 2009-09-21 at 22:50 -0700, chamba kasonde wrote: Hi! I am a new user of this feature and tool and would like to transfer data and info to and from Windows Xp in the Virtualbox running on a Linux Ubuntu platform. My first version of Virtualbox was 2._ _ _ which

[PHP] session.gc_maxlifetime

2009-09-22 Thread Tom Worster
i'm not 100% sure what the manual means when it says... session.gc_maxlifetime integer session.gc_maxlifetime specifies the number of seconds after which data will be seen as 'garbage' and cleaned up. Garbage collection occurs during session start. what event exactly does the after which here

[PHP] Re: session.gc_maxlifetime

2009-09-22 Thread Ralph Deffke
Hi Tom, i did find this in the bug reports, its pretty new and should be an answer. http://news.php.net/php.doc.bugs/2653 ralph_def...@yahoo.de Tom Worster f...@thefsb.org wrote in message news:c6de9eee.12c8d%...@thefsb.org... i'm not 100% sure what the manual means when it says...

[PHP] Re: session.gc_maxlifetime

2009-09-22 Thread Ralph Deffke
I forgot to mention, that this doesn't mean, you can not read data after this timeout or that a session does ALWAYS die after this timeout. I would assume, that the server has to have a reason to run garbage clean up. If the server is not running a clean up, I would expect the session would excist

Re: [PHP] Re: session.gc_maxlifetime

2009-09-22 Thread Tom Worster
thank you, Ralph! i'm going to be bold and assume that tom at punkave dot com is right despite that the report was discarded. i got a complaint from a client about some users reporting being logged out with rather short periods of inactivity. but session.gc_maxlifetime is set to 6 hours so i

Re: [PHP] Re: session.gc_maxlifetime

2009-09-22 Thread Ralph Deffke
Hi Tom, in sometimes 2001 I did have incidences with those things, and as I remember over the past years there where some trouble with operating systems and stuff. This part is very deep inside the os. I would expect that this is still to consider. I also would check, if this occurs on very