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
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
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
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?
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
- 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
> 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
"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 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
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
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
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_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/
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
14 matches
Mail list logo