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

2003-12-07 Thread Moriyoshi Koizumi
On 2003/12/08, at 8:50, Ilia Alshanetsky wrote: While I cannot speak for behavior of the win32 libc library I've just tested a simple C program with positive & negative ranges for the values of isspace(). In glibc 2.2.X, 2.3.X, libc4 (FreeBSD 4.7), libc5 (FreeBSD 5.1) the function works prop

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

2003-12-07 Thread Moriyoshi Koizumi
moriyoshi Sun Dec 7 19:38:01 2003 EDT Modified files: /php-src/ext/iconv iconv.c Log: Fix iconv stream filter to properly handle multibyte characters that span at the alignment of a hunk. Index: php-src/ext/iconv/iconv.c diff -u php-src/ext/iconv/ico

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

2003-12-07 Thread Moriyoshi Koizumi
moriyoshi Sun Dec 7 19:22:23 2003 EDT Modified files: /php-src/ext/standard filters.c Log: Fix a convert filters bug that occurs when multiple buckets are coming in. Index: php-src/ext/standard/filters.c diff -u php-src/ext/standard/filters.c:1.3

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

2003-12-07 Thread Moriyoshi Koizumi
On 2003/12/08, at 8:50, Ilia Alshanetsky wrote: While I cannot speak for behavior of the win32 libc library I've just tested a simple C program with positive & negative ranges for the values of isspace(). In glibc 2.2.X, 2.3.X, libc4 (FreeBSD 4.7), libc5 (FreeBSD 5.1) the function works properl

Re: [PHP-CVS] cvs: php-src(PHP_4) /sapi/continuity CREDITS capi.c config.m4

2003-12-07 Thread Wez Furlong
> And, I see now, 4_3_2 is that branch it looks like. No, PHP_4_3 is the stable, feature-frozen branch. > I'm really disappointed that 4 is closed to my module because I think > people are going to keep using 4 for some time after 5 releases, but, > I'll get over it. Nothing is stopping you f

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

2003-12-07 Thread Ilia Alshanetsky
On December 7, 2003 06:17 pm, Moriyoshi Koizumi wrote: > Nope. Regardless of the range the function covers, it may return an > unwanted > value because the function is likely backed by a simple vector and a > negative > argument may make it refer to a point out of the valid address space. While I

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

2003-12-07 Thread Moriyoshi Koizumi
On 2003/12/08, at 8:15, Ilia Alshanetsky wrote: Correct me if I am wrong but as far as I know the issue you mention only affects tolower(), toupper() and is* functions that operate on letters. Functions such as isspace() are safe since their limited character set only covers a very limited range

Re: [PHP-CVS] cvs: php-src(PHP_4) /sapi/continuity CREDITS capi.c config.m4

2003-12-07 Thread Alex Leigh
Ilia, And, I see now, 4_3_2 is that branch it looks like. I'm really disappointed that 4 is closed to my module because I think people are going to keep using 4 for some time after 5 releases, but, I'll get over it. 5 current isn't building, which I doubt is unusual. What's the usual practice

Re: [PHP-CVS] cvs: php-src(PHP_4) /sapi/continuity CREDITS capi.c config.m4

2003-12-07 Thread Ilia Alshanetsky
On December 7, 2003 05:45 pm, Alex Leigh wrote: > Where did I go wrong? PHP 4.3.X tree is while still active is not open to any new features such as a new SAPI. All such changes should ONLY go into the development tree. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

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

2003-12-07 Thread Ilia Alshanetsky
Correct me if I am wrong but as far as I know the issue you mention only affects tolower(), toupper() and is* functions that operate on letters. Functions such as isspace() are safe since their limited character set only covers a very limited range of characters that are not affected by the beh

Re: [PHP-CVS] cvs: php-src(PHP_4) /sapi/continuity CREDITS capi.c config.m4

2003-12-07 Thread Alex Leigh
Derick, It was implied on http://www.php.net/anoncvs.php that PHP_4 was the branch for the PHP 4 releases, and I wanted to include it in case there is another 4, partly so it was available and partly to get the code in this state into CVS before I went through and qualified it (and made any ch

Re: [PHP-CVS] cvs: php-src(PHP_4) /sapi/continuity CREDITS capi.c config.m4

2003-12-07 Thread Derick Rethans
On Sun, 7 Dec 2003, Alex Leigh wrote: > aleighSun Dec 7 17:26:01 2003 EDT > > Added files: (Branch: PHP_4) > /php-src/sapi/continuity CREDITS capi.c config.m4 Why are you adding this to the PHP_4 branch?? This is a totally dead one, and we're not adding new

[PHP-CVS] cvs: php-src(PHP_4) /sapi/continuity CREDITS capi.c config.m4

2003-12-07 Thread Alex Leigh
aleigh Sun Dec 7 17:26:01 2003 EDT Added files: (Branch: PHP_4) /php-src/sapi/continuityCREDITS capi.c config.m4 Log: SAPI module for Continuity - found at http://www.ashpool.com/ Index: php-src/sapi/continuity/capi.c +++ php-src/sapi/continuity/c

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

2003-12-07 Thread Andrey Hristov
andrey Sun Dec 7 17:24:23 2003 EDT Modified files: /php-srcNEWS Log: entries for get_declared_interfaces/get_declared_classes Index: php-src/NEWS diff -u php-src/NEWS:1.1525 php-src/NEWS:1.1526 --- php-src/NEWS:1.1525 Sun Dec 7 11:59:32 2003 +++ php-sr

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

2003-12-07 Thread Moriyoshi Koizumi
moriyoshi Sun Dec 7 16:55:17 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard file.c Log: Those casts are really necessary. # Heads up; please be careful using is*() functions. The function of that kind # takes an integer value as it

[PHP-CVS] cvs: CVSROOT / loginfo

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 16:48:36 2003 EDT Modified files: /CVSROOTloginfo Log: hopefully this works correctly with phpdoc-pt_BR Index: CVSROOT/loginfo diff -u CVSROOT/loginfo:1.99 CVSROOT/loginfo:1.100 --- CVSROOT/loginfo:1.99Mon Aug 18 21:19:20 2003 +

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 16:40:15 2003 EDT Modified files: /CVSROOTavail Log: add phpdoc-pt Index: CVSROOT/avail diff -u CVSROOT/avail:1.791 CVSROOT/avail:1.792 --- CVSROOT/avail:1.791 Sun Dec 7 14:39:48 2003 +++ CVSROOT/avail Sun Dec 7 16:40:15 2003 @@

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 14:39:49 2003 EDT Modified files: /CVSROOTavail Log: php-src/sapi/continuity karma for aleigh Index: CVSROOT/avail diff -u CVSROOT/avail:1.790 CVSROOT/avail:1.791 --- CVSROOT/avail:1.790 Sun Dec 7 06:09:28 2003 +++ CVSROOT/avail

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

2003-12-07 Thread Ilia Alshanetsky
iliaa Sun Dec 7 13:39:10 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Removed unused variable. Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.298 php-src/ext/pgsql/pgsql.c:1.299 --- php-src/ext/pgsql/pgsql.c:1.298 Sat

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

2003-12-07 Thread Jani Taskinen
sniper Sun Dec 7 13:19:31 2003 EDT Modified files: /php-src/ext/standard dns.c Log: ws Index: php-src/ext/standard/dns.c diff -u php-src/ext/standard/dns.c:1.64 php-src/ext/standard/dns.c:1.65 --- php-src/ext/standard/dns.c:1.64 Fri Oct 24 13:09:36 2

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

2003-12-07 Thread Jani Taskinen
sniper Sun Dec 7 12:02:27 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.493 php-src/NEWS:1.1247.2.494 --- php-src/NEWS:1.1247.2.493 Sun Dec 7 11:53:29 2003 +++ php-src/NEWSSun D

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

2003-12-07 Thread Jani Taskinen
sniper Sun Dec 7 11:59:32 2003 EDT Modified files: /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1524 php-src/NEWS:1.1525 --- php-src/NEWS:1.1524 Sun Dec 7 11:54:09 2003 +++ php-src/NEWSSun Dec 7 11:59:32 2003 @@ -26,6 +26,7 @@

[PHP-CVS] cvs: php-src /ext/dba/libinifile inifile.c

2003-12-07 Thread Jani Taskinen
sniper Sun Dec 7 11:56:52 2003 EDT Modified files: /php-src/ext/dba/libinifile inifile.c Log: Remove unnecessary #include Index: php-src/ext/dba/libinifile/inifile.c diff -u php-src/ext/dba/libinifile/inifile.c:1.8 php-src/ext/dba/libinifile/inifile.c:1.9 ---

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

2003-12-07 Thread Jani Taskinen
sniper Sun Dec 7 11:54:09 2003 EDT Modified files: /php-srcNEWS Log: bfn reorder Index: php-src/NEWS diff -u php-src/NEWS:1.1523 php-src/NEWS:1.1524 --- php-src/NEWS:1.1523 Sun Dec 7 09:29:42 2003 +++ php-src/NEWSSun Dec 7 11:54:09 2003 @@ -28,17

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/session session.c

2003-12-07 Thread Jani Taskinen
sniper Sun Dec 7 11:53:31 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/sessionsession.c Log: MFH: Fix for bug #26548: Malformed HTTP dates in headers Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.492 php-src/NEWS:1.1

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

2003-12-07 Thread Jani Taskinen
sniper Sun Dec 7 11:16:03 2003 EDT Modified files: /php-src/ext/fileprofilepro.c Log: The correct (tm) way. Index: php-src/ext/filepro/filepro.c diff -u php-src/ext/filepro/filepro.c:1.53 php-src/ext/filepro/filepro.c:1.54 --- php-src/ext/filepro/filep

Re: [PHP-CVS] cvs: php-src /ext/ftp ftp.c ftp.h php_ftp.c

2003-12-07 Thread Jani Taskinen
On Sun, 7 Dec 2003, Wez Furlong wrote: >win32 build defines those symbols to 0 or 1 depending on if it >is present or not. Guess if the *nix build does that? :I Generally, everything is either defined or not.. >openssl streams is unrelated to this fix as ftp extension >doesn't use stream

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

2003-12-07 Thread Marcus Boerger
helly Sun Dec 7 10:59:13 2003 EDT Modified files: /php-src/ext/dbaconfig.m4 Log: revert here too Index: php-src/ext/dba/config.m4 diff -u php-src/ext/dba/config.m4:1.57 php-src/ext/dba/config.m4:1.58 --- php-src/ext/dba/config.m4:1.57 Sat Dec 6 19:2

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

2003-12-07 Thread Jani Taskinen
sniper Sun Dec 7 10:41:51 2003 EDT Modified files: /php-src/ext/mbstring config.m4 Log: revert, not needed Index: php-src/ext/mbstring/config.m4 diff -u php-src/ext/mbstring/config.m4:1.43 php-src/ext/mbstring/config.m4:1.44 --- php-src/ext/mbstring/conf

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

2003-12-07 Thread Marcus Boerger
helly Sun Dec 7 10:39:57 2003 EDT Modified files: /php-src/ext/mysql config.m4 Log: Revert this part, too Index: php-src/ext/mysql/config.m4 diff -u php-src/ext/mysql/config.m4:1.59 php-src/ext/mysql/config.m4:1.60 --- php-src/ext/mysql/config.m4:1.59Sun

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

2003-12-07 Thread Jani Taskinen
sniper Sun Dec 7 10:37:30 2003 EDT Modified files: /php-src/ext/domconfig.m4 Log: revert, not needed Index: php-src/ext/dom/config.m4 diff -u php-src/ext/dom/config.m4:1.14 php-src/ext/dom/config.m4:1.15 --- php-src/ext/dom/config.m4:1.14 Sat Dec 6 1

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

2003-12-07 Thread Jani Taskinen
sniper Sun Dec 7 10:33:20 2003 EDT Modified files: /php-src/ext/mysqli config.m4 Log: Fix logic Index: php-src/ext/mysqli/config.m4 diff -u php-src/ext/mysqli/config.m4:1.10 php-src/ext/mysqli/config.m4:1.11 --- php-src/ext/mysqli/config.m4:1.10 Sat Nov 22 1

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

2003-12-07 Thread Marcus Boerger
helly Sun Dec 7 10:26:10 2003 EDT Modified files: /php-src/ext/mysql config.m4 Log: Revert, not needed here Index: php-src/ext/mysql/config.m4 diff -u php-src/ext/mysql/config.m4:1.58 php-src/ext/mysql/config.m4:1.59 --- php-src/ext/mysql/config.m4:1.58F

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

2003-12-07 Thread Marcus Boerger
helly Sun Dec 7 10:23:23 2003 EDT Modified files: /php-src/ext/gd config.m4 Log: Revert, not needed here Index: php-src/ext/gd/config.m4 diff -u php-src/ext/gd/config.m4:1.142 php-src/ext/gd/config.m4:1.143 --- php-src/ext/gd/config.m4:1.142 Sat Dec

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

2003-12-07 Thread Derick Rethans
derick Sun Dec 7 09:47:36 2003 EDT Modified files: /php-src/main rfc1867.c Log: - Add comment, I put this ina week ago and it already confused me :) Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.148 php-src/main/rfc1867.c:1.149 --- ph

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

2003-12-07 Thread Derick Rethans
derick Sun Dec 7 09:29:43 2003 EDT Modified files: /php-srcNEWS /php-src/ext/sessionsession.c Log: - Fixed bug #26548 (Malformed HTTP dates in headers). Index: php-src/NEWS diff -u php-src/NEWS:1.1522 php-src/NEWS:1.1523 --- php-src/NEWS:1.

[PHP-CVS] cvs: php-src /sapi/cgi/libfcgi os_unix.c

2003-12-07 Thread Stanislav Malyshev
stasSun Dec 7 08:01:09 2003 EDT Modified files: /php-src/sapi/cgi/libfcgi os_unix.c Log: fix potential buffer overrun Index: php-src/sapi/cgi/libfcgi/os_unix.c diff -u php-src/sapi/cgi/libfcgi/os_unix.c:1.3 php-src/sapi/cgi/libfcgi/os_unix.c:1.4 --- ph

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/cgi/libfcgi os_unix.c

2003-12-07 Thread Stanislav Malyshev
stasSun Dec 7 07:58:42 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/cgi/libfcgi os_unix.c Log: fix potential buffer overrun Index: php-src/sapi/cgi/libfcgi/os_unix.c diff -u php-src/sapi/cgi/libfcgi/os_unix.c:1.2.2.2 php-src/sapi/cgi/libfcg

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

2003-12-07 Thread Wez Furlong
wez Sun Dec 7 06:32:41 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: allow $node['not_yet_existing_attribute'] = $value; to work Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.89 php-src/ext/simp

[PHP-CVS] cvs: php-src /ext/xsl config.w32 /ext/xsl/tests area_list.xsl area_name.xml

2003-12-07 Thread Rob Richards
rrichards Sun Dec 7 06:11:48 2003 EDT Modified files: /php-src/ext/xslconfig.w32 /php-src/ext/xsl/tests area_list.xsl area_name.xml Log: fix warning for shared debug fix test bug26384 - WS issue Index: php-src/ext/xsl/config.w32 diff -u ph

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 06:09:30 2003 EDT Modified files: /CVSROOTavail Log: lzo removed due to GPL concerns Index: CVSROOT/avail diff -u CVSROOT/avail:1.789 CVSROOT/avail:1.790 --- CVSROOT/avail:1.789 Sun Dec 7 06:00:47 2003 +++ CVSROOT/avail Sun Dec

Re: [PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Wez Furlong
lzo is a GPL library and we decided not to allow it in PECL. (http://www.oberhumer.com/opensource/lzo/) --Wez. - Original Message - From: "Sascha Schumann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 07, 2003 10:52 AM Subject: [PHP-CVS] cvs: CVSROOT / avail > sas

Re: [PHP-CVS] cvs: php-src /ext/ftp ftp.c ftp.h php_ftp.c

2003-12-07 Thread Wez Furlong
win32 build defines those symbols to 0 or 1 depending on if it is present or not. openssl streams is unrelated to this fix as ftp extension doesn't use streams API. --Wez. - Original Message - From: "Jani Taskinen" <[EMAIL PROTECTED]> To: "Wez Furlong" <[EMAIL PROTECTED]> Cc: <[EMAIL PR

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

2003-12-07 Thread Marcus Boerger
Hello Moriyoshi, Sunday, December 7, 2003, 9:28:50 AM, you wrote: > Marcus Boerger <[EMAIL PROTECTED]> wrote: >> > Hmm, how does this change fix your problem? >> >> $ext_shared gets overwritten if i do not 'cache' it in another variable. > With a quick look over the script, nowhere seems ext_s

Re: [PHP-CVS] cvs: php-src /ext/cpdf config.m4 /ext/dba config.m4 /ext/dom config.m4 /ext/gd config.m4

2003-12-07 Thread Marcus Boerger
Hello Jani, Sunday, December 7, 2003, 11:18:37 AM, you wrote: > There was nothing wrong with these. So please explain in what > situation these changes were needed? > --Jani > On Sun, 7 Dec 2003, Marcus Boerger wrote: >>helly Sat Dec 6 19:21:48 2003 EDT >> >> Mo

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 06:00:48 2003 EDT Modified files: /CVSROOTavail Log: peardoc karma for sousk Index: CVSROOT/avail diff -u CVSROOT/avail:1.788 CVSROOT/avail:1.789 --- CVSROOT/avail:1.788 Sun Dec 7 06:00:02 2003 +++ CVSROOT/avail Sun Dec 7 06:00:

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 06:00:03 2003 EDT Modified files: /CVSROOTavail Log: ecolinet for pecl/win32std Index: CVSROOT/avail diff -u CVSROOT/avail:1.787 CVSROOT/avail:1.788 --- CVSROOT/avail:1.787 Sun Dec 7 05:59:19 2003 +++ CVSROOT/avail Sun Dec 7 06:

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:59:20 2003 EDT Modified files: /CVSROOTavail Log: lucamariano for pear/net_server Index: CVSROOT/avail diff -u CVSROOT/avail:1.786 CVSROOT/avail:1.787 --- CVSROOT/avail:1.786 Sun Dec 7 05:58:44 2003 +++ CVSROOT/avail Sun De

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:58:45 2003 EDT Modified files: /CVSROOTavail Log: more phpdoc karma lovchy,spermwhale,phaze,baoengb,derek,yannick,daan,xxiengb,ott Index: CVSROOT/avail diff -u CVSROOT/avail:1.785 CVSROOT/avail:1.786 --- CVSROOT/avail:1.785 Sun

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:56:02 2003 EDT Modified files: /CVSROOTavail Log: pear package access for ths Index: CVSROOT/avail diff -u CVSROOT/avail:1.784 CVSROOT/avail:1.785 --- CVSROOT/avail:1.784 Sun Dec 7 05:55:15 2003 +++ CVSROOT/avail Sun Dec 7 05

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:55:15 2003 EDT Modified files: /CVSROOTavail Log: peardoc for mcgyver5 Index: CVSROOT/avail diff -u CVSROOT/avail:1.783 CVSROOT/avail:1.784 --- CVSROOT/avail:1.783 Sun Dec 7 05:52:39 2003 +++ CVSROOT/avail Sun Dec 7 05:55:15

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:52:40 2003 EDT Modified files: /CVSROOTavail Log: karma for ezdevelop Index: CVSROOT/avail diff -u CVSROOT/avail:1.782 CVSROOT/avail:1.783 --- CVSROOT/avail:1.782 Sun Dec 7 05:52:06 2003 +++ CVSROOT/avail Sun Dec 7 05:52:3

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:52:07 2003 EDT Modified files: /CVSROOTavail Log: karma for hfuecks Index: CVSROOT/avail diff -u CVSROOT/avail:1.781 CVSROOT/avail:1.782 --- CVSROOT/avail:1.781 Sun Dec 7 05:38:19 2003 +++ CVSROOT/avail Sun Dec 7 05:52:06 200

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:38:20 2003 EDT Modified files: /CVSROOTavail Log: batch phpdoc karma apaxx,pjotrik,marduk,narcotia1234,enloma,trizo,xmadda,redshift,alifikri,coder,dodol_maniac,eflorin,adywarna,kyokpae,milans Index: CVSROOT/avail diff -u CVSROO

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:32:27 2003 EDT Modified files: /CVSROOTavail Log: phpdoc access for Nuno Lopes and Jakub Vrana Index: CVSROOT/avail diff -u CVSROOT/avail:1.779 CVSROOT/avail:1.780 --- CVSROOT/avail:1.779 Fri Dec 5 10:37:34 2003 +++ CVSROOT/avail

Re: [PHP-CVS] cvs: php-src /ext/ftp ftp.c ftp.h php_ftp.c

2003-12-07 Thread Jani Taskinen
How does changing '#ifdef' to '#if' fix it..? (see PHP_4_3 ext/openssl/config0.m4 for how really fix it) Anyway, I thought that openssl stuff registers some streams stuff so you can build it as shared in PHP 5?? --Jani On Sat, 6 Dec 2003, Wez Furlong wrote: >wez

Re: [PHP-CVS] cvs: php-src /ext/cpdf config.m4 /ext/dba config.m4 /ext/dom config.m4 /ext/gd config.m4

2003-12-07 Thread Jani Taskinen
There was nothing wrong with these. So please explain in what situation these changes were needed? --Jani On Sun, 7 Dec 2003, Marcus Boerger wrote: >helly Sat Dec 6 19:21:48 2003 EDT > > Modified files: >/php-src/ext/cpdf config.m4 >/php-s

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

2003-12-07 Thread Moriyoshi Koizumi
Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote: > overwritten. (And I've already tested shared build to see it work quite > well..) Forgot to mention, I tested without the last patch. Moriyoshi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-12-07 Thread Moriyoshi Koizumi
Marcus Boerger <[EMAIL PROTECTED]> wrote: > > Hmm, how does this change fix your problem? > > $ext_shared gets overwritten if i do not 'cache' it in another variable. With a quick look over the script, nowhere seems ext_shared to be overwritten. (And I've already tested shared build to see it w