helly           Wed May 23 18:48:16 2007 UTC

  Modified files:              
    /php-src    README.PARAMETER_PARSING_API 
  Log:
  - Fix f
  
http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.20&r2=1.21&diff_format=u
Index: php-src/README.PARAMETER_PARSING_API
diff -u php-src/README.PARAMETER_PARSING_API:1.20 
php-src/README.PARAMETER_PARSING_API:1.21
--- php-src/README.PARAMETER_PARSING_API:1.20   Mon Feb  5 17:59:11 2007
+++ php-src/README.PARAMETER_PARSING_API        Wed May 23 18:48:16 2007
@@ -43,7 +43,7 @@
  C  - class (zend_class_entry*)
  d  - double (double)
  f  - function or array containing php method call info (returned as 
-      zend_fcall_info* and zend_fcall_info_cache*)
+      zend_fcall_info and zend_fcall_info_cache)
  h  - array (returned as HashTable*)
  l  - long (long)
  o  - object of any type (zval*)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to