Re: [PHP-DEV] curl compiler failed

2001-09-25 Thread Holger Schopohl
> > and also nl2br() crashes and chunk_split($string,2,' '); doesnt work ... > > nl2br() should be fixed can you make sure with the latest CVS, and > make a backtrace of the crash? okay, with the current cvs version, it works fine, sorry -- Holger -- PHP Development Mailing List

Re: [PHP-DEV] curl compiler failed

2001-09-25 Thread Sterling Hughes
On Tue, 25 Sep 2001, Stanislav Malyshev wrote: > SH>> I'd expect it to work with all php's above 4.0.8, the only problem > SH>> is that if you link PHP 4.0.8 with an older version of CURL this > SH>> will cause PHP compilation errors that maybe unforseen, therefore, > SH>> to righ

Re: [PHP-DEV] curl compiler failed

2001-09-25 Thread Stanislav Malyshev
SH>> I'd expect it to work with all php's above 4.0.8, the only problem SH>> is that if you link PHP 4.0.8 with an older version of CURL this SH>> will cause PHP compilation errors that maybe unforseen, therefore, SH>> to right it truly portable, you need two version checks for eac

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Sterling Hughes
On Mon, 24 Sep 2001, Stanislav Malyshev wrote: > SH>> > SH>> Yes, but it also affects the portability of apps when using cURL, > SH>> you have to worry not only which php version supports which > SH>> features, but also which curl version linked with php supports these > SH>> feat

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Stanislav Malyshev
SH>> SH>> Yes, but it also affects the portability of apps when using cURL, SH>> you have to worry not only which php version supports which SH>> features, but also which curl version linked with php supports these SH>> features, this is a real headache. No, quite the opposite - i

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Sterling Hughes
On Mon, 24 Sep 2001, Stanislav Malyshev wrote: > SH>> Try latest cvs with one of the curl pre-releases (the latest pre > SH>> release should work fine). > > Maybe it is still possible to ifdef such things? Like, support of two more > constants is not really so vital for curl usage, and if

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Stanislav Malyshev
SH>> Try latest cvs with one of the curl pre-releases (the latest pre SH>> release should work fine). Maybe it is still possible to ifdef such things? Like, support of two more constants is not really so vital for curl usage, and if I have a choice of using unpackaged pre-release possibly

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Sterling Hughes
On Mon, 24 Sep 2001, Holger Schopohl wrote: > Hi, > > in the current cvs tree: > > curl.c: In function `zm_startup_curl': > curl.c:196: `CURLINFO_SSL_VERIFY_RESULT' undeclared (first use in this > function) > curl.c:196: (Each undeclared identifier is reported only once > curl.c:196: for each fun

Re: [PHP-DEV] curl compiler failed

2001-09-24 Thread Derick Rethans
On Mon, 24 Sep 2001, Holger Schopohl wrote: > and also nl2br() crashes and chunk_split($string,2,' '); doesnt work ... nl2br() should be fixed can you make sure with the latest CVS, and make a backtrace of the crash? Derick -- PHP Development Mailing List To unsubsc

[PHP-DEV] curl compiler failed

2001-09-24 Thread Holger Schopohl
Hi, in the current cvs tree: curl.c: In function `zm_startup_curl': curl.c:196: `CURLINFO_SSL_VERIFY_RESULT' undeclared (first use in this function) curl.c:196: (Each undeclared identifier is reported only once curl.c:196: for each function it appears in.) curl.c: In function `zif_curl_getinfo'