Hi.
On Mon, Jan 31, 2011 at 3:46 PM, Kalle Sommer Nielsen wrote:
> The PHP_5_2 branch is dead, so please revert the changes in that
> branch and keep it to 5.3/trunk.
done, thanks.
--
Boris
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi.
I use this module in my production Cacti environment, which uses 5.2 branch.
As I use FreeBSD, I'm able to build snmp extension separately from
base php as .so module and I use this possibility :)
As long as Cacti would need 5.2 to run I will mantain those ugly
checks (I believe this legacy w
Just to indicate that this is not php function return and some other
processing (in caller function) follows.
On Sat, Feb 26, 2011 at 11:30 PM, Antony Dovgal wrote:
> - RETURN_FALSE;
> + RETVAL_FALSE;
> + return;
>
> What's the poi
It is a pain to run it on FreeBSD, there is a bug in run-tests.php:
===
--- run-tests.php (revision 308673)
+++ run-tests.php (working copy)
@@ -567,7 +567,7 @@
case 'm':
$leak_check = true;
Sure,
#54108
On Sat, Feb 26, 2011 at 11:33 PM, Pierre Joye wrote:
> can you open a bug at bugs.php.net with the patch please?
>
> --
> Pierre
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>
--
Boris Lytochkin
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, vi
Hi.
On Thu, Mar 3, 2011 at 1:34 AM, Christopher Jones
wrote:
> Can you add these to NEWS and make sure UPGRADING has all the
> contributions you've made?
NEWS has all information needed (get_(errno|error) methods are parts
of SNMP OO API that is under development now and thus "Added OO API.
FR #