[PHP-DEV] sixth mode for count_chars

2003-06-14 Thread Joey Smith
The two attached files add a sixth mode to count chars, one that comes up now and again. This is the same as mode 1, but the resulting array has the actual char as the array index instead of the byte-value. This can be used in place of preg_split('//', $string) and such. I've also prepared patche

[PHP-DEV] Re: [PATCH] upload progress metter

2003-06-14 Thread Doru Petrescu
there is a new patch available that fixes problems with apache2! Also, I have noticed that sapi module for apache2handler and apache2filter do not initialize SG(request_info).content_length during request init. I had to add 3 lines of code to each one to initialize it. looks like it works. is thi

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-14 Thread Rob Richards
From: Sebastian Bergmann > > /php4/ext/xml xml.c > > Log: > > use xmlInitParser instead of xmlInitThreads > > reentrant safe as well > > Does this mean that we no longer need a patched version of libxml2 to > build on Win32? Correct, standard libxml binaries will now work. hadn't got

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-14 Thread Sebastian Bergmann
Rob Richards wrote: > rrichards Sat Jun 14 14:14:06 2003 EDT > > Modified files: > /php4/ext/xml xml.c > Log: > use xmlInitParser instead of xmlInitThreads > reentrant safe as well Does this mean that we no longer need a patched version of libxml2 to build on Win32?

Re: [PHP-DEV] Moving to PECL

2003-06-14 Thread Pierre-Alain Joye
On Sat, 14 Jun 2003 19:24:03 +0200 "Tomas V.V.Cox" <[EMAIL PROTECTED]> wrote: > > That's we call dependencies, and the pear cmd supports a wide range of > them, including: package, extension, php, zend, os, external prog, > etc. Can you solve all this with CVS branches/tags? ;) As a sidenote, yo

Re: [PHP-DEV] Moving to PECL

2003-06-14 Thread Tomas V.V.Cox
- Original Message - From: "Edin Kadribasic" <[EMAIL PROTECTED]> > > There is already support for: 'alpha','beta','stable','snapsho > > t','devel' package states, plus all the version number formats supported > by > > version_compare(). IMHO that's more than enough. > > Its not. There is

Re: [PHP-DEV] Moving to PECL

2003-06-14 Thread Edin Kadribasic
> There is already support for: 'alpha','beta','stable','snapsho > t','devel' package states, plus all the version number formats supported by > version_compare(). IMHO that's more than enough. Its not. There is now way to tell which PECL extension version works with which PHP version which is ess

Re: [PHP-DEV] Moving to PECL

2003-06-14 Thread Tomas V.V.Cox
"Georg Richter" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > On Sunday 08 June 2003 18:23, Rasmus Lerdorf wrote: > > The one point on the QA issue is that nobody ever looks through all the > > PECL extensions, but we occasionally grep through all the ext/* extensions > > to

[PHP-DEV] PHP 4 Bug Summary Report

2003-06-14 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (934 total including feature requests) ===[*Configuration Issues] 20490 Analyzed enable versioning not supported on OSX 21195 Verified Configure warnings/errors 21973 O

Re: [PHP-DEV] PHP_4_3: ext/mysql and OpenSSL

2003-06-14 Thread Sebastian Bergmann
Jani Taskinen wrote: > Does it fail during configure or when compiling/linking? > (without --with-openssl) During ./configure. Any, yes, --with-openssl isn't the right thing, it should just auto-detect that the OpenSSL includes/library are needed. -- Sebastian Bergmann http://sebastian

Re: [PHP-DEV] PHP_4_3: ext/mysql and OpenSSL

2003-06-14 Thread Jani Taskinen
On Sat, 14 Jun 2003, Sebastian Bergmann wrote: >Sebastian Bergmann wrote: >> With HEAD this seems not to be the case. > > Update: The same problem is also in HEAD. > > Is there a way to detect an SSL-enabled libmysql and automatically > add --with-openssl? Does it fail during configure or

Re: [PHP-DEV] PHP_4_3: ext/mysql and OpenSSL

2003-06-14 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > With HEAD this seems not to be the case. Update: The same problem is also in HEAD. Is there a way to detect an SSL-enabled libmysql and automatically add --with-openssl? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTrack

[PHP-DEV] PHP_4_3: ext/mysql and OpenSSL

2003-06-14 Thread Sebastian Bergmann
PHP_4_3's ext/mysql can't be built without explicitly adding the --with-openssl configure option when building against an SSL-enabled libmysql. With HEAD this seems not to be the case. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/

Re: [PHP-DEV] Building on Win32

2003-06-14 Thread Andi Gutmans
At 07:22 PM 6/13/2003 -0400, Rob Richards wrote: From: Andi Gutmans > So can someone tell me where the build stands, what the instructions are > and how we can get rid of the need of using a patched version of libxml2? On windows, you really dont need that giant patch. Currently it does need xmlI