[PHP-DEV] Re: Bug #15595 Updated: imap routines hang when "To" header is toolarge

2002-02-19 Thread Charles Brasted
On Tue, 19 Feb 2002, Markus Fischer wrote: > On Mon, Feb 18, 2002 at 11:09:34PM -, [EMAIL PROTECTED] wrote : > > ID: 15595 > > Updated by: [EMAIL PROTECTED] > > -Summary: imap routines hang when "To" header is too large > > Reported By: [EMAIL PROTECTED]

Re: [PHP-DEV] CLI and php.ini

2002-02-19 Thread Shane Caraveo
Hmm, actually -c takes a path. - Original Message - From: "brad lafountain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 4:47 PM Subject: Re: [PHP-DEV] CLI and php.ini > > The magic > #!/usr/local/bin/php -c local.ini > already wor

Re: [PHP-DEV] CLI and php.ini

2002-02-19 Thread brad lafountain
The magic #!/usr/local/bin/php -c local.ini already works - brad --- J Smith <[EMAIL PROTECTED]> wrote: > > From what I understand, starting with PHP 4.2.x, PHP is going to > automatically build with a CLI executable by default. This means that even > when you install as, say, an Apache

[PHP-DEV] CLI and php.ini

2002-02-19 Thread J Smith
>From what I understand, starting with PHP 4.2.x, PHP is going to automatically build with a CLI executable by default. This means that even when you install as, say, an Apache SAPI module, you're still going to get the CLI, correct? That being the case, a few months ago a thread popped up ab

[PHP-DEV] Re: Bug #15630: imap_utf7_decode appears to be broken

2002-02-19 Thread Markus Fischer
On Tue, Feb 19, 2002 at 08:56:24PM -, [EMAIL PROTECTED] wrote : > From: [EMAIL PROTECTED] > Operating system: SGI Irix 6.5 > PHP version: 4.1.1 > PHP Bug Type: IMAP related > Bug description: imap_utf7_decode appears to be broken > > Hi, > >when trying to use the

Re: [PHP-DEV] PHP Executable

2002-02-19 Thread Jan Lehnardt
Hi, On Tue, 19 Feb 2002 14:31:44 -0300 Martín Marqués <[EMAIL PROTECTED]> wrote: > It would be a relief for my, just cause I have to come twice each time I > upgrade PHP (I have a bunch of PHP script that run on cron, or command line). the cli (commandlineinterface) binary is already build every

Re: [PHP-DEV] PHP Executable

2002-02-19 Thread Martín Marqués
On Mar 19 Feb 2002 11:45, you wrote: > --- Derick Rethans <[EMAIL PROTECTED]> wrote: > > On Tue, 19 Feb 2002, Hunter, Ray wrote: > > > How do I compile php to get the executable file? > > Is he talking about cgi/cli? or having php compile executeable files... > > compile php as cgi.. > ./configure

[PHP-DEV] makedist changes

2002-02-19 Thread Jan Lehnardt
Hi, I fixed the makedist script to be run on FreeBSD. bison -V has a different output here than on linux. Additionally I changed the Zend and TSRM repositorys to cvs.php.net to reflect the recent changes. Since I could not test this on Linux and have not enough karma, can someone review and commit

[PHP-DEV] Re: Output Buffer - Bug #15613

2002-02-19 Thread A. Chorbadjiev
Hi, without output buffering turned on, wheter invoked with a handler or explicit i'm getting garbage data and/or infinite reloading of the page. It was already reported and I think its still open (#14865). Everything is ok if the buffer size is > 4096. It happens only on XP (in my case). Asen C

Re: [PHP-DEV] PHP Executable

2002-02-19 Thread l0t3k
RE: [PHP-DEV] PHP ExecutableBTW - with the current CVS version there's also a CLI (command line interface) version, perfect for shell scripting and such.. Ray Hunter <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Thanks, I will try that. I am new to php and hav

RE: [PHP-DEV] PHP Executable

2002-02-19 Thread brad lafountain
Well if you knew what cgi was then it probally would make all sence.. C(common)G(gateway)I(interface) is a way that a "webserver" can comnuncate with exisisting applications. It sets up some envirnment variables that the executable will read then determine what it needs to do. ie what file to exe

RE: [PHP-DEV] PHP Executable

2002-02-19 Thread Hunter, Ray
Title: RE: [PHP-DEV] PHP Executable Thanks, I will try that.  I am new to php and have a question: What is the difference between cgi and sapi or the other ways to compile php? Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: brad lafountain [mailto:[EM

RE: [PHP-DEV] PHP Executable

2002-02-19 Thread Hunter, Ray
Title: RE: [PHP-DEV] PHP Executable How can I get the executable that comes with the rpms? Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 7:43 AM To: Hunter, Ray Cc: PHP Develop

Re: [PHP-DEV] PHP Executable

2002-02-19 Thread brad lafountain
--- Derick Rethans <[EMAIL PROTECTED]> wrote: > On Tue, 19 Feb 2002, Hunter, Ray wrote: > > > How do I compile php to get the executable file? > Is he talking about cgi/cli? or having php compile executeable files... compile php as cgi.. ./configure there will be a php executable in the workin

Re: [PHP-DEV] PHP Executable

2002-02-19 Thread Derick Rethans
On Tue, 19 Feb 2002, Hunter, Ray wrote: > How do I compile php to get the executable file? You can't do that (yet). Derick -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP Executable

2002-02-19 Thread Hunter, Ray
Title: PHP Executable How do I compile php to get the executable file? Ray Hunter Firmware Engineer ENTERASYS NETWORKS Phone:      801 887-9888 Fax:        801 972-5789 Email:      [EMAIL PROTECTED] www:        www.enterasys.com

[PHP-DEV] Re: Bug #15595 Updated: imap routines hang when "To" header is toolarge

2002-02-19 Thread Charles Brasted
> > ID: 15595 > > Updated by: [EMAIL PROTECTED] > > -Summary: imap routines hang when "To" header is too large > > Reported By: [EMAIL PROTECTED] > > -Status: Feedback > > +Status: Open > > Bug Type: IMAP related > > Operating Syst

[PHP-DEV] Re: Output Buffer - Bug #15613

2002-02-19 Thread Yasuo Ohgaki
Wez Furlong wrote: > Hey, > > Can someone who knows the output buffer code take a look at this bug? > I only got involved just in case it was an abvious mistake, but it doesn't > look like it and I'm not yet an output buffer guru. > > It seems odd that it works OK under NT but not under XP, so p

Re: [PHP-DEV] Maintainer of ext/interbase is someone?

2002-02-19 Thread Vladimir Michl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Jouni, some time ago, I send to php-bugs patch for getting result from executing stored procedures, subject in bugs: "Cannot execute stored procedures". I don't receive any reply. I know that this may be by SUSPEND in procedure and select, but

[PHP-DEV] Output Buffer - Bug #15613

2002-02-19 Thread Wez Furlong
Hey, Can someone who knows the output buffer code take a look at this bug? I only got involved just in case it was an abvious mistake, but it doesn't look like it and I'm not yet an output buffer guru. It seems odd that it works OK under NT but not under XP, so perhaps it is an apache-under-XP p

Re: [PHP-DEV] Maintainer of ext/interbase is someone?

2002-02-19 Thread derick
Hello, from the maintainers file: EXTENSION: interbase PRIMARY MAINTAINER: Jouni Ahto <[EMAIL PROTECTED]> MAINTENANCE: Odd Fixes STATUS: Working But I didn't see Jouni around for a long time, so it would be best if you cc-ed PHP Dev when writing to him. Derick

[PHP-DEV] Maintainer of ext/interbase is someone?

2002-02-19 Thread Vladimir Michl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, is someone maintainer of ext/interbase? I am sending some patches (in bug report - for getting result from stored procedures directly not by SQL select) and have some problems (SIGSEGV in ibase_trans if DB handle is not good). I can make p