On 8/18/07, Yashesh Bhatia <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Here's an interesting observation i noticed while using foreach to
> iterate on arrays using
> references for it's values.
>
>
>
On 8/9/07, Ray <[EMAIL PROTECTED]> wrote:
> Hi all,
> I've done something and I want to know if I should be ashamed :)
>
> I've set up a form with method="POST" and target ="page.php?foo=bar"
> it works fine. $_POST[...] gives me the data I want and $_GET['foo']=='bar'.
> I freely admit it's an ugl
The Caching systems such as Zend Cache (not the Optimizer), MMCache,
APC, etc are expressly designed to store the tokenized version of the
PHP script to be executed.
Note that their REAL performance savings is actually in loading from
the hard drive into RAM, not actually the PHP tokenization.
S
3 matches
Mail list logo