[PHP-CVS] cvs: CVSROOT / avail

2004-09-13 Thread Derick Rethans
derick Tue Sep 14 02:49:22 2004 EDT Modified files: /CVSROOTavail Log: - Fixed karma for Tadashi. http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.904&r2=1.905&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.904 CVSROOT/avail:1.905 --- CVSROOT/avail:1.90

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pdf CREDITS config.m4 pdf.c pdf.dsp php_pdf.h

2004-09-13 Thread Derick Rethans
On Mon, 13 Sep 2004, Marcus Boerger wrote: > Hello Rasmus, Hallo Rainer, > > Monday, September 13, 2004, 9:44:09 PM, you wrote: > > > On Mon, 13 Sep 2004, Rainer Schaaf wrote: > >> > There is also the issue that the new pdflib license appears to be rather > >> > evil. So maybe we should stick wit

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2004-09-13 Thread Rasmus Lerdorf
rasmus Tue Sep 14 02:10:04 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Stefano did the real work tracking this one down http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.725&r2=1.1247.2.726&ty=u Index: php-src/NEWS diff -u php-src/NEWS

[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-09-13 Thread Ilia Alshanetsky
iliaa Tue Sep 14 00:33:09 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcconfigure.in /php-src/main php_version.h Log: Back to dev. http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.124&r2=1.396.2.125&ty=u Index: php-src/configur

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS configure.in /main php_version.h

2004-09-13 Thread Ilia Alshanetsky
iliaa Tue Sep 14 00:28:47 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS configure.in /php-src/main php_version.h Log: 4.3.9RC3 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.724&r2=1.1247.2.725&ty=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c streamsfuncs.c streamsfuncs.h /main php_streams.h /main/streams filter.c php_stream_filter_api.h streams.c

2004-09-13 Thread Sara Golemon
pollita Mon Sep 13 23:48:17 2004 EDT Modified files: /php-src/ext/standard basic_functions.c streamsfuncs.c streamsfuncs.h /php-src/main php_streams.h /php-src/main/streams filter.c php_stream_filter_api.h str

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pdf CREDITS config.m4 pdf.c pdf.dsp php_pdf.h

2004-09-13 Thread Marcus Boerger
Hello Rasmus, Hallo Rainer, Monday, September 13, 2004, 9:44:09 PM, you wrote: > On Mon, 13 Sep 2004, Rainer Schaaf wrote: >> > There is also the issue that the new pdflib license appears to be rather >> > evil. So maybe we should stick with the older version of the library. >> >> The new PDFlib

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

2004-09-13 Thread Sara Golemon
pollita Mon Sep 13 17:07:23 2004 EDT Modified files: /php-src/main/streams streams.c filter.c Log: Allocating hash tables should be done via macro, not directly http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.65&r2=1.66&ty=u Index: php-src/

Re[2]: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pdf CREDITS config.m4 pdf.c pdf.dsp php_pdf.h

2004-09-13 Thread Rasmus Lerdorf
On Mon, 13 Sep 2004, Rainer Schaaf wrote: > > There is also the issue that the new pdflib license appears to be rather > > evil. So maybe we should stick with the older version of the library. > > The new PDFlib-Lite license appeared with PDFlib 5. Yes, I realize I am behind. I still use pdflib4

Re[2]: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pdf CREDITS config.m4 pdf.c pdf.dsp php_pdf.h

2004-09-13 Thread Rainer Schaaf
Hello, Monday, September 13, 2004, 7:52:20 PM, you wrote: > On Mon, 13 Sep 2004, Ilia Alshanetsky wrote: >> I understand that the PDF extension does not work with the latest version of >> libpdf, however to my knowledge it works fine with the 5.X series of the >> library, which is still quite p

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

2004-09-13 Thread Magnus Määttä
magnus Mon Sep 13 14:31:51 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/opensslopenssl.c Log: Add missing stream unregister for sslv2 and 3. http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.89.2.1&r2=1.89.2.2&ty=u Index: php-src/

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

2004-09-13 Thread Magnus Määttä
magnus Mon Sep 13 14:30:30 2004 EDT Modified files: /php-src/ext/opensslopenssl.c Log: Add missing stream unregister for sslv2 and 3. http://cvs.php.net/diff.php/php-src/ext/openssl/openssl.c?r1=1.90&r2=1.91&ty=u Index: php-src/ext/openssl/openssl.c dif

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pdf CREDITS config.m4 pdf.c pdf.dsp php_pdf.h

2004-09-13 Thread Rasmus Lerdorf
On Mon, 13 Sep 2004, Ilia Alshanetsky wrote: > I understand that the PDF extension does not work with the latest version of > libpdf, however to my knowledge it works fine with the 5.X series of the > library, which is still quite popular. > It seems to me that removing a mostly working and a reaso

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pdf CREDITS config.m4 pdf.c pdf.dsp php_pdf.h

2004-09-13 Thread Sterling Hughes
Ilia Alshanetsky wrote: I understand that the PDF extension does not work with the latest version of libpdf, however to my knowledge it works fine with the 5.X series of the library, which is still quite popular. It seems to me that removing a mostly working and a reasonably popular extension fr

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pdf CREDITS config.m4 pdf.c pdf.dsp php_pdf.h

2004-09-13 Thread Ilia Alshanetsky
I understand that the PDF extension does not work with the latest version of libpdf, however to my knowledge it works fine with the 5.X series of the library, which is still quite popular. It seems to me that removing a mostly working and a reasonably popular extension from a stable tree is not

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pdf CREDITS config.m4 pdf.c pdf.dsp php_pdf.h

2004-09-13 Thread Wez Furlong
It's considered very bad form to change stuff on a frozen release branch without the permission of the release manager, especially in the middle of a release cycle. --Wez. On Mon, 13 Sep 2004 15:12:25 -, Rainer Schaaf <[EMAIL PROTECTED]> wrote: > rjs Mon Sep 13 11:12:25 2004 EDT >

[PHP-CVS] cvs: php-src(PHP_4_3) /main rfc1867.c

2004-09-13 Thread Stefan Esser
sesser Mon Sep 13 12:00:50 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/main rfc1867.c Log: MFH http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.122.2.25&r2=1.122.2.26&ty=u Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.

[PHP-CVS] cvs: php-src(PHP_5_0) /main rfc1867.c

2004-09-13 Thread Stefan Esser
sesser Mon Sep 13 12:00:37 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/main rfc1867.c Log: MFH http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.159.2.3&r2=1.159.2.4&ty=u Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.15

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

2004-09-13 Thread Stefan Esser
sesser Mon Sep 13 12:00:23 2004 EDT Modified files: /php-src/main rfc1867.c Log: only allow valid arrays at this point http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.162&r2=1.163&ty=u Index: php-src/main/rfc1867.c diff -u php-src/main/rfc18

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/pdf CREDITS config.m4 pdf.c pdf.dsp php_pdf.h

2004-09-13 Thread Rainer Schaaf
rjs Mon Sep 13 11:12:25 2004 EDT Removed files: (Branch: PHP_4_3) /php-src/ext/pdfCREDITS pdf.c pdf.dsp php_pdf.h Modified files: /php-src/ext/pdfconfig.m4 Log: removed PDFlib extension from PHP_4_3 branch too (is available in PECL

[PHP-CVS] cvs: php-src /ext/soap soap.c /ext/soap/interop client_round2_interop.php /ext/soap/tests transport001.phpt /ext/soap/tests/bugs bug28969.phpt bug29795.phpt bug29839.phpt bug29844.phpt

2004-09-13 Thread Dmitry Stogov
dmitry Mon Sep 13 07:55:25 2004 EDT Modified files: /php-src/ext/soap soap.c /php-src/ext/soap/interop client_round2_interop.php /php-src/ext/soap/tests transport001.phpt /php-src/ext/soap/tests/bugsbug28969.phpt bug29795.phpt

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/soap soap.c /ext/soap/interop client_round2_interop.php /ext/soap/tests transport001.phpt /ext/soap/tests/bugs bug28969.phpt bug29795.phpt bug29839.phpt bug29844.phpt

2004-09-13 Thread Dmitry Stogov
dmitry Mon Sep 13 07:54:06 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/soap soap.c /php-src/ext/soap/interop client_round2_interop.php /php-src/ext/soap/tests transport001.phpt /php-src/ext/soap/tests/bugs