[PHP-CVS] cvs: php-src /main main.c

2003-09-17 Thread Ilia Alshanetsky
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-

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/domxml php_domxml.c

2003-09-17 Thread Rob Richards
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

Re: [PHP-CVS] cvs: php-src /main SAPI.c /main/streams streams.c userspace.c /tests/lang bug24054.phpt

2003-09-17 Thread Marcus Börger
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

Re: [PHP-CVS] cvs: php-src /main SAPI.c /main/streams streams.c userspace.c /tests/lang bug24054.phpt

2003-09-17 Thread Jani Taskinen
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.