Stefan Priebsch schrieb:
Stanislav Malyshev schrieb:
SELECT class FROM LibB WHERE class.name NOT LIKE 'Date%' AND
class.version < 3.14 OR class.approved='Manager'
Maybe we should use PDO to support these? ;)

For performance reasons, I would rather suggest using native database
APIs instead of PDO. When do you think you can have the patch ready?

;-)

storing the source in a database would be nice, would make many things much easier ... all this inlcude_path issues, searching, indexing (functions, classes), scopes, grouping (namespaces, packages), documenting, moving, defining dependencies, ...

LOAD FROM function
WHERE 'string' IN (param_type)
AND return = 'array'
AND function = 'split'

LOAD FROM function
WHERE group = 'date'

...

;-)

--
Sebastian

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to