[wp-hackers] Re: SOAP Interface and moving to php 5

Robert Deaton false.hopes at gmail.com
Fri May 18 19:50:42 GMT 2007


On 5/18/07, Doug Stewart <zamoose at gmail.com> wrote:
> Let's do this: let's document what NOT having PHP5 as a requirement
> restrains us from implementing.
>
> SimpleXML stuff comes readily to mind.  What else?

Interfaces - great for plugin API stuff.
Classes with __get and __set, potential for nice theme work.
Phar - may also have great plugin potential
Streams support, has great potential in a few areas such as the
templating engine, which would be a nice place to be able to fiddle
with streams when including and requiring.
Filter. Everyone knows we could probably use it.
PDO + bound parameters, no more SQL injection
DateTime. Proper timezone support.
JSON. Native C class.
headers_list(), really needed to finish implementing WP-Cache properly.
php_check_syntax(), properly implement the plugins avoiding fatal errors code.
Zip. Also has potential for plugins and themes.

I can think of more if necessary.

-- 
--Robert Deaton


More information about the wp-hackers mailing list