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

 ID:                 62083
 Updated by:         cataphr...@php.net
 Reported by:        fel...@php.net
 Summary:            grapheme_extract() memory leaks
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            I18N and L10N related
 Operating System:   Linux
 PHP Version:        Irrelevant
-Assigned To:        
+Assigned To:        cataphract
 Block user comment: N
 Private report:     N

 New Comment:

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.




Previous Comments:
------------------------------------------------------------------------
[2012-05-20 20:21:01] fel...@php.net

Description:
------------
See below:

Test script:
---------------
<?php

$arr1 = array();
grapheme_extract(-1,-1,-1,-1,$arr1);



Actual result:
--------------
[Sun May 20 17:17:49 2012]  Script:  '/home/felipe/dev/bug.php'
/home/felipe/dev/php5_3/Zend/zend_vm_execute.h(20541) :  Freeing 0x02789DD0 (72 
bytes), script=/home/felipe/dev/bug.php
/home/felipe/dev/php5_3/Zend/zend_API.c(961) : Actual location (location was 
relayed)
Last leak repeated 1 time
=== Total 2 memory leaks detected ===



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



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

Reply via email to