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

2002-11-09 Thread Maxim Maletsky
maxim Sun Nov 10 00:31:12 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: fixed several proto return types throughout the extension Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.182 php4/ext/oci8/oci8.c:1.183 --- php4/ext/oci8/oci8.c:1

[PHP-CVS] cvs: php4 / NEWS

2002-11-09 Thread Ilia Alshanetsky
iliaa Sun Nov 10 00:21:32 2002 EDT Modified files: /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1241 php4/NEWS:1.1242 --- php4/NEWS:1.1241Thu Nov 7 20:44:40 2002 +++ php4/NEWS Sun Nov 10 00:21:32 2002 @@ -11,6 +11,8 @@

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

2002-11-09 Thread Ilia Alshanetsky
iliaa Sun Nov 10 00:19:39 2002 EDT Modified files: /php4/ext/openssl openssl.c Log: Fixed bug #19935. Made OpenSSL file system operations abide by safe_mode & open_basedir restrictions. Index: php4/ext/openssl/openssl.c diff -u php4/ext/openssl/openssl

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

2002-11-09 Thread Ilia Alshanetsky
iliaa Sun Nov 10 00:14:27 2002 EDT Modified files: /php4/main streams.c Log: Fixed a bug that in many situations would cause open_basedir restriction to be bypassed. Most notable exception, is the inclusion of files via include(), with a partial path.

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

2002-11-09 Thread Jani Taskinen
sniper Sat Nov 9 21:48:22 2002 EDT Modified files: /php4/main main.c Log: ws fixes Index: php4/main/main.c diff -u php4/main/main.c:1.509 php4/main/main.c:1.510 --- php4/main/main.c:1.509 Sat Nov 9 21:09:26 2002 +++ php4/main/main.cSat Nov 9 21:

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

2002-11-09 Thread Stig Bakken
ssb Sat Nov 9 21:09:27 2002 EDT Modified files: /php4/main main.c Log: * honor track_errors ini setting in php_verror() Index: php4/main/main.c diff -u php4/main/main.c:1.508 php4/main/main.c:1.509 --- php4/main/main.c:1.508 Sun Oct 27 22:45:20 200

[PHP-CVS] cvs: CVSROOT / avail

2002-11-09 Thread Stig Bakken
ssb Sat Nov 9 20:11:19 2002 EDT Modified files: /CVSROOTavail Log: * peardoc karma for philip Index: CVSROOT/avail diff -u CVSROOT/avail:1.534 CVSROOT/avail:1.535 --- CVSROOT/avail:1.534 Fri Nov 8 19:01:16 2002 +++ CVSROOT/avail Sat Nov 9 20:

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

2002-11-09 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 9 18:10:02 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Fixed typo Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.130 php4/ext/mbstring/mbstring.c:1.131 --- php4/ext/mbstring/mbstring.c:1.13

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

2002-11-09 Thread Moriyoshi Koizumi
> THis isn't exactly the code standards we usually see in PHP sources. > What was the reason you used this style? > It's not mime. I've just tried to coordinate the style with the rest of code. Moriyoshi > Derick > > -- > > ---

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

2002-11-09 Thread Derick Rethans
On Sat, 9 Nov 2002, Moriyoshi Koizumi wrote: > moriyoshi Sat Nov 9 12:05:47 2002 EDT > > Modified files: > /php4/ext/mbstringmbfilter.c mbfilter.h mbstring.c mbstring.h > Log: > Added mb_substr_count() as per the request #15097 > +int > +mbfl_subst

[PHP-CVS] cvs: php4 /ext/mbstring/tests mb_substr_count.phpt

2002-11-09 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 9 12:07:29 2002 EDT Added files: /php4/ext/mbstring/testsmb_substr_count.phpt Log: Added a test for mb_substr_count() Index: php4/ext/mbstring/tests/mb_substr_count.phpt +++ php4/ext/mbstring/tests/mb_substr_count.phpt --TEST-

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

2002-11-09 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 9 12:05:47 2002 EDT Modified files: /php4/ext/mbstring mbfilter.c mbfilter.h mbstring.c mbstring.h Log: Added mb_substr_count() as per the request #15097 Index: php4/ext/mbstring/mbfilter.c diff -u php4/ext/mbstring/mbfilter.c:1.47 p

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

2002-11-09 Thread Derick Rethans
On Sat, 9 Nov 2002, Sterling Hughes wrote: > > On Sat, 9 Nov 2002, Sterling Hughes wrote: > > > > >> > > >> There is no such release of Curl yet. This makes testing > > >> the RCs quite a hassle now so either you revert those changes > > >> or get the curl folks to release this 7.10.

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

2002-11-09 Thread Sterling Hughes
> On Sat, 9 Nov 2002, Sterling Hughes wrote: > > >> > >> There is no such release of Curl yet. This makes testing > >> the RCs quite a hassle now so either you revert those changes > >> or get the curl folks to release this 7.10.2. > >> > >> --Jani > >> > > > >7.10.2-pre4 is

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

2002-11-09 Thread Jani Taskinen
On Sat, 9 Nov 2002, Sterling Hughes wrote: >> >> There is no such release of Curl yet. This makes testing >> the RCs quite a hassle now so either you revert those changes >> or get the curl folks to release this 7.10.2. >> >> --Jani >> > >7.10.2-pre4 is currently out, it sho

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

2002-11-09 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 9 11:15:41 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Fixed PHP_INI_MH(OnUpdate_mbstring_language) so that ini entry values are properly updated. Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstri

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

2002-11-09 Thread Derick Rethans
On Sat, 9 Nov 2002, Sterling Hughes wrote: > > > > There is no such release of Curl yet. This makes testing > > the RCs quite a hassle now so either you revert those changes > > or get the curl folks to release this 7.10.2. > > 7.10.2-pre4 is currently out, it should be released qui

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

2002-11-09 Thread Sterling Hughes
> > There is no such release of Curl yet. This makes testing > the RCs quite a hassle now so either you revert those changes > or get the curl folks to release this 7.10.2. > > --Jani > 7.10.2-pre4 is currently out, it should be released quite soon. -Sterling > > On Sat,

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

2002-11-09 Thread Jani Taskinen
There is no such release of Curl yet. This makes testing the RCs quite a hassle now so either you revert those changes or get the curl folks to release this 7.10.2. --Jani On Sat, 9 Nov 2002, Sterling Hughes wrote: >sterling Sat Nov 9 08:08:49 2002 EDT >

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

2002-11-09 Thread Sterling Hughes
sterlingSat Nov 9 08:52:01 2002 EDT Modified files: /php4/ext/curl curl.c Log: add a whole bunch of constants that make the interface somewhat up-to-date. Index: php4/ext/curl/curl.c diff -u php4/ext/curl/curl.c:1.122 php4/ext/curl/curl.c:1.123

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

2002-11-09 Thread Sterling Hughes
> On Sat, 9 Nov 2002, Sterling Hughes wrote: > > > sterlingSat Nov 9 08:08:49 2002 EDT > > > > Modified files: > > /php4/ext/curl config.m4 > > Log: > > add check for curl 7.10.2 > > uhm... what is the reason for this change? > because you can't use curren

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

2002-11-09 Thread Derick Rethans
On Sat, 9 Nov 2002, Sterling Hughes wrote: > sterling Sat Nov 9 08:08:49 2002 EDT > > Modified files: > /php4/ext/curlconfig.m4 > Log: > add check for curl 7.10.2 uhm... what is the reason for this change? Derick > > > Index: php4/ext/curl/conf

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

2002-11-09 Thread Sterling Hughes
sterlingSat Nov 9 08:08:49 2002 EDT Modified files: /php4/ext/curl config.m4 Log: add check for curl 7.10.2 Index: php4/ext/curl/config.m4 diff -u php4/ext/curl/config.m4:1.18 php4/ext/curl/config.m4:1.19 --- php4/ext/curl/config.m4:1.18