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
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 @@
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
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.
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:
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
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:
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
> 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
>
> --
>
> ---
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
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-
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
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.
> 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
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
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
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
>
> 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,
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
>
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
> 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
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
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
23 matches
Mail list logo