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
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
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 ,