Re: [PHP-DEV] [IDEA/PRE-RFC] PHP Core Mentorship Program

2011-06-12 Thread Alexey Shein
Really great idea. I'd like to be a part of it (as a newcomer of course :)) 2011/6/10 David Coallier : > Hey all, > > Let me start by saying that this is merely an idea I'm trying to put > together and before doing so, I need to see who would be interested. > > A short while ago, the Python commun

Re: [PHP-DEV] [IDEA/PRE-RFC] PHP Core Mentorship Program

2011-06-12 Thread dukeofgaming
Hi David, That would be awesome. I do want to contribute but haven't got time to get to know all PHP's quirks. I have some knowledge of compiler theory and low level C/C++ (memory management, system programming). Some stuff I had in mind to try implementing: - The "object(...)" language construc

Re: [PHP-DEV] execute my php code before every php call

2011-06-12 Thread Pierre Joye
hi, It is not really a question for this list but more php-general. See http://www.php.net/manual/en/ini.core.php#ini.auto-prepend-file Cheers, On Sun, Jun 12, 2011 at 8:47 PM, techloop wrote: > Hi all, > > I have a simple code that override some env vars but i need it to run before > any othe

[PHP-DEV] execute my php code before every php call

2011-06-12 Thread techloop
Hi all, I have a simple code that override some env vars but i need it to run before any other php code on every php execution. I would like to avoid any change of all php code (even if its only to include the include command). Any one knows of such way ? I dont mind overriding this vars on ph