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

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

Re: [PHP-DEV] google SoC - dbobj

2007-03-21 Thread Jacob Santos
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 [EMAIL PROTECTED] wrote

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

Re: [PHP-DEV] google SoC - dbobj

2007-03-20 Thread Jacob Santos
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 now. If only

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

2007-03-19 Thread Jacob Santos
, 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 Internals - PHP Runtime

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

2007-03-08 Thread Jacob Santos
off to well, so therefore I propose something that is compatible with what PHP does now. Should also be easier as everything I would need to do already exists. Jacob Santos You don't understand how APC is used. On large web sites that run APC each PHP file will, eventually, end up being compiled

[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