Geoffrey Young wrote:
* sync apr_ and ap_ for APIs we support. Quite a few functions were
renamed and some have changed they arguments. So in the simple case
all that needs to be changes is the map file and the corresponding
table .pm file. In the complex case (args changed) the XS wrapper
mig
Geoffrey Young wrote:
Stas Bekman wrote:
Geoffrey Young wrote:
in addition to that, I'd like to add support for hook position.
that is, make it possible to have, say, content as APR_HOOK_FIRST
but translation as APR_HOOK_LAST.
What API were you thinking of?
something like MP_ALL_H
Hi Stas,
On Wed, Aug 06, 2003 at 04:51:11PM -0700, Stas Bekman wrote:
> Peter, can you please give a try to the latest cvs. Thanks.
Works fine for me.
Peter
--
Thought is limitation. Free your mind.
pgp0.pgp
Description: PGP signature
Allison, Jason (JALLISON) wrote:
Not sure if this is the best place to ask, but im at a loss for answers.
This is definitely not the right place. Have you tried
p5p?http://lists.perl.org/showlist.cgi? name=perl5-porters
You should probably use 'perlbug' to submit the report.
-
# diff /usr/loc
Randy Kobes wrote:
On Wed, 6 Aug 2003, Stas Bekman wrote:
[EMAIL PROTECTED] wrote:
stas2003/08/06 14:59:04
Modified:.Makefile.PL Changes
Log:
- now requiring 5.8.x/ithreads for threaded mpms (now doing the check
against the mpm, rather than OS name)
can someone on win32
* sync apr_ and ap_ for APIs we support. Quite a few functions were
renamed and some have changed they arguments. So in the simple case all
that needs to be changes is the map file and the corresponding table .pm
file. In the complex case (args changed) the XS wrapper might needs to
be updated