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

2003-03-23 Thread Wez Furlong
wez Sun Mar 23 13:14:42 2003 EDT Modified files: /php4/ext/curl config.m4 Log: Fix curl detection when multiple installations exist Index: php4/ext/curl/config.m4 diff -u php4/ext/curl/config.m4:1.22 php4/ext/curl/config.m4:1.23 --- php4/ext/curl/con

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

2002-11-18 Thread Wez Furlong
wez Mon Nov 18 07:00:22 2002 EDT Modified files: /php4/ext/curl config.m4 Log: Re-enable the curlwrappers configure option. I still don't recommend it's use unless you are hacking both curl and PHP to make it work. Index: php4/ext/curl/config.m4

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

2002-11-10 Thread Derick Rethans
derick Sun Nov 10 16:26:14 2002 EDT Modified files: /php4/ext/curl config.m4 curl.c Log: - Make it rely on cURL version 7.9.8 again, so that we can start with the Release Process. Index: php4/ext/curl/config.m4 diff -u php4/ext/curl/config.m4:1.19 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

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 >

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

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

2002-11-07 Thread Wez Furlong
wez Thu Nov 7 13:07:03 2002 EDT Modified files: /php4/ext/curl config.m4 Log: Really disable curlwrappers configure option. Index: php4/ext/curl/config.m4 diff -u php4/ext/curl/config.m4:1.17 php4/ext/curl/config.m4:1.18 --- php4/ext/curl/config.m4:

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

2002-11-06 Thread Wez Furlong
On 11/06/02, "Wez Furlong" <[EMAIL PROTECTED]> wrote: > Modified files: > /php4/ext/curlconfig.m4 > Log: > Disable --with-curlwrappers. > (Pending support from libcurl itself) > + PHP_CHECK_LIBRARY(curl,curl_version_info, > + [ > +AC_DEFINE(HAVE_CURL_VERSION_IN

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

2002-11-06 Thread Wez Furlong
wez Wed Nov 6 05:24:49 2002 EDT Modified files: /php4/ext/curl config.m4 Log: Disable --with-curlwrappers. (Pending support from libcurl itself) Index: php4/ext/curl/config.m4 diff -u php4/ext/curl/config.m4:1.16 php4/ext/curl/config.m4:1.17 --- p