[PHP-CVS] cvs: php-src / TODO

2005-11-19 Thread Andrei Zmievski
andrei Sat Nov 19 21:27:50 2005 EDT Modified files: /php-srcTODO Log: http://cvs.php.net/diff.php/php-src/TODO?r1=1.157&r2=1.158&ty=u Index: php-src/TODO diff -u php-src/TODO:1.157 php-src/TODO:1.158 --- php-src/TODO:1.157 Mon Aug 15 18:33:46 2005 +++ php

Re: [PHP-CVS] cvs: php-src(PHP_5_1) / INSTALL

2005-11-19 Thread Nuno Lopes
You can read the whole thread here: http://marc.theaimsgroup.com/?l=php-dev&m=109190680209579&w=2 The first message is dated from 07/08/2004, that is more than one year ago :) Nuno - Original Message - Whatta...since when? (this was news for me) But it's better to have it t

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-19 Thread Antony Dovgal
On 19.11.2005 20:52, Marcus Boerger wrote: Hello Derick, Jani, Antony, to bring this (imo) senseless discussion to an end i changed config.m4 to prevent the extension from being disabled by --disable-all. I think we should do the same with ext/date, ext/spl, and all that are required by other

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-19 Thread Marcus Boerger
Hello Derick, Jani, Antony, to bring this (imo) senseless discussion to an end i changed config.m4 to prevent the extension from being disabled by --disable-all. I think we should do the same with ext/date, ext/spl, and all that are required by other exts or that we think are essential (probably

[PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-19 Thread Marcus Boerger
helly Sat Nov 19 12:47:26 2005 EDT Modified files: /php-src/ext/reflection config.m4 Log: - Fix bug #35295 typo in config.m4 for reflection extension http://cvs.php.net/diff.php/php-src/ext/reflection/config.m4?r1=1.3&r2=1.4&ty=u Index: php-src/ext/reflect

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/mssql php_mssql.c

2005-11-19 Thread Ilia Alshanetsky
iliaa Sat Nov 19 11:49:27 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/ext/mssql php_mssql.c Log: Fixed build http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.86.2.44.2.8&r2=1.86.2.44.2.9&ty=u Index: php-src/ext/mssql/php_mssql.c diff -

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/pdo pdo_dbh.c

2005-11-19 Thread Antony Dovgal
tony2001Sat Nov 19 11:41:09 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/pdopdo_dbh.c Log: MFH: fix #35293 (PDO segfaults when using persistent connections) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.207&r

[PHP-CVS] cvs: php-src /ext/pdo pdo_dbh.c

2005-11-19 Thread Antony Dovgal
tony2001Sat Nov 19 11:39:49 2005 EDT Modified files: /php-src/ext/pdopdo_dbh.c Log: fix #35293 (PDO segfaults when using persistent connections) http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_dbh.c?r1=1.99&r2=1.100&ty=u Index: php-src/ext/pdo/pdo

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-19 Thread Derick Rethans
On Fri, 18 Nov 2005, Andi Gutmans wrote: > As I mentioned to Marcus, it seems odd to me to move reflection in the first > place. Just as odd as moving the date stuff out to an extension? It's just cleaning up ext/standard a bit... Derick -- Derick Rethans http://derickrethans.nl | http://ez.n

[PHP-CVS] cvs: php-src / NEWS

2005-11-19 Thread Jani Taskinen
sniper Sat Nov 19 06:41:31 2005 EDT Modified files: /php-srcNEWS Log: NOTE: Things that are fixed in version released year(s) before this one really don't need any NEWS entries. People kinda expect the stuff being fixed in the future version..:) h

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-19 Thread Marcus Boerger
Hello Jani, even apart from reflection your proposal seems yery good to me. And we would have a good way to suggest what to keep inside php and can really be relied on. Sounds good :-) regards marcus Saturday, November 19, 2005, 12:16:43 PM, you wrote: > On Sat, 19 Nov 2005, Zeev Suraski wrot

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-19 Thread Jani Taskinen
On Sat, 19 Nov 2005, Zeev Suraski wrote: At 03:49 19/11/2005, Andi Gutmans wrote: As I mentioned to Marcus, it seems odd to me to move reflection in the first place. It seems to me to be very much a language feature and in my opinion, should always be enabled. I can't really see a good reason

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-19 Thread Zeev Suraski
At 03:49 19/11/2005, Andi Gutmans wrote: As I mentioned to Marcus, it seems odd to me to move reflection in the first place. It seems to me to be very much a language feature and in my opinion, should always be enabled. I can't really see a good reason for this move. I have to say that I don'

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-19 Thread Marcus Boerger
Hello Andi, deep integration of reflection is good to be able to get as much information out of it as possible. On the other hand we're not java and have different code strategies and especially java's demand for reflection doesn't apply to php (dependency injection/inversion of control). And if

Re: [PHP-CVS] cvs: php-src(PHP_5_1) / INSTALL

2005-11-19 Thread Jani Taskinen
Whatta...since when? (this was news for me) But it's better to have it that way. I'll leave them alone from now on. :) --Jani On Fri, 18 Nov 2005, Nuno Lopes wrote: Please don't touch in the INSTALL and win32/install.txt files directly, because they are created automaticall

[PHP-CVS] cvs: CVSROOT / avail

2005-11-19 Thread Gabor Hojtsy
gobaSat Nov 19 04:55:57 2005 EDT Modified files: /CVSROOTavail Log: grant phpdoc karma for Katja http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.1046&r2=1.1047&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1046 CVSROOT/avail:1.1047 --- CVSROOT/avail:1.

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mbstring mbstring.c

2005-11-19 Thread Rui Hirokawa
hirokawaSat Nov 19 03:26:00 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/mbstring mbstring.c Log: MFH: fixed #35253 length of the encoded string vilolates a RFC. http://cvs.php.net/diff.php/php-src/ext/mbstring/mbstring.c?r1=1.214.2.4&r2=

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mbstring mbstring.c

2005-11-19 Thread Rui Hirokawa
hirokawaSat Nov 19 03:25:34 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/mbstring mbstring.c Log: MFH: fixed #35253 length of the encoded string vilolates a RFC. http://cvs.php.net/diff.php/php-src/ext/mbstring/mbstring.c?r1=1.224.2.2&r2=