[PHP-DEV] CVS update: php31 From: rasmus (php-dev <email protected>)
Date: 10/31/98

Date: Saturday October 31, 1998 @ 9:31
Author: rasmus

Update of /repository/php31
In directory asf:/u2/tmp/cvs-serv14786

Modified Files:
        WISHLIST-3.1
Log Message:
Add a wishlist item

Index: php31/WISHLIST-3.1
diff -c php31/WISHLIST-3.1:2.3 php31/WISHLIST-3.1:2.4
*** php31/WISHLIST-3.1:2.3 Thu Sep 10 17:56:38 1998
--- php31/WISHLIST-3.1 Sat Oct 31 09:31:53 1998
***************
*** 20,25 ****
--- 20,27 ----
  V Make it possible to declare smarter user functions: (done in 3.0)
    - Optional parameters
    - Parameters that are forced/prefered by reference
+ * Make it possible to declare a default function arg to be an array.
+ ie. function test($foo=array(1,2,3))
  ? Make object parsing more general, and allow nested arrays/objects with
    unlimited levels.
  ? Persistent functions and classes
***************
*** 33,36 ****
  * Improve string scanning&parsing to allow ${full_expr}
  * Make the memory manager maintain its cache across hits
  ? Disable reusing non-persistent connections and enable opening multiple links
! to the same server on the various SQL modules. Perhaps make it selectable.
\ No newline at end of file
--- 35,38 ----
  * Improve string scanning&parsing to allow ${full_expr}
  * Make the memory manager maintain its cache across hits
  ? Disable reusing non-persistent connections and enable opening multiple links
! to the same server on the various SQL modules. Perhaps make it selectable.

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>