[PHP-CVS] cvs: php4 /ext/mssql php_mssql.c

2002-12-02 Thread Frank M. Kromann
fmk Tue Dec 3 00:56:39 2002 EDT Modified files: /php4/ext/mssql php_mssql.c Log: Allocating enough memory to hold values. Fix crash when certan stored procedures was called. This caused the free_result function to free memory not yet allocated. In

[PHP-CVS] cvs: php4(PHP_4_3) /ext/sockets php_sockets_win.c

2002-12-02 Thread Jason Greene
jason Tue Dec 3 00:46:53 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/sockets php_sockets_win.c Log: MFH Index: php4/ext/sockets/php_sockets_win.c diff -u php4/ext/sockets/php_sockets_win.c:1.5 php4/ext/sockets/php_sockets_win.c:1.5.4.1 --- php4/

[PHP-CVS] cvs: php4 /ext/iconv EXPERIMENTAL

2002-12-02 Thread Moriyoshi Koizumi
moriyoshi Mon Dec 2 16:29:07 2002 EDT Removed files: /php4/ext/iconv EXPERIMENTAL Log: Iconv extension is no longer experimental -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4 /ext/mbstring mbregex.c mbstring.dsp mbstring.h php_mbregex.c php_unicode.c php_unicode.h

2002-12-02 Thread Moriyoshi Koizumi
moriyoshi Mon Dec 2 16:10:38 2002 EDT Modified files: /php4/ext/mbstring mbregex.c mbstring.dsp mbstring.h php_mbregex.c php_unicode.c php_unicode.h Log: Reverted the changes because the problem was elsewhere. Index: php4/ext/

[PHP-CVS] cvs: php4 /main config.w32.h.in

2002-12-02 Thread Moriyoshi Koizumi
moriyoshi Mon Dec 2 15:12:00 2002 EDT Modified files: /php4/main config.w32.h.in Log: Reverted wrong part of the commit made in 1.24 Index: php4/main/config.w32.h.in diff -u php4/main/config.w32.h.in:1.24 php4/main/config.w32.h.in:1.25 --- php4/main/c

Re: [PHP-CVS] cvs: php4 /ext/mbstring mbstring.dsp mbstring.h php_mbregex.c php_unicode.c php_unicode.h

2002-12-02 Thread Moriyoshi Koizumi
I have confirmed the problem. My apologies that I should have taken a look at the logs in snaps.php.net... > First off all the way HAVE_MBSTRING and other static defines was defined > in the project conflicted with the definitions in config.w32.h. > > Then when I fixed this I hade to move arroun

[PHP-CVS] cvs: php4 /ext/mbstring mbregex.c mbstring.h

2002-12-02 Thread Frank M. Kromann
fmk Mon Dec 2 14:18:23 2002 EDT Modified files: /php4/ext/mbstring mbregex.c mbstring.h Log: Fixing the Win32 compilation of mbstring with mbregex enabled. Index: php4/ext/mbstring/mbregex.c diff -u php4/ext/mbstring/mbregex.c:1.16 php4/ext/mbstring/mbr

Re: [PHP-CVS] cvs: php4 /ext/mbstring mbstring.dsp mbstring.h php mbregex.c=php unicode.c php unicode.h

2002-12-02 Thread Frank M. Kromann
Hi, First off all the way HAVE_MBSTRING and other static defines was defined in the project conflicted with the definitions in config.w32.h. Then when I fixed this I hade to move arround some include statements in order to make sure all defines was set before compiling each file. With all the def

Re: [PHP-CVS] cvs: php4 /ext/mbstring mbstring.dsp mbstring.h php_mbregex.c php_unicode.c php_unicode.h

2002-12-02 Thread Moriyoshi Koizumi
What was going wrong with your build? And you don't have to have mbregex disabled here, It's made to be enabled by default with --enable-mbstring specified also. Please revert this. Moriyoshi "Frank M. Kromann" <[EMAIL PROTECTED]> wrote: > fmk Mon Dec 2 13:19:18 2002 EDT > > Modif

[PHP-CVS] cvs: php4 /ext/mbstring mbstring.dsp mbstring.h php_mbregex.c php_unicode.c php_unicode.h

2002-12-02 Thread Frank M. Kromann
fmk Mon Dec 2 13:19:18 2002 EDT Modified files: /php4/ext/mbstring mbstring.dsp mbstring.h php_mbregex.c php_unicode.c php_unicode.h Log: Fixing build on WIn32 MBREGEX is disabled for now. 5 mbre_* functions are undefined on WIn32

[PHP-CVS] cvs: php4 / TODO

2002-12-02 Thread Sterling Hughes
sterlingMon Dec 2 11:38:22 2002 EDT Modified files: /php4 TODO Log: apparently this isn't finished Index: php4/TODO diff -u php4/TODO:1.137 php4/TODO:1.138 --- php4/TODO:1.137 Sun Dec 1 17:15:37 2002 +++ php4/TODO Mon Dec 2 11:38:22 200

Re: [PHP-CVS] cvs: php4 / TODO /ext/bz2 bz2.c /ext/sockets sockets.c

2002-12-02 Thread Sterling Hughes
> >(...) > >-* Change PHP error messages, so that they point to pages or sections > >- in the PHP Manual. > > That is not only for all messages yet. See sockets.c in your commit down > below. > ok... I'll put that back. > >-* Activate all extensions by default that don't rely on ex

Re: [PHP-CVS] cvs: php4 / TODO /ext/bz2 bz2.c /ext/sockets sockets.c

2002-12-02 Thread Marcus Börger
At 23:15 01.12.2002, Sterling Hughes wrote: sterlingSun Dec 1 17:15:41 2002 EDT Modified files: /php4 TODO /php4/ext/bz2 bz2.c /php4/ext/sockets sockets.c Log: TODO: Cleanup elements that have happened, or most likely won't happen. There is pro

Re: [PHP-CVS] cvs: php4 /sapi/milter milter.php

2002-12-02 Thread Melvyn Sopacua
At 21:29 12/1/2002, Harald Radi wrote: phanto Sun Dec 1 15:29:15 2002 EDT Added files: /php4/sapi/milter milter.php Log: example Maybe it's more useful to provide a testcase, which can alternatively be used as example. Index: php4/sapi/milter/milter.php +++ php4/sapi