Edit report at https://bugs.php.net/bug.php?id=62885&edit=1

 ID:                 62885
 Updated by:         larue...@php.net
 Reported by:        mateusz dot goik at aliantsoft dot pl
 Summary:            mysqli_poll - Segmentation fault
 Status:             Closed
 Type:               Bug
 Package:            MySQLi related
 Operating System:   Backtrack 5r2
 PHP Version:        5.4Git-2012-08-21 (snap)
 Assigned To:        laruence
 Block user comment: N
 Private report:     N

 New Comment:

seems this fix is not merged into 5.4.7 release,
https://github.com/php/php-src/blob/php-5.4.7/NEWS


Previous Comments:
------------------------------------------------------------------------
[2012-09-15 09:20:12] mateusz dot goik at aliantsoft dot pl

PHP 5.4.7 (cli) (built: Sep 14 2012 21:58:46)

<?php
$tablica = array();
$test1 = mysqli_poll($test2, $tablica, $tablica, null);
?>

Program received signal SIGSEGV, Segmentation fault.
0x084b1d2e in mysqlnd_stream_array_check_for_readiness (conn_array=0x0) at 
/home/test/Pobrane/php-5.4.7/ext/mysqlnd/mysqlnd.c:1113
1113            while (*p) {

------------------------------------------------------------------------
[2012-08-22 05:49:22] larue...@php.net

Automatic comment on behalf of laruence
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=e5bdd2c0eeab50dc1f863dae9a32d3857ece6a79
Log: Fixed bug #62885 (mysqli_poll - Segmentation fault)

------------------------------------------------------------------------
[2012-08-22 05:48:13] larue...@php.net

Automatic comment on behalf of laruence
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=e5bdd2c0eeab50dc1f863dae9a32d3857ece6a79
Log: Fixed bug #62885 (mysqli_poll - Segmentation fault)

------------------------------------------------------------------------
[2012-08-22 05:40:53] larue...@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

hmm, simple fix.. committed

------------------------------------------------------------------------
[2012-08-22 05:39:13] larue...@php.net

Automatic comment on behalf of laruence
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=e5bdd2c0eeab50dc1f863dae9a32d3857ece6a79
Log: Fixed bug #62885 (mysqli_poll - Segmentation fault)

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=62885


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=62885&edit=1

Reply via email to