Re: [PHP-CVS] cvs: php4 /ext/exif exif.c

2002-11-27 Thread Derick Rethans
On Wed, 27 Nov 2002, Marcus Börger wrote: Would you agree adding magic_quotes_runtime support is new functionality or commit that also? I see it as new functionality and the possible of breaking the releases. I would recommend not to merge that. Derick --

[PHP-CVS] cvs: CVSROOT / avail

2002-11-27 Thread Andrei Zmievski
andrei Wed Nov 27 09:28:52 2002 EDT Modified files: /CVSROOTavail Log: Give Tal access to ext/calendar. Index: CVSROOT/avail diff -u CVSROOT/avail:1.549 CVSROOT/avail:1.550 --- CVSROOT/avail:1.549 Mon Nov 25 02:56:51 2002 +++ CVSROOT/avail Wed Nov

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

2002-11-27 Thread Tal Peer
tal Wed Nov 27 10:52:26 2002 EDT Modified files: /php4/ext/calendar calendar.c Log: Added an additional (optional) argument to jdtojewish() to keep BC with 4.3 (and let users getdates in Hebrew without further formatting) Index:

[PHP-CVS] cvs: php4 /ext/calendar/tests jdtojewish.phpt

2002-11-27 Thread Tal Peer
tal Wed Nov 27 10:54:32 2002 EDT Added files: /php4/ext/calendar/testsjdtojewish.phpt Log: jdtojewish() test Index: php4/ext/calendar/tests/jdtojewish.phpt +++ php4/ext/calendar/tests/jdtojewish.phpt --TEST-- jdtojewish() function --FILE-- ?

Re: [PHP-CVS] cvs: php4 /ext/calendar calendar.c

2002-11-27 Thread Wez Furlong
Err, surely the order of fl and hebrew should be swapped to maintain BC? :) --Wez. On Wed, 27 Nov 2002, Tal Peer wrote: tal Wed Nov 27 10:52:26 2002 EDT Modified files: /php4/ext/calendarcalendar.c Log: Added an additional (optional) argument to jdtojewish()

[PHP-CVS] cvs: php4 /ext/ircg README.txt

2002-11-27 Thread Sascha Schumann
sas Wed Nov 27 13:22:37 2002 EDT Modified files: /php4/ext/ircg README.txt Log: Add note about GNU make Index: php4/ext/ircg/README.txt diff -u php4/ext/ircg/README.txt:1.16 php4/ext/ircg/README.txt:1.17 --- php4/ext/ircg/README.txt:1.16 Tue

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-27 Thread Andi Gutmans
I would have prefered you to leave STANDARD_SAPI_MODULE_PROPERTIES. Why didn't you put fd earlier? I don't think BC is much of an issue here. Or am I missing something? Andi At 05:15 AM 11/26/2002 +, Sascha Schumann wrote: sas Tue Nov 26 00:15:55 2002 EDT Modified files:

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-27 Thread Sascha Schumann
On Wed, 27 Nov 2002, Andi Gutmans wrote: I would have prefered you to leave STANDARD_SAPI_MODULE_PROPERTIES. Why didn't you put fd earlier? I don't think BC is much of an issue here. Or am I missing something? Can you explain to me what rational purpose that macro serves? - Sascha

Re: [PHP-CVS] cvs: php4 /ext/calendar calendar.c

2002-11-27 Thread Tal Peer
Wez Furlong wrote: Err, surely the order of fl and hebrew should be swapped to maintain BC? :) --Wez. Nope :) On Wed, 27 Nov 2002, Tal Peer wrote: tal Wed Nov 27 10:52:26 2002 EDT Modified files: /php4/ext/calendar calendar.c Log: Added an additional (optional) argument to

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

2002-11-27 Thread Andrei Zmievski
andrei Wed Nov 27 13:51:00 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: Update version to RC2. Index: php4/configure.in diff -u php4/configure.in:1.396.2.4 php4/configure.in:1.396.2.5 ---

[PHP-CVS] cvs: php4 /ext/imap php_imap.c

2002-11-27 Thread Frank M. Kromann
fmk Wed Nov 27 13:52:31 2002 EDT Modified files: /php4/ext/imap php_imap.c Log: free alocated mem. minor changes in the layout Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.144 php4/ext/imap/php_imap.c:1.145 ---

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

2002-11-27 Thread Andrei Zmievski
andrei Wed Nov 27 13:53:04 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: Back to -dev Index: php4/configure.in diff -u php4/configure.in:1.396.2.5 php4/configure.in:1.396.2.6 ---

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-27 Thread Andi Gutmans
Default initializations? Andi At 07:42 PM 11/27/2002 +0100, Sascha Schumann wrote: On Wed, 27 Nov 2002, Andi Gutmans wrote: I would have prefered you to leave STANDARD_SAPI_MODULE_PROPERTIES. Why didn't you put fd earlier? I don't think BC is much of an issue here. Or am I missing

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-27 Thread Sascha Schumann
On Wed, 27 Nov 2002, Andi Gutmans wrote: Default initializations? The compiler does that just fine. - Sascha -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-27 Thread Sascha Schumann
On Wed, 27 Nov 2002, Andi Gutmans wrote: At 07:57 PM 11/27/2002 +0100, Sascha Schumann wrote: On Wed, 27 Nov 2002, Andi Gutmans wrote: Default initializations? The compiler does that just fine. Hmm, I'm either very tired or I completely misunderstood something. Since when does

[PHP-CVS] cvs: php4 /ext/standard file.c

2002-11-27 Thread Sterling Hughes
sterlingWed Nov 27 15:05:21 2002 EDT Modified files: /php4/ext/standard file.c Log: don't use stupid constants, be smart, just read the line Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279 php4/ext/standard/file.c:1.280 ---

[PHP-CVS] cvs: php4 /ext/standard scanf.h

2002-11-27 Thread Sterling Hughes
sterlingWed Nov 27 15:06:01 2002 EDT Modified files: /php4/ext/standard scanf.h Log: no more need for this either Index: php4/ext/standard/scanf.h diff -u php4/ext/standard/scanf.h:1.9 php4/ext/standard/scanf.h:1.10 --- php4/ext/standard/scanf.h:1.9

Re: [PHP-CVS] cvs: php4 /ext/standard file.c

2002-11-27 Thread Derick Rethans
On Wed, 27 Nov 2002, Sterling Hughes wrote: sterling Wed Nov 27 15:05:21 2002 EDT Modified files: /php4/ext/standardfile.c Log: don't use stupid constants, be smart, just read the line MFH? Derick --

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard file.c

2002-11-27 Thread Sterling Hughes
sterlingWed Nov 27 15:32:26 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard file.c Log: MFH Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279 php4/ext/standard/file.c:1.279.2.1 --- php4/ext/standard/file.c:1.279