[PHP-DEV] Loading PHP Files from a PHP Extension

2008-03-07 Thread Jacob Santos
bedding and not Extending PHP. Jacob Santos -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PATCH: anonymous functions in PHP

2007-03-21 Thread Jacob Santos
So does this mean that the patch would be included even in its somewhat broken state? Just don't allow it in loops or warn when it is or access to outside scope variables. I need to get VLD working on Windows to see what the fuss is all about. I thought everything is compiled to oplines, if th

Re: [PHP-DEV] google SoC - dbobj

2007-03-21 Thread Jacob Santos
ility between the ORM PHP libraries. It would probably take another year, but it would be nice if it was bundled in a later version of PHP 5.x and PHP 6. Jacob Santos Lukas Kahwe Smith wrote: Andrey Hristov wrote: Hi, Lukas Kahwe Smith wrote: Robin Ericsson wrote: On 3/21/07, Bankó Ádám <[E

Re: [PHP-DEV] google SoC - dbobj

2007-03-20 Thread Jacob Santos
been building such solutions for years. Coming to a solution for a common API would be better in C as a PHP extension. It would also be easy to check for the existence of the extension to use it. Jacob Santos Hello! This paper seems to be interesting, but I don't have the time to read it no

[PHP-DEV] Re: PATCH: anonymous functions in PHP

2007-03-19 Thread Jacob Santos
P, at the very least it would negate the argument of those who say PHP doesn't support anonymous functions. Jacob Santos Updated patch at http://pastebin.ca/400952 Not 100% sure if my hack in zend_compile.c is righteous, but it doesn't seem too far wrong. --Wez. -- PHP Internal

[PHP-DEV] Re: google SoC - dbobj

2007-03-17 Thread Jacob Santos
even better. You don't have to work directly with PDO (as I had thought), just do as SDO does, and allow for a PDO object to be passed through the ORM constructor or method. But you probably already knew this. Hey, good luck getting accepted and to the completion of the project. Jacob Sa

[PHP-DEV] Re: PHP Just-In-Time Compiler

2007-03-08 Thread Jacob Santos
No, I am not interested in Phalanger. Thank you. If I wanted to work with .NET, I would write code using .NET. That won't be happening until some time in the Fall when I take an "advanced" programming class that uses the language. I do think the project is a good one, but I'm looking for somet

Re: [PHP-DEV] PHP Just-In-Time Compiler

2007-03-08 Thread Jacob Santos
be compiled at run time. Personally, I would like to do without the whole interpreting of the source and have PHP as a completely compiled (as in bytecode) language. I suspect that would not go off to well, so therefore I propose something that is compatible with what PHP does now. Shou

[PHP-DEV] PHP Just-In-Time Compiler

2007-03-07 Thread Jacob Santos
Has anyone tried this or know of anyone who is interested in implementing this for the Zend Engine? I tried searching the archives and didn't find anything on this topic. (Would Google help? No, only turns up some commercial PHP compiler for PHP 4.x. I believe it is possible currently using th