[PHP-CVS] cvs: php-src(PHP_5_2) / TODO

2007-05-01 Thread Ilia Alshanetsky
iliaa   Tue May  1 23:04:30 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcTODO 
  Log:
  Removed completed TODO items
  
  
http://cvs.php.net/viewvc.cgi/php-src/TODO?r1=1.156.2.1.2.1r2=1.156.2.1.2.2diff_format=u
Index: php-src/TODO
diff -u php-src/TODO:1.156.2.1.2.1 php-src/TODO:1.156.2.1.2.2
--- php-src/TODO:1.156.2.1.2.1  Thu Feb  8 02:10:24 2007
+++ php-src/TODOTue May  1 23:04:30 2007
@@ -96,13 +96,6 @@
 * Remove all zend_extension code
 * Add object callback support to pcntl_signal()
 
-ext/pgsql
--
-For PHP 4.3.0:
-* Add pg_metadata() with metadata cache feature.
-* Add pg_convert() to check and convert array value for query.
-* Add pg_insert/pg_update/pg_delete/pg_select for simple query.
-
 ext/session
 ---
 For PHP 4.3.0:

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



[PHP-CVS] cvs: php-src(PHP_5_2) / TODO-PHP5

2007-04-25 Thread Ilia Alshanetsky
iliaa   Wed Apr 25 18:22:43 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcTODO-PHP5 
  Log:
  
  Update TODO: filter extension was added
  
http://cvs.php.net/viewvc.cgi/php-src/TODO-PHP5?r1=1.3r2=1.3.6.1diff_format=u
Index: php-src/TODO-PHP5
diff -u php-src/TODO-PHP5:1.3 php-src/TODO-PHP5:1.3.6.1
--- php-src/TODO-PHP5:1.3   Fri May 28 09:06:56 2004
+++ php-src/TODO-PHP5   Wed Apr 25 18:22:43 2007
@@ -48,26 +48,6 @@
 Timeframe:  ? (but shouldn't be much effort, most modules are probably ok)
 
 
-Component:  Input Filtering
-- Implement a SAPI input filter hook that will get called
-  just before registering a variable in the 
-  treat_data/post_handler hooks.  (done)
-- Make sure this is also done in mbstring  (done)
-- Provide access functions, or perhaps a new 
-  $_RAW_GET/POST/Cookie set of superglobals to get at the
-  unfiltered data
-- Provide a .ini directive which allows people to set their
-  input filter to one of the built-in strip_tags,
-  htmlspecialchars or whatever other internal function might
-  be useful here.
-- (The main benefit of this is to make it easier for people
-   to solve the XSS problem once and for all without having
-   to go through every line of their code and adding input
-   validation/filtering everywhere)
-Responsibility: Rasmus
-Timeframe:  Yesterday
-
-
 Component:  RPC Abstraction Layer
 Porting java, com, dotnet, xmlrpc, corba, soap and python, srm
 (are there more ?) to work with the new oo api and preferably

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



[PHP-CVS] cvs: php-src(PHP_5_2) / TODO

2007-02-07 Thread Ilia Alshanetsky
iliaa   Thu Feb  8 02:10:24 2007 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcTODO 
  Log:
  
  Remove already done item from the todo
  
  
http://cvs.php.net/viewvc.cgi/php-src/TODO?r1=1.156.2.1r2=1.156.2.1.2.1diff_format=u
Index: php-src/TODO
diff -u php-src/TODO:1.156.2.1 php-src/TODO:1.156.2.1.2.1
--- php-src/TODO:1.156.2.1  Wed Sep  7 02:33:12 2005
+++ php-src/TODOThu Feb  8 02:10:24 2007
@@ -129,7 +129,6 @@
 ext/wddx
 
 * See if we can support the remaining data types:
-dateTime
 binary
 
 http://www.wddx.org/WDDX_SDK_10a/7__References/WDDX_DTD.htm

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