[PHP-DEV] Some info for zend functions

2005-02-05 Thread taft
I want to learn to write some extention for PHP. But it is hard for me to get to know all the needed zend function and Macro reference( the parameter, their respect function etc) Is there any guide for that besides PHP offical documentaries? -- PHP Internals - PHP Runtime Development Mailing Lis

[PHP-DEV] AMD64 and libdir Broken?

2005-02-05 Thread Hans Zaunere
Some time ago we talked about compiling PHP on an AMD64. Joe Orton was kind enough to patch the 5.1 branch to include the --with-libdir directive to ./configure to allow for searching in libs in such places as /lib64 and /usr/lib64 and it worked great. However, after downloading the php5-2005

[PHP-DEV] inconsistent return value from array_map() when used with call_user_func_array()

2005-02-05 Thread Jochem Maas
Hi devs, I was playing around with call_user_func_array() and array_map() on PHP 5.0.2 (cli) (built: Nov 9 2004 19:00:36) and noticed the that calling call_user_func_array() on 'array_map' with more than 2 args (i.e. more than just the name of the callback and array argument that are required for

Re: [PHP-DEV] PHP 5.1

2005-02-05 Thread Sveta Smirnova
Rasmus Lerdorf wrote: Ron Korving wrote: You guys can write your own implementation and put it in PECL alongside the one I am putting in there and we can decide if any of them should be bundled by default. Perhaps none of them should, but like it or not, people want to filter at this level and t