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
can you open a bug at bugs.php.net with the patch please?
Thanks!
On Sat, Feb 26, 2011 at 9:31 PM, Lytochkin Boris wrote:
> 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)
>
- RETURN_FALSE;
+ RETVAL_FALSE;
+ return;
What's the point?
#define RETURN_FALSE{ RETVAL_FALSE; return; }
On 02/26/2011 10:08 PM, Boris Lytochkin wrote:
> lytboris Sat, 26 Feb 201
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;
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
btw, you can use valgrind as well with the tests suite. That should
help you to catch other possible leaks or bad memory access.
On Sat, Feb 26, 2011 at 8:08 PM, Boris Lytochkin wrote:
> lytboris Sat, 26 Feb 2011 19:08:55 +
>
> Revision: http://svn.php.net/view
lytboris Sat, 26 Feb 2011 19:08:55 +
Revision: http://svn.php.net/viewvc?view=revision&revision=308710
Log:
remove compiler warnings
fix various memory leaks seen with --enable-debug
Changed paths:
U php/php-src/trunk/ext/snmp/snmp.c
Modified: php/php-s
lytboris Sat, 26 Feb 2011 08:27:26 +
Revision: http://svn.php.net/viewvc?view=revision&revision=308703
Log:
* new methods get_errno, get_error to get errno and error string
of last SNMP-related error
* formatting markup
* some fixes in max_oids logic: NULL