On Sat, Oct 9, 2010 at 10:19 AM, Jeff Trawick wrote:
> Tarballs/zips are at http://apr.apache.org/dev/dist/. As there are
> enclosed security fixes (already available separately) and wrowe wants
> to roll httpd 2.0 soon-ish to get those delivered to the bulk of our
> 0.9.x users, it would be grea
On 12.10.2010 05:43, Jeff Trawick wrote:
This latest level corrects a build problem on some platforms using the
bundled expat. Let's try to wrap up approval of this follow-up to
0.9.18 in 48 hours (httpd 2.0.next needs it for the enclosed security
fixes).
The only diffs since 0.9.18 are
* Wind
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, Oct 12, 2010 at 02:48:38PM +0200, Mladen Turk wrote:
Thanks for your clarifications, very helpful.
I wouldn't mind sending in a doc patch if someone nudges me in the right
direction (hint, hint :)
> None for unix, but for windows, apr_termin
On Mon, Oct 11, 2010 at 11:43 PM, Jeff Trawick wrote:
> This latest level corrects a build problem on some platforms using the
> bundled expat. Let's try to wrap up approval of this follow-up to
> 0.9.18 in 48 hours (httpd 2.0.next needs it for the enclosed security
> fixes).
>
> The only diffs s
On Sat, Oct 9, 2010 at 10:19 AM, Jeff Trawick wrote:
> Tarballs/zips are at http://apr.apache.org/dev/dist/. As there are
> enclosed security fixes (already available separately) and wrowe wants
> to roll httpd 2.0 soon-ish to get those delivered to the bulk of our
> 0.9.x users, it would be grea
On 10/12/2010 12:45 PM, to...@tuxteam.de wrote:
Thus, it would seem safe to call apr_initialize from each extension -
I'd just have to make sure that the calls are balanced. Is that right?
Exactly. You can call it as many times as you wish.
Making sure the number of calls match.
Another qu
> [+1 ] Release apr-util 0.9.19 as GA
>
(non-binding)
all tests pass on AIX 6.1 32-bit XLC w/o --with-expat=builtin and with
no system expat (0.9.18 fails first link of apr-util in make with this
configure line)
all tests pass on SLES11/PPC64
--
Eric Covener
cove...@gmail.com
On 09.10.2010 16:19, Jeff Trawick wrote:
Tarballs/zips are at http://apr.apache.org/dev/dist/. As there are
enclosed security fixes (already available separately) and wrowe wants
to roll httpd 2.0 soon-ish to get those delivered to the bulk of our
0.9.x users, it would be great to wrap this up w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
We are trying to use libapr from an extension (it's a libxslt extension
function, to be more precise). The whole thing will be used sometimes as
an Apache module, but sometimes from a stand-alone app.
So in the first case (Apache module), apr