]> granicus.if.org Git - php/commitdiff
add note about new include functionality
authorGreg Beaver <cellog@php.net>
Tue, 11 Dec 2007 03:12:42 +0000 (03:12 +0000)
committerGreg Beaver <cellog@php.net>
Tue, 11 Dec 2007 03:12:42 +0000 (03:12 +0000)
ext/phar/package.php

index 25bf354a167aaa23794fc3ed898c16a64752c4b2..f1331eb0dfdedc0d2812b87ac3aa10f70a89bb04 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 
 $notes = '
+ * add mapping of include/require from within a phar to location within phar [Greg]
+   solves the include_path issue without code munging
  * add Phar::delete() [Greg]
 ';