Re: [PHP-DEV] Re: User-space functionality of apache2filter

2002-06-03 Thread Daniel BODEA
On Sun, Jun 02, 2002 at 11:33:08AM -0700, Aaron Bannert wrote: I really wish people would stop quoting artificial dates for when the apache2filter will magically become stable, and just start using it and identifying problems. A few of us have put some great effort into making it usable,

[PHP-DEV] Re: User-space functionality of apache2filter

2002-06-02 Thread Daniel BODEA
There's a great difference here, apache2filter misses many of the functions provided by the apache sapi. The question is, is someone working on adding them or are they silently dropped? I'm asking for two reasons: consistency and documentation. apache2filter is a long

[PHP-DEV] fopen zend wrapper and relative paths

2002-05-31 Thread Daniel BODEA
The bug #11326 was closed after Zeev added the current executing file's directory to the search path, which solved half of the problem. The original bug #9673 though is still open, and the last comment is pointing to the other half of the problem, dot relative paths. Right now, in

[PHP-DEV] CVS Account Request: dali

2002-05-22 Thread Daniel BODEA
Generic bug fixing, feature completion, cosmetic and more bug fixing hopefully (as I continue to work on large and complex PHP based projects, and as it seems there's a lack of developers - and dedicated time - in this area) -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

[PHP-DEV] [PATCH] add lchown as a third parameter to chown and chgrp

2002-05-17 Thread Daniel BODEA
No reaction the first time so this is a repost. Diffed against the stable 4.2.0 source tree. Adds an optional third bool to chown and chgrp that makes use of the lchown system call to change the owner and group of the symlink itself, and not the final target. The default behavior is unchanged.

[PHP-DEV] [PATCH] add PATH_INFO and PATH_TRANSLATED to apache 2 sapi ... RE

2002-05-13 Thread Daniel BODEA
Would this be a good moment to re post this patch a 2nd time? :) Diff'ed against the stable 4.2.0 source package. Adds the same behavior as the CGI and ISAPI modules with regard to PATH_INFO and PATH_TRANSLATED variables to the Apache 2 filter interface. If the user does not specifically set

Re: [PHP-DEV] [PATCH] add PATH_INFO and PATH_TRANSLATED to apache 2 sapi ... RE

2002-05-13 Thread Daniel BODEA
1 - consistency with previous versions 2 - cgi behavior (like in mod_cgi) D - Original Message - From: Aaron Bannert [EMAIL PROTECTED] To: Daniel BODEA [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, May 13, 2002 9:01 PM Subject: Re: [PHP-DEV] [PATCH] add PATH_INFO

[PHP-DEV] [PATCH] add PATH_INFO and PATH_TRANSLATED to apache 2 sapi

2002-05-11 Thread Daniel BODEA
Diff'ed against the stable 4.2.0 source package. Adds the same behavior as the CGI and ISAPI modules with regard to PATH_INFO and PATH_TRANSLATED variables to the Apache 2 filter interface. If the user does not specifically set the AcceptPathInfo configuration variable to off, the patch passes

[PHP-DEV] Bug #13629 (db3 driver init error)

2001-10-24 Thread Daniel BODEA
Confirmed on Linux. Here's the patch I came up with (it defaults to BTrees but that's the default in the original code anyway) dba_db3.c.patch -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-DEV] smallcaps function

2001-10-05 Thread Daniel BODEA
We needed a fast small caps implementation for HTML transformations so I did it inside PHP. Anyone interested in it ? (not to mention the main PHP tree :-) Dan PS: patch for php-4.0.6/ext/standard smallcaps.patch -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: