[PHP-DEV] Bug #10721: odd output in create_function()

2001-05-07 Thread justin
From: [EMAIL PROTECTED] Operating system: GNU/Linux PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: odd output in create_function() An odd character seems to appear in the return value of create_function() (which should be of 'lambda_x' format where

[PHP-DEV] Bug #10721 Updated: odd output in create_function()

2001-06-28 Thread justin
ID: 10721 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: GNU/Linux PHP Version: 4.0.6 Description: odd output in create_function() Any word on this? Still exists in 4.0.6. Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #9433: ErrorDocument 404 pointing to PHP file

2001-02-23 Thread justin
://test.jwdx.com I have also added header("Status: 404 Not Found") as stated in other bug reports. I would not blame this on PHP except for the fact that different versions respond differently with all other circumstances remaining the same. --Justin Bachus -- Edit Bug report at: http://bu

[PHP-DEV] PHP 4.0 Bug #9433 Updated: ErrorDocument 404 pointing to PHP file

2001-02-24 Thread justin
ns respond differently with all other circumstances remaining the same. --Justin Bachus --- Full Bug description available at: http://bugs.php.net/?id=9433 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe

[PHP-DEV] PHP 4.0 Bug #9433 Updated: ErrorDocument 404 pointing to PHP file

2001-02-24 Thread justin
ns respond differently with all other circumstances remaining the same. --Justin Bachus --- Full Bug description available at: http://bugs.php.net/?id=9433 -- PHP Development Mailing List <http://www.php.net/> To uns

[PHP-DEV] PHP 4.0 Bug #9433 Updated: ErrorDocument 404 pointing to PHP file

2001-02-24 Thread justin
example page is at http://test.jwdx.com I have also added header("Status: 404 Not Found") as stated in other bug reports. I would not blame this on PHP except for the fact that different versions respond differently with all other circumstances remaining the same. --Jus

[PHP-DEV] PHP 4.0 Bug #9433 Updated: ErrorDocument 404 pointing to PHP file

2001-02-28 Thread justin
pt for the fact that different versions respond differently with all other circumstances remaining the same. --Justin Bachus --- Full Bug description available at: http://bugs.php.net/?id=9433 -- PHP Development Mailing

[PHP-DEV] PHP 4.0 Bug #9433 Updated: ErrorDocument 404 pointing to PHP file

2001-04-30 Thread justin
with all other circumstances remaining the same. --Justin Bachus --- The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online. Full Bug description ava

[PHP-DEV] Bug #14318: Can't Compile PHP 4.06 With GD2

2001-12-02 Thread justin
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.2 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Can't Compile PHP 4.06 With GD2 Please Help Me! I am trying to compile PHP 4.06 with GD2 and it won't seem to work. I am running FreeBSD 4.3 without Xw

[PHP-DEV] Bug #14318 Updated: Can't Compile PHP 4.06 With GD2

2001-12-03 Thread justin
ID: 14318 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: GD related Operating System: FreeBSD 4.2 PHP Version: 4.0.6 New Comment: I am glad the probem has been fixed in the CVS. Is there anyway I can obtain what the fix was so I could pathc this mysel

[PHP-DEV] Re: PHP Apache2Filter crashes on Win32

2002-01-21 Thread Justin Erenkrantz
we're doing wrong in ap_save_brigade, but I didn't see that from my cursory examination. The context looks like it has been corrupted. -- justin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Re: PHP42/Zend update needed for Apache 2.0.31

2002-01-31 Thread Justin Erenkrantz
. =( Doug or other PHP people have any clue here? Is something busted in PHP land or is buildconf no longer sufficient to generate the PHP configure scripts? -- justin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

[PHP-DEV] Re: PHP42/Zend update needed for Apache 2.0.31

2002-02-01 Thread Justin Erenkrantz
, I have those dirs. You can run buildconf and configure and it produces all of the relevant Makefiles? Odd, because it isn't doing that here. -- justin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP-DEV] [PATCH] clibpdf -- get_buffer_length()

2001-10-27 Thread Justin Garrett
; header in order to display the pdf document correctly. -- Justin Garrett --START PATCH /* {{{ proto int cpdf_buffer_length(int pdfdoc) Returns current length of the output buffer */ PHP_FUNCTION(cpdf_buffer_length) { pval *arg1;

[PHP-DEV] Function Request: csv_explode()

2001-11-29 Thread Justin Plock
else { if ($first != $wrap) { $field .= $first; } } } $ret[] = $field; return($ret); } If I knew C, I would try to port this to a PHP myself, but I don't. I was just hoping someone else would. :) Thanks. -Justin Plock -- PHP

[PHP-DEV] [PATCH] Prefer glibtool over libtool

2002-05-05 Thread Justin Erenkrantz
ibtool, we avoid this situation. Thanks! -- justin Index: build/buildcheck.sh === RCS file: /repository/php4/build/buildcheck.sh,v retrieving revision 1.16 diff -u -r1.16 buildcheck.sh --- build/buildcheck.sh 4 Mar 2002 08:28:57 -

[PHP-DEV] [PATCH] Get apache2filter to link on Darwin

2002-05-05 Thread Justin Erenkrantz
, we must suppress the linker from trying to ensure that the module is self-contained. We could also do '-flat_namespace -undefined warning' instead, but I think it might be better to do '-bind_at_load' from my interpretation of the man page. -- justin Index: sapi/apa

Re: [PHP-DEV] [PATCH] Get apache2filter to link on Darwin

2002-05-05 Thread Justin Erenkrantz
On Sun, May 05, 2002 at 02:21:31AM -0700, Justin Erenkrantz wrote: > By default, Darwin requires that all references be resolved at > compile-time instead of run-time for bundles. So, when we try to > build the apache2filter module, we are calling some APR and APR-util > functi

[PHP-DEV] [PATCH] Fix apache2filter with threaded MPMs

2002-05-05 Thread Justin Erenkrantz
x. This changes it from a setn call to a set call - it'll copy the 1 and 2 into the hash's pool-allocated memory. The setn is bogus because the storage space of the 1 and 2 aren't guaranteed to be long-lived. (Look at how mod_rewrite does it.) -- justin Index: sapi/apa

[PHP-DEV] [PATCH] Fix bundle compilation on Darwin for Apache 2.0

2002-05-12 Thread Justin Erenkrantz
e let me know if you have any questions or comments. I have tested this on my platform and it works. -- justin Index: Makefile.global === RCS file: /repository/php4/Makefile.global,v retrieving revision 1.11 diff -u -r

[PHP-DEV] [PATCH] Prefer glibtool over libtool (resend)

2002-05-12 Thread Justin Erenkrantz
en we try to verify $libtool is a GNU libtool, we fail because $libtool isn't a GNU libtool. Please let me know if you have any questions or comments. -- justin Index: build/buildcheck.sh === RCS file: /repository/php4/build/build

Re: [PHP-DEV] [PATCH] Fix bundle compilation on Darwin for Apache 2.0

2002-05-12 Thread Justin Erenkrantz
- the only way to do this seems to be to leverage ap{ru}-config. As I mentioned earlier, we discussed ways the linker could handle it, but that's not going to help until possibly 10.3-land (and only if we keep pressure on them to help). Thoughts? -- justin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Fix bundle compilation on Darwin for Apache 2.0

2002-05-13 Thread Justin Erenkrantz
On Mon, May 13, 2002 at 10:41:16PM +0300, Marko Karppinen wrote: > One More Thing, Justin :) > > > +MH_BUNDLE_FLAGS="`$APXS_BINDIR/apr-config --ldflags --link-ld --libs`" > > Could you give me a scenario where we might need something from --ldflags or > --link-ld?

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

2002-06-02 Thread Justin Erenkrantz
few months with no user-visible problems with a threaded MPM. All segfaults that I have seen are now fixed in CVS. -- justin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Apache 2 support

2002-06-03 Thread Justin Erenkrantz
pd-2.0 modules are implemented. -- justin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] Remove input filter from apache2filter SAPI

2002-06-10 Thread Justin Erenkrantz
The input filter in the apache2filter doesn't serve any real purpose as PHP is not transforming any of the data. IMHO, it would be better if it switched to just grabbing the input when it needs it via the sapi_read_post function. Please let me know if you have any questions. -- justin

[PHP-DEV] Streamy PHP parser input?

2002-06-10 Thread Justin Erenkrantz
then indicate when the stream is over. Then, the output can be generated by the PHP engine. Thanks in advance. -- justin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] apache2filter - add new filter registration parameter

2002-06-28 Thread Justin Erenkrantz
eekend as it is susceptable to the same invalid 304 problem mod_include was. (Just create a simple filter_init function that always sets r->no_local_copy to 1.) -- justin Index: sapi/apache2filter/sapi_apache2.c === RCS file: /re

[PHP-DEV] [PATCH] bug #15547

2002-07-01 Thread Justin Garrett
Stops tempnam() from bypassing open_basedir directive. This is my very first patch...thought I'd start small. Will someone with karma please take a look and commit this if it meets your approval? Justin Garrett Index: ext/standard/f

Re: [PHP-DEV] Streams: FTP/HTTP wrapper gurus wanted

2002-08-11 Thread Justin Erenkrantz
On Sun, Aug 11, 2002 at 03:49:45PM +0100, Wez Furlong wrote: > I thought that Apache 2 would result in a more widespread usage of > DAV (I'm not sure why I think that - something to do with subversion, > IIRC)? httpd-2.0 includes mod_dav in the stock distribution. -- justin -- P

Re: [PHP-DEV] autoconf version

2002-09-26 Thread Justin Erenkrantz
y remove autom4te.cache to get a correct configure script built. This, of course, negates the purpose of the cache entirely. -- justin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] Apache 2.0 Handler module

2003-02-10 Thread Justin Erenkrantz
There are minimal changes in the rest of the files from sapi/apache2filter. If you would like to contribute to the Apache httpd-2.0 thread safety docs, send an email to [EMAIL PROTECTED] The current page is at: http://httpd.apache.org/docs-2.0/developer/thread_safety.html Cheers.

Re: [PHP-DEV] [PATCH] Apache 2.0 Handler module

2003-02-10 Thread Justin Erenkrantz
tpd-2.0 tree (aka httpd 2.1).) I really don't have time to do more. Feel free to commit it and work on it. But, I don't really plan on spending more time on this. Hopefully, this will point someone in the right direction. -- justin -- PHP Development Mailing List <http://w

Re: [PHP-DEV] [PATCH] Apache 2.0 Handler module

2003-02-10 Thread Justin Erenkrantz
w it called ap_sub_req_lookup_uri in my copy of php_functions.c. I posted an updated copy of that file on my apache.org space. And, I tested virtual('test.html') and it does work fine. Regardless, there are now two versions of a filterless SAPI (done independently!) for httpd-2.0. I

[PHP-DEV] CVS Account Request: jerenkrantz

2003-02-19 Thread Justin Erenkrantz
Commit bug fixes to Apache httpd 2.0 SAPI interfaces. Merge new SAPI apache2handler from HEAD into PHP_4_3. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: jerenkrantz

2003-02-19 Thread Justin Erenkrantz
--On Wednesday, February 19, 2003 6:39 PM +0100 Derick Rethans <[EMAIL PROTECTED]> wrote: On 19 Feb 2003, Justin Erenkrantz wrote: Merge new SAPI apache2handler from HEAD into PHP_4_3. The new handler should not go to PHP_4_3, as that branch is for bug fixes only. Oops, I meant

[PHP-DEV] Help with SAPI and INI

2003-02-21 Thread Justin Erenkrantz
omeone with the requisite PHP knowledge to say, "Aha!" after looking at the apache2{filter,handler} code. But, I have to admit that I'm stumped. Thanks in advance! -- justin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Linking with pthreads

2003-03-02 Thread Justin Garrett
I have a module that references a library that uses pthreads. What's the preferred method for linking with pthreads? Currently If I don't do LIBS=-lpthread ./configure ... configure will croak when running the test on conftest.c Justin Garrett -- PHP Development Mailing

[PHP-DEV] Bug #12680: mail() is sent with incorrect timezone

2001-08-09 Thread justin . white
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0 SP6 PHP version: 4.0.6 PHP Bug Type: Mail related Bug description: mail() is sent with incorrect timezone I think I have a bug with the Win32 version of php.exe (perhaps the ISAPI version also?) where the SENT time on

[PHP-DEV] Bug #12680 Updated: Re: mail() is sent with incorrect timezone

2001-08-09 Thread justin . white
ID: 12680 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: mail() is sent with incorrect timezone Status: Open Bug Type: Mail related Operating System: Windows NT 4.0 SP6 PHP Version: 4.0.6 New Comment: Here's the portion of the script that governs mail: if (isset

[PHP-DEV] Bug #12680 Updated: Re: mail() is sent with incorrect timezone

2001-08-09 Thread justin . white
ID: 12680 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: mail() is sent with incorrect timezone Status: Open Bug Type: Mail related Operating System: Windows NT 4.0 SP6 PHP Version: 4.0.6 New Comment: Here's headers from a bad email: Return-Path: <[EMAIL PROTECT

[PHP-DEV] Bug #12680 Updated: Re: mail() is sent with incorrect timezone

2001-08-09 Thread justin . white
ID: 12680 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: mail() is sent with incorrect timezone Status: Open Bug Type: Mail related Operating System: Windows NT 4.0 SP6 PHP Version: 4.0.6 New Comment: Here's the headers from the email I sent via telnet: Return-P

[PHP-DEV] Bug #12680 Updated: mail() is sent with incorrect timezone

2001-08-10 Thread justin . white
ID: 12680 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Mail related Operating System: Windows NT 4.0 SP6 PHP Version: 4.0.6 New Comment: Yes, the timezone and time have been verified on the server and on my workstation. Both are s

[PHP-DEV] Bug #12680 Updated: mail() is sent with incorrect timezone

2001-08-10 Thread justin . white
ID: 12680 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Mail related Operating System: Windows NT 4.0 SP6 PHP Version: 4.0.6 New Comment: This happens with just PHP. As I said, I can directly connect to port 25 and manually enter S