andrei          Mon Feb  6 19:02:53 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/pcre   php_pcre.c 
  Log:
  TODO
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.5&r2=1.168.2.6&diff_format=u
Index: php-src/ext/pcre/php_pcre.c
diff -u php-src/ext/pcre/php_pcre.c:1.168.2.5 
php-src/ext/pcre/php_pcre.c:1.168.2.6
--- php-src/ext/pcre/php_pcre.c:1.168.2.5       Sun Jan  1 12:50:11 2006
+++ php-src/ext/pcre/php_pcre.c Mon Feb  6 19:02:53 2006
@@ -16,7 +16,14 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_pcre.c,v 1.168.2.5 2006/01/01 12:50:11 sniper Exp $ */
+/* $Id: php_pcre.c,v 1.168.2.6 2006/02/06 19:02:53 andrei Exp $ */
+
+/*
+ * TODO
+ *
+ * - Allow NULL for $matches argument (helps when using preg_match only for
+ *   match condition)
+ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"

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

Reply via email to