[PHP-DEV] RE: Bug #10622 Updated: The pg_cmdtuples _still_ does not exist in the php_pgsql.dll in PHP 4.0.5

2001-05-03 Thread Christopher Kings-Lynne
This is the message that I get: Warning: This compilation does not support pg_cmdtuples() in c:\cygwin\usr\local\www\generic\lib\phplib\db_pgsql.inc on line 146 The php_pgsql.dll I got from the Win32 PHP 4.0.5 ZIP. It has the following stamp: Created: Tuesday, 20 March 2001, 10:44:50 AM Modifi

[PHP-DEV] Bug #10627 Updated: bind() fails

2001-05-03 Thread sniper
ID: 10627 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Sockets related PHP Version: 4.0.5 Assigned To: Comments: Works for me with latest CVS on Linux just fine. There have been some fixes in sockets extension since 4.0.5 so please try the lates

[PHP-DEV] Bug #10458 Updated: Bugs #9257 and #10292 located and fixed - see diff

2001-05-03 Thread sniper
ID: 10458 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: InterBase related PHP Version: 4.0.4pl1 Assigned To: Comments: Andi applied your patch. --Jani Previous Comments: --

[PHP-DEV] Bug #9257 Updated: Problem with values returned from a select statement

2001-05-03 Thread sniper
ID: 9257 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: InterBase related PHP Version: 4.0.4pl1 Assigned To: jah Comments: This should be fixed in CVS now. --Jani Previous Comments:

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Jani Taskinen
On Thu, 3 May 2001, Alexander Bokovoy wrote: >> This code branch should only be triggered if HAVE_IMAP_SSL is defined, which >> should only happen if you configure php --with-imap-ssl. If you're doing so, >> it's assumed that you've built c-client with SSL support. >Current configure macros in P

[PHP-DEV] Bug #10292 Updated: Corrupted VARCHAR values from SELECT when used in arrays or array functions

2001-05-03 Thread sniper
ID: 10292 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: InterBase related PHP Version: 4.0.4pl1 Assigned To: Comments: Should be fixed in CVS now. --Jani Previous Comments: ---

[PHP-DEV] Some compile warnings when compiling on MacOS X

2001-05-03 Thread Jani Taskinen
The attachment has some warnings that occurred during a compile on MacOS X. Not anything fatal but annoying. --Jani In file included from /usr/include/httpd/httpd.h:72, from sapi_apache.c:32: /usr/include/httpd/ap_config.h:425: warning: `HAVE_MMAP' redefined /Users/tim/src

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread J. Jones
On Thu, May 03, 2001 at 09:28:03AM +0200, Jani Taskinen wrote: > On Thu, 3 May 2001, Alexander Bokovoy wrote: > > >> This code branch should only be triggered if HAVE_IMAP_SSL is defined, which > >> should only happen if you configure php --with-imap-ssl. If you're doing so, > >> it's assumed tha

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Alexander Bokovoy
On Thu, May 03, 2001 at 09:28:03AM +0200, Jani Taskinen wrote: > On Thu, 3 May 2001, Alexander Bokovoy wrote: > > >> This code branch should only be triggered if HAVE_IMAP_SSL is defined, which > >> should only happen if you configure php --with-imap-ssl. If you're doing so, > >> it's assumed tha

[PHP-DEV] Bug #10628: request_config is bogus

2001-05-03 Thread emile
From: [EMAIL PROTECTED] Operating system: Linux (Debian Sid) PHP version: 4.0.5 PHP Bug Type: Apache related Bug description: request_config is bogus Using apache 1.3.19-1 and php4.0.4.5rc6-2 (debian packages) $ ./ext_skel --extname=apdebug Apply this patch: diff -ur apde

[PHP-DEV] Bug #10629: SMTP: mail() the fifth parameter

2001-05-03 Thread jtjohnston
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: SMTP: mail() the fifth parameter It will be real handy if ... mail() allows smtp specification in the new fifth parameter of mail() mail("[EMAIL PROTE

[PHP-DEV] PHP 4.0 Bug #10628 Updated: request_config is bogus

2001-05-03 Thread emile
ID: 10628 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Description: request_config is bogus Forgot: need to edit config.m4 to comment out the enable stuff of course. Previous Comments: --- [20

[PHP-DEV] PHP 4.0 Bug #10629 Updated: SMTP: mail() the fifth parameter

2001-05-03 Thread jtjohnston
ID: 10629 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Description: SMTP: mail() the fifth parameter It will be real handy if ... mail() allows smtp specification in the new fifth parameter of mail() mail("[EMAIL PROTECTED]", "the subject", $message, "F

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Jani Taskinen
On Thu, 3 May 2001, Alexander Bokovoy wrote: >> You're both wrong. This is really a bug in the IMAP-2001.beta sources. >> It's not possible to build it with SSL support on Unix. >It is possible and I did it, and it works. That's why I'm saying about it. >Look closer to the circumstances where th

[PHP-DEV] Re: [PHP-QA] Re: 4.0.6

2001-05-03 Thread Zeev Suraski
And you expect us to give you that power? :) Seriously, PHP isn't going to start following Nazi-like strict rules. We shouldn't get into jurisdictions and stuff like that because they're endless discussions with no point. In an opensource project you can set guidelines, not laws, and we shoul

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Alexander Bokovoy
On Thu, May 03, 2001 at 10:43:21AM +0200, Jani Taskinen wrote: > On Thu, 3 May 2001, Alexander Bokovoy wrote: > > >> You're both wrong. This is really a bug in the IMAP-2001.beta sources. > >> It's not possible to build it with SSL support on Unix. > > >It is possible and I did it, and it works.

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Sascha Schumann
> This is known bug since early March but nobody fixed it and in general > fixing requires serious rework of PHP4's configure macros concept. I plan to address this by introducing two new macros which can embrace the sections which contain optional PHP_ARG_WITH/PHP_ARG_ENABLE macros.

Re: [PHP-DEV] PHP Conference

2001-05-03 Thread Stig Sæther Bakken
[Sebastian Bergmann <[EMAIL PROTECTED]>] > Zeev Suraski wrote: > > Officially announced by the PHP Group and on www.php.net. > > Well, then I dearly hope that this will happen this year. > > Which really makes sense IMHO, since a good part of the PHP Group will > be present: Thies and Sascha

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Alexander Bokovoy
On Thu, May 03, 2001 at 10:43:21AM +0200, Jani Taskinen wrote: > On Thu, 3 May 2001, Alexander Bokovoy wrote: > > >> You're both wrong. This is really a bug in the IMAP-2001.beta sources. > >> It's not possible to build it with SSL support on Unix. > > >It is possible and I did it, and it works.

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Alexander Bokovoy
On Thu, May 03, 2001 at 10:54:19AM +0200, Sascha Schumann wrote: > > This is known bug since early March but nobody fixed it and in general > > fixing requires serious rework of PHP4's configure macros concept. > > I plan to address this by introducing two new macros which > can embrace t

[PHP-DEV] Re: [PHP-QA] Re: 4.0.6

2001-05-03 Thread Sascha Schumann
On Thu, 3 May 2001, Jani Taskinen wrote: > On Wed, 2 May 2001, Steve Langasek wrote: > > >Give the QA team that power. Let the release branch be reserved exclusively > >for bugfixes, and give the QA team control over what gets committed to the > >branch. This is the only way to make headway aga

Re: [PHP-DEV] PHP Conference

2001-05-03 Thread Sebastian Bergmann
Stig Sæther Bakken wrote: > I couldn't find any news on PHP Kongress 2001, have you found someone > to organize it yet (from the little German I know I think that's what > the web page said at least)? Yes, an organizer was found. A press release about there where, when, etc. should be out in ab

Re: [PHP-DEV] Re: [PHP-QA] Re: 4.0.6

2001-05-03 Thread Jani Taskinen
On Thu, 3 May 2001, Zeev Suraski wrote: >And you expect us to give you that power? :) Did I suggest that? I didn't. I was referring only to the rest of that piece of text, not the part about 'giving power'. >Seriously, PHP isn't going to start following Nazi-like strict rules. We >shouldn't ge

Re: [PHP-DEV] PHP Conference

2001-05-03 Thread Björn Schotte
* Sebastian Bergmann wrote: > Yes, an organizer was found. A press release about there where, when, > etc. should be out in about two weeks, AFAIK. Björn? Yes. We decided for the great Software & Support Verlag who is responsible for the german speaking magazine "LinuxEnterprise", many books (m

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Jani Taskinen
On Thu, 3 May 2001, Alexander Bokovoy wrote: >> IMAP-2001.beta doesn't work but it doesn't even matter as it still is _beta_. >As original author already pointed out, error triggers out with IMAP >2000*, not with IMAP 2001 betas. And I'm saying about it too. With Please read that bug report. It

[PHP-DEV] Re: [PHP-QA] Re: 4.0.6

2001-05-03 Thread derick
On Thu, 3 May 2001, Sascha Schumann wrote: > On Thu, 3 May 2001, Jani Taskinen wrote: > > > Amen. There can't be _ANY_ exceptions to this. Not even Sascha or ANYBODY > > else. Including Zeev/Andi/Rasmus. Just thinking of that FastCGI thingie.. > > Funny that you mention my name as the first o

[PHP-DEV] Re: [PHP-QA] Re: 4.0.6

2001-05-03 Thread Andi Gutmans
At 11:08 AM 5/3/2001 +0200, Sascha Schumann wrote: >On Thu, 3 May 2001, Jani Taskinen wrote: > > > On Wed, 2 May 2001, Steve Langasek wrote: > > > > >Give the QA team that power. Let the release branch be reserved > exclusively > > >for bugfixes, and give the QA team control over what gets commi

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Jani Taskinen
On Thu, 3 May 2001, Alexander Bokovoy wrote: >> Hrhm. If you know what is wrong then fix it and send a patch. >> Or at least point us WHERE the problem is. Everything works >> for me just fine as it is -> no broken functionality. >So, it means that you never test PHP extensions in SCE mode. So?

Re: [PHP-DEV] Re: [PHP-QA] Re: 4.0.6

2001-05-03 Thread Zeev Suraski
At 12:12 3/5/2001, Jani Taskinen wrote: >On Thu, 3 May 2001, Zeev Suraski wrote: > > >And you expect us to give you that power? :) > >Did I suggest that? I didn't. I was referring only to >the rest of that piece of text, not the part about 'giving power'. >Give the QA team that power. Let the r

Re: [PHP-DEV] Re: [PHP-QA] Re: 4.0.6

2001-05-03 Thread Jani Taskinen
On Thu, 3 May 2001, Sascha Schumann wrote: >Funny that you mention my name as the first one in the list. Only because Andi mentioned you before: http://marc.theaimsgroup.com/?l=php-qa&m=98883232300315&w=2 :) >I've been known for arguing for completely shutting down >commit access

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Emiliano
Jani Taskinen wrote: >> IMAP-2000 ext/imap does not compiles well using phpize because both >> PHP_ARG_WITH() in its config.m4. > > Why would anyone want to use phpize on imap extension? > (forgive me but I never have needed phpize..) You do when you want to develop self-contained extensions.

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Alexander Bokovoy
On Thu, May 03, 2001 at 11:19:10AM +0200, Jani Taskinen wrote: > On Thu, 3 May 2001, Alexander Bokovoy wrote: > > >> IMAP-2001.beta doesn't work but it doesn't even matter as it still is _beta_. > >As original author already pointed out, error triggers out with IMAP > >2000*, not with IMAP 2001 b

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Emiliano
Jani Taskinen wrote: >> So, it means that you never test PHP extensions in SCE mode. > > So? I have no use for SCEs. All the world, fall in line with Jani. Some people do need them. For PHP too, see package argument earlier. Emile -- PHP Development Mailing List To un

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Alexander Bokovoy
On Thu, May 03, 2001 at 11:21:28AM +0200, Jani Taskinen wrote: > On Thu, 3 May 2001, Alexander Bokovoy wrote: > > >> Hrhm. If you know what is wrong then fix it and send a patch. > >> Or at least point us WHERE the problem is. Everything works > >> for me just fine as it is -> no broken functiona

[PHP-DEV] Release process

2001-05-03 Thread Zeev Suraski
In an effort to stop a long going ping-pong again, let's concentrate on figuring out what was wrong with the old release, and trying to improve it in the future. I'll start by saying that generally, overall, the last release was pretty good. Ok, so COM didn't work, but only a very small numbe

Re: [PHP-DEV] Release process

2001-05-03 Thread Stig Sæther Bakken
[Zeev Suraski <[EMAIL PROTECTED]>] > In an effort to stop a long going ping-pong again, let's concentrate > on figuring out what was wrong with the old release, and trying to > improve it in the future. > > I'll start by saying that generally, overall, the last release was > pretty good. Ok, so

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Jani Taskinen
On Thu, 3 May 2001, Emiliano wrote: >Jani Taskinen wrote: >> Why would anyone want to use phpize on imap extension? >> (forgive me but I never have needed phpize..) > >You do when you want to develop self-contained extensions. SCEs are >useful for large PHP extensions that have to live outside th

[PHP-DEV] Bug #10622 Updated: The pg_cmdtuples _still_ does not exist in the php_pgsql.dll in PHP 4.0.5

2001-05-03 Thread dbeu
ID: 10622 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: PostgreSQL related PHP Version: 4.0.5 Assigned To: Comments: it *is* fixed in the cvs, but 4.0.5 was branched before that change was commited. Previous Comments: -

Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 05:52 AM 5/3/2001 -0400, Stig Sæther Bakken wrote: >We'll always have the problem of "I need to MFH this, pretty please", >but I think that started working well at the end of the 4.0.5 QA. :-) I actually also think that on a whole 4.0.5's release process was pretty good and a big improvement

[PHP-DEV] Bug #10621 Updated: Unable to load php_gd.dll

2001-05-03 Thread dbeu
ID: 10621 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Dynamic loading PHP Version: 4.0.5 Assigned To: Comments: 4.0.5 's php_gd.dll works perfectly... Previous Comments: ---

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Jani Taskinen
On Thu, 3 May 2001, Alexander Bokovoy wrote: >On Thu, May 03, 2001 at 11:21:28AM +0200, Jani Taskinen wrote: >> On Thu, 3 May 2001, Alexander Bokovoy wrote: >> >> >> Hrhm. If you know what is wrong then fix it and send a patch. >> >> Or at least point us WHERE the problem is. Everything works >>

[PHP-DEV] Bug #10630: i can't delete on my website (in the header) this words "content-type:"

2001-05-03 Thread b . valeix
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0 Latest CVS (03/05/2001) PHP Bug Type: *Install and Config Bug description: i can't delete on my website (in the header) this words "content-type:" -- Edit Bug report at: http://bugs.php.net/?id=10630&edit=1

[PHP-DEV] Bug #10579 Updated: PHP won't Compile Because of Errors in PHP_DLL

2001-05-03 Thread dbeu
ID: 10579 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure PHP Version: 4.0.5 Assigned To: Comments: remove the damn cygwin libaries from your include path you don't need them. please also note that the single threaded php version is unli

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Emiliano
Jani Taskinen wrote: >> You do when you want to develop self-contained extensions. SCEs are >> useful for large PHP extensions that have to live outside the main PHP >> tree, or for package builders that want to develop a main php4 package >> and separate packages for the extensions (much like d

[PHP-DEV] Bug #10630 Updated: i can't delete on my website (in the header) this words "content-type:"

2001-05-03 Thread sniper
ID: 10630 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Install and Config PHP Version: 4.0 Latest CVS (03/05/2001) Assigned To: Comments: not enough info Previous Comments: -

[PHP-DEV] Bug #10631: Incorrectly reported line number on errors with Mac line-breaks

2001-05-03 Thread basil . hussain
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Incorrectly reported line number on errors with Mac line-breaks When a file is saved using Macintosh-style line breaks ('\r') and there is so

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Phil Driscoll
Andi wrote: >That brings me to more current events. I'd like to roll an RC1 for 4.0.6 >pretty soon (Saturday?). I don't want to slow things down here, and if Saturday can be achieved, all well and good, but we perhaps ought to have a strong guideline that, say, 1 weeks warning of an impending RC

[PHP-DEV] Bug #10619 Updated: Apache is not able to load the php module

2001-05-03 Thread dbeu
ID: 10619 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related PHP Version: 4.0.5 Assigned To: Comments: unable to repsoduce in the same environment. i guess you haven't replaced everything with the new build. Previous Comments: -

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 11:16 AM 5/3/2001 +0100, Phil Driscoll wrote: >Andi wrote: > >That brings me to more current events. I'd like to roll an RC1 for 4.0.6 > >pretty soon (Saturday?). > >I don't want to slow things down here, and if Saturday can be achieved, all >well and good, but we perhaps ought to have a strong

[PHP-DEV] Bug #10631 Updated: Incorrectly reported line number on errors with Mac line-breaks

2001-05-03 Thread derick
ID: 10631 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem PHP Version: 4.0.4pl1 Assigned To: Comments: This is likely fixed in the CVS now. PHP 4.0.6 will have it. Can you please try the latest CVS of PHP (and Zend) to test

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Jani Taskinen
Can we drop this issue already? Sascha said his working on it, okay? FYI: I'm not the maintainer of IMAP extension. Check EXTENSIONS file. --Jani On Thu, 3 May 2001, Emiliano wrote: >Jani Taskinen wrote: > > >>> You do when you want to develop self-contained extensions. SCEs are >>> useful fo

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Jani Taskinen
On Thu, 3 May 2001, Phil Driscoll wrote: >Andi wrote: >>That brings me to more current events. I'd like to roll an RC1 for 4.0.6 >>pretty soon (Saturday?). > >I don't want to slow things down here, and if Saturday can be achieved, all >well and good, but we perhaps ought to have a strong guidelin

[PHP-DEV] Re: [PHP-QA] Re: 4.0.6

2001-05-03 Thread Cynic
Zeev, do you think ASF is a Nazi-like group? I don't think so. Nor do I witness endless discussions caused by the fact that the Apache release cycle is far (in a galaxy far, far away.. :) stricter than the PHP one. 4.0.5 took very long to release, and it seems like it could have been released

[PHP-DEV] Re: [PHP-QA] Re: 4.0.6

2001-05-03 Thread Andi Gutmans
At 12:47 PM 5/3/2001 +0200, Cynic wrote: >Zeev, > >do you think ASF is a Nazi-like group? I don't think so. >Nor do I witness endless discussions caused by the fact that >the Apache release cycle is far (in a galaxy far, far away.. :) >stricter than the PHP one. Is it? I'm not that sure. They als

[PHP-DEV] PHP 4.0 Bug #10631 Updated: Incorrectly reported line number on errors with Mac line-breaks

2001-05-03 Thread basil . hussain
ID: 10631 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Description: Incorrectly reported line number on errors with Mac line-breaks Thanks, but unfortunately I can't test it myself as my servers have no C compilation facilities (for secur

[PHP-DEV] Bug #10631 Updated: Incorrectly reported line number on errors with Mac line-breaks

2001-05-03 Thread andi
ID: 10631 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem PHP Version: 4.0.4pl1 Assigned To: Comments: Should be fixed in 4.0.6. Please open a new bug report if the problem persists with 4.0.6 Previous Comments: ---

[PHP-DEV] Re: [PHP-QA] Re: 4.0.6

2001-05-03 Thread Cynic
At 12:48 3.5. 2001, Andi Gutmans wrote the following: -- >At 12:47 PM 5/3/2001 +0200, Cynic wrote: >>Zeev, >> >>do you think ASF is a Nazi-like group? I don't think so. >>Nor do I witness endless discussions caused by the fact that >>the

[PHP-DEV] Re: [PHP-QA] Re: 4.0.6

2001-05-03 Thread Jani Taskinen
On Thu, 3 May 2001, Andi Gutmans wrote: >At 12:47 PM 5/3/2001 +0200, Cynic wrote: >Is it? I'm not that sure. They also release with known bugs although I >admit to not knowing their exact release cycle so I won't comment more on Ehem. We release with known bugs too but we don't tell it to anyone

Re: [PHP-DEV] Release process

2001-05-03 Thread Zeev Suraski
What's the status of the show stoppers list James put up? We should fix as many bugs as we can (at least those which are planned to be fixed in 4.0.6) before branching, to avoid having to synchronize two branches for every bug fix. Zeev At 13:04 3/5/2001, Andi Gutmans wrote: >At 05:52 AM 5/3

[PHP-DEV] Re: [PHP-QA] Re: 4.0.6

2001-05-03 Thread Zeev Suraski
At 13:47 3/5/2001, Cynic wrote: >Zeev, > >do you think ASF is a Nazi-like group? I don't think so. >Nor do I witness endless discussions caused by the fact that >the Apache release cycle is far (in a galaxy far, far away.. :) >stricter than the PHP one. I was talking about the ruleset and the way

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Zeev Suraski
At 13:27 3/5/2001, Jani Taskinen wrote: >I just want to remind everyone that the 4.0.6 is suppose to have mainly >bug fixes..or wasn't this agreed on yet? Yes it was. Zeev -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP-DEV] Bug #10342 Updated: TSRM.DSP containing LF instead of CR/LF

2001-05-03 Thread cynic
ID: 10342 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Compile Problem PHP Version: 4.0 Latest CVS (11/04/2001) Assigned To: Comments: well, CVS might convert LF to CRLF, but the fact is, that TSRM.dsp in snapshots from snaps.php.net has had LF for

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread James Moore
> What's the status of the show stoppers list James put up? We > should fix as > many bugs as we can (at least those which are planned to be fixed > in 4.0.6) > before branching, to avoid having to synchronize two branches for > every bug > fix. Ill go through tonight and update list and post t

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 12:52 PM 5/3/2001 +0100, James Moore wrote: > > What's the status of the show stoppers list James put up? We > > should fix as > > many bugs as we can (at least those which are planned to be fixed > > in 4.0.6) > > before branching, to avoid having to synchronize two branches for > > every bu

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread James Moore
> > > What's the status of the show stoppers list James put up? We > > > should fix as > > > many bugs as we can (at least those which are planned to be fixed > > > in 4.0.6) > > > before branching, to avoid having to synchronize two branches for > > > every bug > > > fix. > > > >Ill go through t

Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 12:58 PM 5/3/2001 +0100, James Moore wrote: > > > > What's the status of the show stoppers list James put up? We > > > > should fix as > > > > many bugs as we can (at least those which are planned to be fixed > > > > in 4.0.6) > > > > before branching, to avoid having to synchronize two branch

Re: [PHP-DEV] Release process

2001-05-03 Thread Stig Sæther Bakken
[Andi Gutmans <[EMAIL PROTECTED]>] > At 05:52 AM 5/3/2001 -0400, Stig Sæther Bakken wrote: > >We'll always have the problem of "I need to MFH this, pretty please", > >but I think that started working well at the end of the 4.0.5 QA. :-) > > I actually also think that on a whole 4.0.5's release pr

[PHP-DEV] Bug #10626 Updated: escaping doesn't work in the replacement clause

2001-05-03 Thread cynic
ID: 10626 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: PCRE related PHP Version: 4.0.5 Assigned To: Comments: You escaped the $1000 on the PHP level, so literal $1000 was sent to PCRE, where $10 was interpreted as a backreference, and since there are

[PHP-DEV] PHP 4.0 Bug #9872 Updated: Couldn't access all file via gz* functions

2001-05-03 Thread vaab
ID: 9872 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Zlib Related Description: Couldn't access all file via gz* functions I've tested with zlib-1.1.3 and all my problems vanished. Thanks for the support, though it wasn't a php bug. I'll close this bug report

Re: [PHP-DEV] sessions, track_vars, register_globals

2001-05-03 Thread Cynic
Hi Andi, I just spotted a bug report that confirms this on w98: http://bugs.php.net/?id=10623&edit=1 At 13:21 2.5. 2001, Andi Gutmans wrote the following: -- >Sounds like a bug in PHP to me. > >Andi > >At 01:00 PM 5/2/2001 +0200, Cyni

Re: [PHP-DEV] Release process

2001-05-03 Thread Oyvind Moll
* Stig Sæther Bakken <[EMAIL PROTECTED]> | | sunday's morning paper in Trondheim That won't be much of a name. (...or has Adresseavisa started printing a Sunday edition?) -- Øyvind Møll <[EMAIL PROTECTED]> Initio IT-løsninger AS http://www.initio.no/ > -- PHP Developmen

[PHP-DEV] PHP 4.0 Bug #10631 Updated: Incorrectly reported line number on errors with Mac line-breaks

2001-05-03 Thread basil . hussain
ID: 10631 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Scripting Engine problem Description: Incorrectly reported line number on errors with Mac line-breaks Thanks, but unfortunately I can't test it myself as my servers have no C compilation facilities (for securit

[PHP-DEV] PHP 4.0 Bug #10631 Updated: Incorrectly reported line number on errors with Mac line-breaks

2001-05-03 Thread basil . hussain
ID: 10631 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Incorrectly reported line number on errors with Mac line-breaks Thanks, but unfortunately I can't test it myself as my servers have no C compilation facilities (for security purposes, etc.),

Re: [PHP-DEV] Release process

2001-05-03 Thread Stig Sæther Bakken
[Oyvind Moll <[EMAIL PROTECTED]>] > * Stig Sæther Bakken <[EMAIL PROTECTED]> > | > | sunday's morning paper in Trondheim > > That won't be much of a name. > > > (...or has Adresseavisa started printing a Sunday edition?) That was of course supposed to be saturday. :-) - Stig -- Stig Sæth

Re: [PHP-DEV] Bug #10342 Updated: TSRM.DSP containing LF instead of CR/LF

2001-05-03 Thread Daniel Beulshausen
At 11:49 03.05.2001 +, [EMAIL PROTECTED] wrote: >ID: 10342 >Updated by: cynic >Reported By: [EMAIL PROTECTED] >Old-Status: Closed >Status: Open >Bug Type: Compile Problem >PHP Version: 4.0 Latest CVS (11/04/2001) >Assigned To: >Comments: > >well, CVS might convert LF to CRLF, but the fact is,

[PHP-DEV] Bug #10631 Updated: Incorrectly reported line number on errors with Mac line-breaks

2001-05-03 Thread derick
ID: 10631 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem PHP Version: 4.0.4pl1 Assigned To: Comments: should be fixed in 4.0.6. Please open a new bug report if the problem persists with 4.0.6 Previous Comments: -

Re: [PHP-DEV] Bug #10342 Updated: TSRM.DSP containing LF instead of CR/LF

2001-05-03 Thread Cynic
all other ds[pw] files have CRLF. I think it should be fixed. At 14:30 3.5. 2001, Daniel Beulshausen wrote the following: -- >At 11:49 03.05.2001 +, [EMAIL PROTECTED] wrote: >>ID: 10342 >>Updated by: cynic >>Reported By: [EMAIL PROT

Re: [PHP-DEV] 4.0.6

2001-05-03 Thread Jo Giraerts
On Wed, May 02, 2001 at 11:14:38PM +0300, Zeev Suraski wrote: > At 23:06 2/5/2001, Troels Arvin wrote: > >Note that there was no such problem with PHP 4.0.4pl1 and earlier. > > > That's very odd, as PHP never considered \r alone to be a linefeed... IIRC, Mac's use \r as an end-of-line. They don

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andrei Zmievski
On Thu, 03 May 2001, Zeev Suraski wrote: > At 13:27 3/5/2001, Jani Taskinen wrote: > >I just want to remind everyone that the 4.0.6 is suppose to have mainly > >bug fixes..or wasn't this agreed on yet? > > Yes it was. Does that mean I should take my array_map() and array_filter() functions out?

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 08:35 AM 5/3/2001 -0500, Andrei Zmievski wrote: >On Thu, 03 May 2001, Zeev Suraski wrote: > > At 13:27 3/5/2001, Jani Taskinen wrote: > > >I just want to remind everyone that the 4.0.6 is suppose to have mainly > > >bug fixes..or wasn't this agreed on yet? > > > > Yes it was. > >Does that mean

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andrei Zmievski
On Thu, 03 May 2001, Andi Gutmans wrote: > Nah but I think it means that you shouldn't add any more array_foobar() > functions before 4.0.7-dev :) Geez, just when I finished array_foobar().. > By the way, what happened to that array_defined() or whatever function > which was added? Didn't we s

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 08:45 AM 5/3/2001 -0500, Andrei Zmievski wrote: >On Thu, 03 May 2001, Andi Gutmans wrote: > > Nah but I think it means that you shouldn't add any more array_foobar() > > functions before 4.0.7-dev :) > >Geez, just when I finished array_foobar().. :) > > By the way, what happened to that array

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andrei Zmievski
On Thu, 03 May 2001, Andi Gutmans wrote: > >key_exists(), you mean? I didn't put it in, and as far as I know it's > >still there. > > I'd really like to nuke it. I can sort of see his point really, if $array['foo'] = NULL there is no way to know whether key 'foo' exists or not.. -Andrei * Power

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Zeev Suraski
At 16:46 3/5/2001, Andi Gutmans wrote: >> > By the way, what happened to that array_defined() or whatever function >> > which was added? Didn't we say it should be nuked? isset() and empty() are >> > enough IMO especially as NULL is used as undefined. >> >>key_exists(), you mean? I didn't put it i

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 08:48 AM 5/3/2001 -0500, Andrei Zmievski wrote: >On Thu, 03 May 2001, Andi Gutmans wrote: > > >key_exists(), you mean? I didn't put it in, and as far as I know it's > > >still there. > > > > I'd really like to nuke it. > >I can sort of see his point really, if $array['foo'] = NULL there is no >

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andrei Zmievski
On Thu, 03 May 2001, Andi Gutmans wrote: > Yeah but I'm afraid it'll make scripts be written on behavior which > shouldn't be counted on. > Maybe in future versions of Zend $array['foo'] won't be defined. There are > certain situations where I think it was impossible to not define it so it > wa

[PHP-DEV] Bug #10632: MySQL port broken

2001-05-03 Thread gallir
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: MySQL related Bug description: MySQL port broken The mylsq module is broken because the default port/path is wrong for localhosts. Can be solved by specifying them in php.ini, but this was not

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 08:53 AM 5/3/2001 -0500, Andrei Zmievski wrote: >On Thu, 03 May 2001, Andi Gutmans wrote: > > Yeah but I'm afraid it'll make scripts be written on behavior which > > shouldn't be counted on. > > Maybe in future versions of Zend $array['foo'] won't be defined. There are > > certain situations wh

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Cynic
Err, as you say, PHP should make things easy. I don't see how making tell NULL from an undefined variable makes anything easier. At 15:49 3.5. 2001, Andi Gutmans wrote the following: -- >At 08:48 AM 5/3/2001 -0500, Andrei Zmievski wro

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Zeev Suraski
Hmmm, looks like the MySQL module was changed to add NULL elements to the array. It even looks as if you changed it :) I intentionally removed the code that populated return values with NULL's, to avoid inconsistencies. People should use the mysql_fetch_field() to check which fields there are

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Zeev Suraski
At 16:56 3/5/2001, Andi Gutmans wrote: Um, but some db extensions return NULL values as part of the array, so >>if column 'foo' is NULL in the db, you'd want the result array to have >>NULL under key 'foo' - it just won't do to have that column be missing. > >Yeah but you can use === NULL for thos

[PHP-DEV] Bug #10632 Updated: MySQL port broken

2001-05-03 Thread derick
ID: 10632 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related PHP Version: 4.0.5 Assigned To: Comments: Alread fixed in CVS Previous Comments: --- [2001-05-03 09:54:53]

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andrei Zmievski
On Thu, 03 May 2001, Zeev Suraski wrote: > Hmmm, looks like the MySQL module was changed to add NULL elements to the > array. It even looks as if you changed it :) > I intentionally removed the code that populated return values with NULL's, > to avoid inconsistencies. People should use the mys

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Cynic
insert "impossible" somewhere in the sentence to make it make sense. At 16:04 3.5. 2001, Cynic wrote the following: -- >Err, as you say, PHP should make things easy. I don't see how >making tell NULL from an undefined variable makes an

[PHP-DEV] PHP 4.0 Bug #10619 Updated: Apache is not able to load the php module

2001-05-03 Thread sonnysavage
ID: 10619 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Apache related Description: Apache is not able to load the php module I tried again, and here are the steps that I took: 1) I uninstalled and removed all files for both PHP and Apache. 2) I unzipped PHP

[PHP-DEV] Re: [PHP-CVS] Re: 4.0.4?

2001-05-03 Thread Colin Viebrock
> If we are to do this then we should definatly separate the distributions and > the actual scripts, could we make phpweb_scripts phpweb_dist if somtone > checksout phpweb then they get both byt we can also get phpweb_scripts > separately. (cvs cando this automatically) Agreed. The "phpweb" tree

[PHP-DEV] Bug #10633: settype(.., "double") not work as expected(or documented)

2001-05-03 Thread tf
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4 PHP Bug Type: *Programming Data Structures Bug description: settype(.., "double") not work as expected(or documented) $tmp = "111t11t"; settype($tmp, "double"); echo $tmp; returns '111' imho it shoul

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Cynic
I very much agree with Andrei on this. Please, keep the existing functionality. Although, I'm not familiar with any issues possibly connected with this. Does it hurt anything? At 16:03 3.5. 2001, Andrei Zmievski wrote the following:

Re: [PHP-DEV] CVS Account Request

2001-05-03 Thread Colin Viebrock
> Full name: Virsago Vahniir > Email: [EMAIL PROTECTED] > ID: Taros > Purpose: Personal Webpage Hehehe ... - Colin -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrat

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Zeev Suraski
At 17:20 3/5/2001, Cynic wrote: >I very much agree with Andrei on this. Please, keep the >existing functionality. > >Although, I'm not familiar with any issues possibly connected >with this. Does it hurt anything? Yes, it requires adding of functions that duplicate isset()'s behavior in a way th

  1   2   3   >