[PHP-DEV] A Newbie question.

2002-03-07 Thread S.Murali Krishna
Hi PHP Experts, I'm a newbie to this developer mailing list. I've had considerable experience in PHP and C. Now I want to contribute to PHP development. I'm going through Zend API. could anyone pls tell me how to became a active developer, and where to specify our topic of

[PHP-DEV] Non-Existent function Error

2002-03-10 Thread S.Murali Krishna
Hi Devs, Sorry to ask this question Here, but I already tried general mailing list enough so to come here. How can I capture Error thrown by php for Non existent or undefined function. I used set_error_handler() but its not at all capturing, It silently IGNORING the

[PHP-DEV] Not creating binary file.

2002-03-14 Thread S.Murali Krishna
Hi Devs, I have added sample extension from zend site to php source code and compiled as stated in README.EXT.. file. It is going fine but, I could not get PHP BINARY file instead a filename libphp4.la has been created. Iam compiling as normal user. I

[PHP-DEV] Where to send the patch

2002-03-17 Thread S.Murali Krishna
Dear all, If anybody knows perl and its AUTOLOAD method, read the following. I have been in search for the above feauture in PHP quite long time. Even I tried with ErrorHandler settings but it didn't worked for me. so I modified zend engine source code to meet my

[PHP-DEV] AUTOLOAD in PHP

2002-03-21 Thread S.Murali Krishna
Hi, As I told in my Previous Post that I have added a feauture in PHP which is similar to AUTOLOAD feauture in Perl Modules. I had sent a unified diff output along with this. According to that if a user tried to call a undefined function, PHP Zend Engine would

Re: [PHP-DEV] AUTOLOAD in PHP

2002-03-21 Thread S.Murali Krishna
__get or __set method. If anything needs to be done for this, please tell me. On Thu, 21 Mar 2002, Chris Adams wrote: On Thursday, March 21, 2002, at 03:41 , S.Murali Krishna wrote: scope, if it finds one, it would set the global variable $php_undef_func_name Why not pass the function

Re: [PHP-DEV] AUTOLOAD in PHP

2002-03-23 Thread S.Murali Krishna
has a seperate Note about that. I think to pass the undef_function_name as first argument, could you point me any code similar to this. S.Murali Krishna wrote: Hi, As I told in my Previous Post that I have added a feauture in PHP which is similar to AUTOLOAD feauture

[PHP-DEV] Any Gimp Extension out there

2002-05-25 Thread S.Murali Krishna
Hi all I have been working on adding a Gimp (GNU Image Manipulation tool) extension module to PHP. Let me know if anybody out there doing the same. This is just to ensure that I'm not reinventing the same wheel. Thanks