Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure

2012-02-27 Thread Gergo Erdosi
No, you don't. Since CentOS 5.6, PHP 5.3 is part of the base repository. You are right, "yum install php" installs 5.1, but you don't have to download anything to install 5.3, just type "yum install php53". Gergo Erdosi On Tue, Feb 28, 2012 at 12:06 AM, Kris Craig

Re: [PHP-DEV] autoconf 2.68

2012-04-29 Thread Gergo Erdosi
ttp://thePHP.cc/ Yes, see Ramus' reply in an older thread: http://marc.info/?l=php-internals&m=131423346824759 Gergo Erdosi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] 5.3.8, Why is func_num_args() not working on a Clusure?

2011-12-20 Thread Gergo Erdosi
Hi, The function func_num_args() doesn't accept any parameters, so calling func_num_args($oClosure) is the same as calling simple func_num_args(). That's why it returns 1 instead of 2, which is I think the expected and correct behavior. Gergo Erdosi On Dec 21, 2011, at 24:43 ,