On 2009-06-23, "David Soria Parra" <d...@php.net> wrote:
> dsp           Tue Jun 23 14:15:28 2009 UTC
>
>   Modified files:              (Branch: PHP_5_3)
>     /php-src/ext/mysqlnd      mysqlnd_result.c 
>   Log:
>   MFH: Fix bug #48644 mysqlnd does not compile with 
> '--enable-mysqlnd-threading'
>   
>   
> http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_result.c?r1=1.4.2.32&r2=1.4.2.33&diff_format=u
> Index: php-src/ext/mysqlnd/mysqlnd_result.c
> diff -u php-src/ext/mysqlnd/mysqlnd_result.c:1.4.2.32 
> php-src/ext/mysqlnd/mysqlnd_result.c:1.4.2.33
> --- php-src/ext/mysqlnd/mysqlnd_result.c:1.4.2.32     Thu Jun 18 15:07:23 2009
> +++ php-src/ext/mysqlnd/mysqlnd_result.c      Tue Jun 23 14:15:28 2009
> @@ -18,7 +18,7 @@
>    +----------------------------------------------------------------------+
>  */
>  
> -/* $Id: mysqlnd_result.c,v 1.4.2.32 2009/06/18 15:07:23 johannes Exp $ */
> +/* $Id: mysqlnd_result.c,v 1.4.2.33 2009/06/23 14:15:28 dsp Exp $ */
>  #include "php.h"
>  #include "mysqlnd.h"
>  #include "mysqlnd_wireprotocol.h"
> @@ -360,7 +360,7 @@
>  #endif
>                       pefree(current_row, set->persistent);
>               }
> -             current_buffer->free_chunk(current_buffer, TRUE TSRMLS_CC);
> +             mysqlnd_mempool_free_chunk(current_buffer, TRUE TSRMLS_CC);
>       }
>       DBG_INF("Freeing data & row_buffer");
>       pefree(set->data, set->persistent);
>
>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to