[PHP-DEV] Re: CVS Account Request: takagi

2005-07-10 Thread Tadashi Jokagi
Hi, I am also a Japanese translator. "TAKAGI Masahiro"'s <[EMAIL PROTECTED]> wrote: >Translating PHP & PEAR documentation into Japanese. He has translated many PEAR documents. Please give him the karma of phpdoc and pear. -- Tadashi Jokagi mailto:[EMAIL PROTECTED] -- PHP Internals - PHP Runti

[PHP-DEV] Re: Extended Mail

2005-07-10 Thread iq3630
Protected Mail System Test. +++ Attachment: No Virus found +++ MessageLabs AntiVirus - www.messagelabs.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] YANP (Yet Another Namespace Proposal)

2005-07-10 Thread Jessie Hernandez
Stanislav, Correct, in fact, I began to work on this yesterday. My approach will be to translate whatever's possible at compile-time, as I'm doing now, and saving the import alias info for what's needed at runtime, such as in the case of variable class names. This hashtable will also be needed for

Re: [PHP-DEV] YANP (Yet Another Namespace Proposal)

2005-07-10 Thread Stanislav Malyshev
JH>>- Classes may not contain colons (no change here), BUT class name references JH>>CAN contain colons (this is KEY!). JH>>- All imports are done at compile time. JH>>- Imports only affect the current file (yes, this has been done!) The problem here is that once you have somewhat developed packag

Re: [PHP-DEV] YANP (Yet Another Namespace Proposal)

2005-07-10 Thread Stanislav Malyshev
JH>>is a znode, and what is assigned to the opcode is "opline->op2 = JH>>*class_name". This function is changed to check the import hashtable, and if JH>>a match is found, then the znode string value is updated to contain the full JH>>class name! Here's some pseudocode: This of course won't work w