summaryrefslogtreecommitdiff
path: root/ext/phar/TODO
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-05-16 23:16:51 +0000
committerMarcus Boerger <helly@php.net>2007-05-16 23:16:51 +0000
commit5e3af23d204c0b29448cb78c46e9c5271633494f (patch)
tree6cdf983ca16da4adb1054316182c2e85014757b7 /ext/phar/TODO
parent6365d3e06a7b96ef4b69697a0d5fd89bbc272ce3 (diff)
downloadphp-git-5e3af23d204c0b29448cb78c46e9c5271633494f.tar.gz
- Reduce overhead of Phar's RINIT
Diffstat (limited to 'ext/phar/TODO')
-rw-r--r--ext/phar/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/TODO b/ext/phar/TODO
index 1cefffc91a..9734c02fbe 100644
--- a/ext/phar/TODO
+++ b/ext/phar/TODO
@@ -48,8 +48,8 @@ Version 1.2.0
X add preliminary phar command (phar.php) [Marcus]
X add phar command (phar.phar) [Marcus]
X list all available compression methods using Phar::getSupportedCompression() [Marcus]
+ X Reduce RINIT to variable initialization, no fcall, hashinit [Marcus]
- * Reduce RINIT to variable initialization, no fcall, hashinit
* Provide an additional header that allows better compatibility with PHP 4
__HALT_COMPILER();function __HALT_COMPILER(){}$a=<<<PHARDATABEGIN\n
* ability to have Phar object return file class as offsetGet() result