[PHP-CVS-DAILY] cvs: php4 / ChangeLog

2003-04-04 Thread changelog
changelog Fri Apr 4 20:30:48 2003 EDT Modified files: /php4 ChangeLog Log: ChangeLog update Index: php4/ChangeLog diff -u php4/ChangeLog:1.1316 php4/ChangeLog:1.1317 --- php4/ChangeLog:1.1316 Thu Apr 3 20:30:52 2003 +++ php4/ChangeLog

[PHP-CVS] cvs: php4 /main output.c

2003-04-04 Thread Sascha Schumann
sas Fri Apr 4 03:40:48 2003 EDT Modified files: /php4/main output.c Log: Backout Jani's commit to resync branches Index: php4/main/output.c diff -u php4/main/output.c:1.154 php4/main/output.c:1.155 --- php4/main/output.c:1.154Thu Apr 3 13:44:00

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

2003-04-04 Thread Wez Furlong
wez Fri Apr 4 03:57:41 2003 EDT Modified files: /php4/ext/standard streamsfuncs.c Log: Simplify and enhance readability. Index: php4/ext/standard/streamsfuncs.c diff -u php4/ext/standard/streamsfuncs.c:1.6 php4/ext/standard/streamsfuncs.c:1.7 ---

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

2003-04-04 Thread Moriyoshi Koizumi
moriyoshi Fri Apr 4 04:06:23 2003 EDT Modified files: /php4/ext/mbstring mbfilter.c Log: Added missing sanity check, which was causing segfault. Index: php4/ext/mbstring/mbfilter.c diff -u php4/ext/mbstring/mbfilter.c:1.54

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mbstring mbfilter.c

2003-04-04 Thread Moriyoshi Koizumi
moriyoshi Fri Apr 4 04:07:03 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mbstring mbfilter.c Log: MFH(r-1.55): added missing sanity check, which was causing segfault. Index: php4/ext/mbstring/mbfilter.c diff -u

[PHP-CVS] cvs: php4(PHP_4_3) / TODO_SEGFAULTS

2003-04-04 Thread Moriyoshi Koizumi
moriyoshi Fri Apr 4 04:11:28 2003 EDT Modified files: (Branch: PHP_4_3) /php4 TODO_SEGFAULTS Log: segfault busting news replacing one tab to 4 spaces Index: php4/TODO_SEGFAULTS diff -u php4/TODO_SEGFAULTS:1.1.2.25 php4/TODO_SEGFAULTS:1.1.2.26

[PHP-CVS] cvs: php4(PHP_4_3) / TODO_SEGFAULTS

2003-04-04 Thread Moriyoshi Koizumi
moriyoshi Fri Apr 4 04:13:28 2003 EDT Modified files: (Branch: PHP_4_3) /php4 TODO_SEGFAULTS Log: renumbering Index: php4/TODO_SEGFAULTS diff -u php4/TODO_SEGFAULTS:1.1.2.26 php4/TODO_SEGFAULTS:1.1.2.27 --- php4/TODO_SEGFAULTS:1.1.2.26Fri

[PHP-CVS] cvs: php4(PHP_4_3) / TODO_SEGFAULTS

2003-04-04 Thread Moriyoshi Koizumi
moriyoshi Fri Apr 4 04:15:18 2003 EDT Modified files: (Branch: PHP_4_3) /php4 TODO_SEGFAULTS Log: Sorry, forgot these ones Index: php4/TODO_SEGFAULTS diff -u php4/TODO_SEGFAULTS:1.1.2.27 php4/TODO_SEGFAULTS:1.1.2.28 ---

Re: [PHP-CVS] cvs: php4 /main output.c

2003-04-04 Thread Andi Gutmans
I don't think we should back-out these kind of whitespace fixes. I tend to agree with Jani and I think he's doing a good job whitespacing code. I also think that Rasmus reasoning for not commiting correctly whitespaced code because we have lots of broken code in PHP, is not very strong. Let's

[PHP-CVS] cvs: php4 / configure.in /ext/sockets sockets.c

2003-04-04 Thread Moriyoshi Koizumi
moriyoshi Fri Apr 4 08:02:43 2003 EDT Modified files: /php4 configure.in /php4/ext/sockets sockets.c Log: Added cmsghdr check. Now sockets extension can be built under cygwin. Index: php4/configure.in diff -u php4/configure.in:1.439

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

2003-04-04 Thread Moriyoshi Koizumi
moriyoshi Fri Apr 4 09:16:59 2003 EDT Modified files: /php4/ext/sockets sockets.c Log: Fixed memleak in socket_select Index: php4/ext/sockets/sockets.c diff -u php4/ext/sockets/sockets.c:1.134 php4/ext/sockets/sockets.c:1.135 ---

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

2003-04-04 Thread Moriyoshi Koizumi
moriyoshi Fri Apr 4 09:18:31 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/sockets sockets.c Log: MFH(r-1.135): fixed memleak in socket_select() Index: php4/ext/sockets/sockets.c diff -u php4/ext/sockets/sockets.c:1.125.2.9

Re: [PHP-CVS] cvs: php4 /main output.c

2003-04-04 Thread Rasmus Lerdorf
You are twisting my words completely. I simply said that for minor white-space issues, like a=1 vs. a = 1, the lesser of the evils is to just leave it be since these whitespace commits are a pain in the ass when it comes to branch merging, cvs history tracking of problems, etc. -Rasmus On Fri,

[PHP-CVS] cvs: php4 /main php.h ZendEngine2 zend_API.h

2003-04-04 Thread Andrei Zmievski
andrei Fri Apr 4 10:38:20 2003 EDT Modified files: /ZendEngine2zend_API.h /php4/main php.h Log: Introduce ZEND_ME() and ZEND_METHOD() macros. Use these for declaring class methods to avoid name collisions. Index: ZendEngine2/zend_API.h diff

[PHP-CVS] cvs: php4 / configure.in /ext/sockets config.m4

2003-04-04 Thread Jani Taskinen
sniper Fri Apr 4 10:42:54 2003 EDT Modified files: /php4 configure.in /php4/ext/sockets config.m4 Log: - Checks specific to some extension belong in the extension's config.m4 Index: php4/configure.in diff -u php4/configure.in:1.440

Re: [PHP-CVS] cvs: php4 /main php.h ZendEngine2 zend_API.h

2003-04-04 Thread Andi Gutmans
What's the difference between ZEND_ME() and ZEND_METHOD()? (i.e. what does ME stand for?) At 03:38 PM 4/4/2003 +, Andrei Zmievski wrote: andrei Fri Apr 4 10:38:20 2003 EDT Modified files: /ZendEngine2zend_API.h /php4/main php.h Log: Introduce ZEND_ME() and

Re: [PHP-CVS] cvs: php4 /main php.h ZendEngine2 zend_API.h

2003-04-04 Thread Sterling Hughes
On Fri, 2003-04-04 at 10:44, Andi Gutmans wrote: What's the difference between ZEND_ME() and ZEND_METHOD()? (i.e. what does ME stand for?) Method Entry, I would guess. -Sterling At 03:38 PM 4/4/2003 +, Andrei Zmievski wrote: andrei Fri Apr 4 10:38:20 2003 EDT Modified

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

2003-04-04 Thread Jani Taskinen
On Fri, 4 Apr 2003, Sascha Schumann wrote: On Thu, 3 Apr 2003, Derick Rethans wrote: On Thu, 3 Apr 2003, Sascha Schumann wrote: Can we please stick to using php_error_docref and try to keep the descriptions in the same format (ie. with a capital and a point)? I don't think

Re: [PHP-CVS] cvs: php4 /main output.c

2003-04-04 Thread Jani Taskinen
Heh..you just couldn't wait me to MFH, could you? --Jani On Fri, 4 Apr 2003, Sascha Schumann wrote: sasFri Apr 4 03:40:48 2003 EDT Modified files: /php4/main output.c Log: Backout Jani's commit to resync branches -- - For Sale! -

[PHP-CVS] cvs: php4 /ext/gd config.m4

2003-04-04 Thread Jani Taskinen
sniper Fri Apr 4 10:56:11 2003 EDT Modified files: /php4/ext/gdconfig.m4 Log: Check that t1lib has T1_StrError Index: php4/ext/gd/config.m4 diff -u php4/ext/gd/config.m4:1.131 php4/ext/gd/config.m4:1.132 --- php4/ext/gd/config.m4:1.131 Mon Mar 17

Re: [PHP-CVS] cvs: php4 /main php.h ZendEngine2 zend_API.h

2003-04-04 Thread Tal Peer
On Fri, 4 Apr 2003, Andi Gutmans wrote: What's the difference between ZEND_ME() and ZEND_METHOD()? (i.e. what does ME stand for?) Same as the difference between ZEND_FE and ZEND_FUNCTION (ME == Method Entry). -tal At 03:38 PM 4/4/2003 +, Andrei Zmievski wrote: andrei Fri

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

2003-04-04 Thread Sascha Schumann
ROFLMAO..so when Rasmus tells you to jump, you just ask How high, sir? :) *sigh* Jani, I sincerely hope that you will be able to acquire some reading comprehension skills within your lifetime, so that on one fortunate day you will understand the meaning of the email you

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

2003-04-04 Thread Sterling Hughes
sterlingFri Apr 4 11:00:33 2003 EDT Modified files: /php4/ext/curl multi.c Log: forgot to commit this. Index: php4/ext/curl/multi.c diff -u php4/ext/curl/multi.c:1.8 php4/ext/curl/multi.c:1.9 --- php4/ext/curl/multi.c:1.8 Wed Apr 2 11:58:52

Re: [PHP-CVS] cvs: php4 /main output.c

2003-04-04 Thread Sascha Schumann
On Fri, 4 Apr 2003, Jani Taskinen wrote: Heh..you just couldn't wait me to MFH, could you? Well, apparently the news have not reached you yet. Some people are unhappy with the WS commits all over the place, so please suspend such commits for now, until we have an agreement

Re: [PHP-CVS] cvs: php4 /main php.h ZendEngine2 zend_API.h

2003-04-04 Thread Andrei Zmievski
On Fri, 04 Apr 2003, Andi Gutmans wrote: What's the difference between ZEND_ME() and ZEND_METHOD()? (i.e. what does ME stand for?) Method Entry. It's to ZEND_METHOD() what ZEND_FE is to ZEND_FUNCTION. -Andrei http://www.gravitonic.com/ -- PHP CVS

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

2003-04-04 Thread Jani Taskinen
sniper Fri Apr 4 11:18:15 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/curl curl.c Log: Fix bug #23048, CURLOPT_ENCODING is not always available Index: php4/ext/curl/curl.c diff -u php4/ext/curl/curl.c:1.124.2.7 php4/ext/curl/curl.c:1.124.2.8 ---

Re: [PHP-CVS] cvs: php4 / configure.in /ext/sockets config.m4

2003-04-04 Thread Moriyoshi Koizumi
BTW can I merge my changes for the cygwin issue to the branch also? I'm rather hasitating to do so because the possible failure of detection might end up with a number of users' complaints like please-explain-why-socket_recvmsg-is-not-available-in-my-build.. Moriyoshi Jani Taskinen [EMAIL

Re: [PHP-CVS] cvs: php4 / configure.in /ext/sockets config.m4

2003-04-04 Thread Jani Taskinen
umm...why would it fail? --Jani On Sat, 5 Apr 2003, Moriyoshi Koizumi wrote: BTW can I merge my changes for the cygwin issue to the branch also? I'm rather hasitating to do so because the possible failure of detection might end up with a number of users' complaints like

Re: [PHP-CVS] cvs: php4 / configure.in /ext/sockets config.m4

2003-04-04 Thread Moriyoshi Koizumi
I don't think it would fail in the recent systems, but as the APIs are a bit newer than the others, it's possible that the prototypes and structure definitions are kept in another header file. Moriyoshi Jani Taskinen [EMAIL PROTECTED] wrote: umm...why would it fail? --Jani

[PHP-CVS] cvs: php4 / CODING_STANDARDS

2003-04-04 Thread Sterling Hughes
sterlingFri Apr 4 12:01:10 2003 EDT Modified files: /php4 CODING_STANDARDS Log: both these entries are bad, and were never agreed upon. assert() usage is a controversial concept at best. docref() is something quite a few of us strong disagree

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

2003-04-04 Thread Rasmus Lerdorf
Jani, it is not just me. I think there is pretty much universal agreement that this error_docref stuff is crap. We already decided to disable it by default in 4.3.2. We haven't discussed it yet, but completely removing it is probably a good idea. If there isn't agreement that it is crap,

[PHP-CVS] cvs: php4 /ext/rpc/java config.m4

2003-04-04 Thread Jani Taskinen
sniper Fri Apr 4 12:42:45 2003 EDT Modified files: /php4/ext/rpc/java config.m4 Log: - Fixed bug #22944 (--with-java make install fails) Index: php4/ext/rpc/java/config.m4 diff -u php4/ext/rpc/java/config.m4:1.48 php4/ext/rpc/java/config.m4:1.49 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/java config.m4

2003-04-04 Thread Jani Taskinen
sniper Fri Apr 4 12:43:13 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/java config.m4 Log: MFH: Fixed bug #22944 (--with-java make install fails) Index: php4/ext/java/config.m4 diff -u php4/ext/java/config.m4:1.46.4.2

Re: [PHP-CVS] cvs: php4 / configure.in /ext/sockets config.m4

2003-04-04 Thread Jani Taskinen
So we deal with those when we know about them. Just commit. --Jani On Sat, 5 Apr 2003, Moriyoshi Koizumi wrote: I don't think it would fail in the recent systems, but as the APIs are a bit newer than the others, it's possible that the prototypes and structure

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

2003-04-04 Thread Jani Taskinen
On Fri, 4 Apr 2003, Rasmus Lerdorf wrote: Jani, it is not just me. I think there is pretty much universal agreement that this error_docref stuff is crap. We already decided to disable it by default in 4.3.2. We haven't discussed it yet, but completely removing it is probably a good idea.

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

2003-04-04 Thread Moriyoshi Koizumi
moriyoshi Fri Apr 4 13:40:38 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/sockets config.m4 sockets.c Log: MFH: added check for struct cmsghdr. now sockets extension can be built under cygwin Index: php4/ext/sockets/config.m4 diff -u

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

2003-04-04 Thread Sara Golemon
pollita Fri Apr 4 15:43:36 2003 EDT Modified files: /php4/ext/standard streamsfuncs.c Log: User shouldn't have to initialize this pass-by-ref parameter Index: php4/ext/standard/streamsfuncs.c diff -u php4/ext/standard/streamsfuncs.c:1.7

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

2003-04-04 Thread Wez Furlong
Rather than remove it, lets just disable the URL stuff. IMO, it is still useful, for debugging purposes, to see in which function an error was caused. --Wez. On Fri, 4 Apr 2003, Jani Taskinen wrote: On Fri, 4 Apr 2003, Rasmus Lerdorf wrote: Jani, it is not just me. I think there is pretty

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

2003-04-04 Thread Wez Furlong
wez Fri Apr 4 16:09:25 2003 EDT Modified files: /php4/ext/standard streamsfuncs.c Log: Warning fix Index: php4/ext/standard/streamsfuncs.c diff -u php4/ext/standard/streamsfuncs.c:1.8 php4/ext/standard/streamsfuncs.c:1.9 ---

[PHP-CVS] cvs: php4 /main/streams xp_socket.c

2003-04-04 Thread Sara Golemon
pollita Fri Apr 4 21:42:12 2003 EDT Modified files: /php4/main/streams xp_socket.c Log: Add IPv6 support to stream_socket_client/server() Index: php4/main/streams/xp_socket.c diff -u php4/main/streams/xp_socket.c:1.9 php4/main/streams/xp_socket.c:1.10 ---

[PHP-CVS] cvs: CVSROOT / avail

2003-04-04 Thread Rasmus Lerdorf
rasmus Sat Apr 5 01:18:35 2003 EDT Modified files: /CVSROOTavail Log: pear accounts Index: CVSROOT/avail diff -u CVSROOT/avail:1.629 CVSROOT/avail:1.630 --- CVSROOT/avail:1.629 Wed Apr 2 15:35:21 2003 +++ CVSROOT/avail Sat Apr 5 01:18:34 2003