Re: [PEAR-DEV] Re: BC breaks: Cache_Lite, PHP_Documentor
[email protected] (till)
| Newsgroups | php.pear.dev,php.pear.qa |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Sep 6, 2010 at 11:24 AM, Daniel O'Connor <[email protected]> wrote: > For the interest of the wider list; we're down to a tiny amount of > it-will-break-one-day code: > http://test.pear.php.net/unit-test-results/deprecated.txt > How do you like this: http://friendpaste.com/1jrxQBie31IiJKXZDXaR0P (Not a huge fan of $GLOBALS, but it would keep the API.) I'd prolly do $name, $value = "HTTPxSESSION2xNOTSET" and use $GLOBALS if it's anything different? Till