Re: [PHP] Better way to store data in memory?

2007-07-23 Thread Nicolas Quirin
Perhaps, you can use Zend Cache which comes with Zend Framework to store your data, without sharing them, allowing to store them in files or memory (shared or not) in an easy way...I'm intersting on Zend cache for its roadmap and because its a Zend product, like php...best quality and best

[PHP] regular expression and forbidden words

2007-07-18 Thread Nicolas Quirin
Hi, i'm french, i'm using regular expressions in php in order to rewrite hyperlink tags in a specific way before apache output is beeing sent to client. Purpose is to replace href attribute of any A html tag by a javascript function calling an ajax loader. Currently I have wrote that:

[PHP] regular expression and forbidden words

2007-07-18 Thread Nicolas Quirin
Hi, i'm french, i'm using regular expressions in php in order to rewrite hyperlink tags in a specific way before apache output is beeing sent to client. Purpose is to replace href attribute of any A html tag by a javascript function calling an ajax loader. Currently I have wrote that:

[PHP] rewrite hyperlink tags with a regular expression containing forbidden words

2007-07-17 Thread Nicolas Quirin
Hi, i'm french, i'm using regular expressions in php in order to rewrite hyperlink tags in a specific way before apache output is beeing sent to client. Purpose is to replace href attribute of any A html tag by a javascript function calling an ajax loader. Currently I have wrote that:

[PHP] regular expression and forbidden words

2007-07-17 Thread Nicolas Quirin
Hi, i'm french, i'm using regular expressions in php in order to rewrite hyperlink tags in a specific way before apache output is beeing sent to client. Purpose is to replace href attribute of any A html tag by a javascript function calling an ajax loader. Currently I have wrote that:

Re: [PHP] Custom database session handler and data concurrent access from ajax request

2007-05-03 Thread Nicolas Quirin
Nobody could help me??? THX - Original Message - From: [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Thursday, May 03, 2007 11:45 AM Subject: [PHP] Custom database session handler and data concurrent access from ajax request Hi, i'm currently working on a web site that

Fw: [PHP] Custom database session handler and data concurrent access from ajax request

2007-05-03 Thread Nicolas Quirin
- Original Message - From: Nicolas Quirin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2007 6:22 PM Subject: Re: [PHP] Custom database session handler and data concurrent access from ajax request Ok thanks a lot to confirm my problem. I have partially