]> granicus.if.org Git - php/commit
- Fix memory leak in the following code (Dmitry):
authorAndi Gutmans <andi@php.net>
Sun, 14 Mar 2004 13:14:48 +0000 (13:14 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 14 Mar 2004 13:14:48 +0000 (13:14 +0000)
commit4f897b2f3c9fda157a90e684d23d47eb1e6ae47b
treec08166977a1bbe6ff7b2cb0dedb45716b1512f1e
parent52cd980702dc3bc2344e6085e12745f729265b48
- Fix memory leak in the following code (Dmitry):
<?php
$a = array();
$a .= "x";
?>
Zend/zend_operators.c