iliaa Wed Sep 17 20:04:58 2003 EDT
Modified files:
/php-src/main main.c
Log:
When track_errors was enabled, we tried to assign value already freed char.
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.576 php-src/main/main.c:1.577
--- php-
rrichards Wed Sep 17 15:34:43 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/domxml php_domxml.c
Log:
fix some threading issues
fix mem leaks in append_child with attribute nodes
Index: php-src/ext/domxml/php_domxml.c
diff -u php-src/ext/domxml/ph
Hello Jani,
Wednesday, September 17, 2003, 2:23:46 PM, you wrote:
> On Sat, 13 Sep 2003, Ard Biesheuvel wrote:
>>> Sascha and me had a deeper check upon this and it is absolutley NON
>>> portable. This is one of the C99 extensions only a few systems support.
>>> If we want the prefix 'z' then we
On Sat, 13 Sep 2003, Ard Biesheuvel wrote:
>> Sascha and me had a deeper check upon this and it is absolutley NON
>> portable. This is one of the C99 extensions only a few systems support.
>> If we want the prefix 'z' then we could do it for our own php internal
>> [v]s[np]printf implementations.