Re: [PHP-DEV] mailparse extension

2001-05-03 Thread Wez Furlong
On 2001-05-04 06:07:14, "Chuck Hagenbuch" <[EMAIL PROTECTED]> wrote: > Quoting Wez Furlong <[EMAIL PROTECTED]>: > > > I would like to put my mailparse ("As seen on zend.com weekly summary") > > extension into CVS; shall I just check it into php4/ext? > > I'd certainly be interested in it. Are th

[PHP-DEV] Bug #10657: settype() with larger than 32bit values

2001-05-03 Thread tf
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4 PHP Bug Type: Feature/Change Request Bug description: settype() with larger than 32bit values if i use settype($foo, "integer") with an value for $foo alike '112' settype() returns successfull type s

Re: [PHP-DEV] mailparse extension

2001-05-03 Thread Chuck Hagenbuch
Quoting Wez Furlong <[EMAIL PROTECTED]>: > I would like to put my mailparse ("As seen on zend.com weekly summary") > extension into CVS; shall I just check it into php4/ext? I'd certainly be interested in it. Are there any external library dependancies? -chuck -- Hockey means never having to s

[PHP-DEV] Installing PHP in PWS 4.0

2001-05-03 Thread Piepin
Halo... I have problem: My PHP is not working in my PWS 4.0 Can somebody tell me how to configure it? Regards, Piepin -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administ

[PHP-DEV] Bug #10656: shmop_open permissions incorrect for writing

2001-05-03 Thread phpdev
From: [EMAIL PROTECTED] IP Address: 203.48.38.170 Operating system: FreeBSD 4.3 (i386) PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: shmop_open permissions incorrect for writing Basically, the shmop_open function does not allow for writing to

[PHP-DEV] Re: Bug #8625 Updated: can not use imap_open to authenticate witha pop3 server

2001-05-03 Thread CheongMeng
it only doesn't work with BSDI4.1 4.2 has no prob , :) On 3 May 2001, Bug Database wrote: > Date: 3 May 2001 19:25:44 - > From: Bug Database <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Bug #8625 Updated: can not use imap_open to authenticate with a > pop3 server > > ID: 8625

[PHP-DEV] PHP 4.0 Bug #10655 Updated: make fails with apache "Undefined simbol isinf"

2001-05-03 Thread grisha
ID: 10655 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Problem Description: make fails with apache "Undefined simbol isinf" Previous Comments: --- [2001-05-03 20:46:08] [EMAIL PROTECT

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread John Donagher
We use a Java-style methodology of naming classes as well as filenames, something we've adopted largely because of our use of PHPDoc. So, if you have a class FooBar, that class is defined in FooBar.cls, not foobar.cls. If get_class() returned the as-declared name, we'd have a really easy way to k

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

2001-05-03 Thread David Croft
In my humble opinion 'null' is a 'pseudovalue' that has been made available for some time. If it was never intended for a script to be able to use it, it should never have been exposed. But it has been and many people, myself included, are using it. It is particularly useful to mark a value tha

[PHP-DEV] Bug #10655: make fails with apache "Undefined simbol isinf"

2001-05-03 Thread grisha
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.0.5 PHP Bug Type: Compile Problem Bug description: make fails with apache "Undefined simbol isinf" php configured: ./configure --with-apache=/export/home/grisha/apache/apache_1.3.19 --enable-sockets --with-d

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

2001-05-03 Thread David Croft
On Thu, 3 May 2001, Andi Gutmans wrote: > At 08:53 AM 5/3/2001 -0500, Andrei Zmievski 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

Re: [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 Andi Gutmans
At 07:16 PM 5/3/2001 -0500, Andrei Zmievski wrote: >At 03:14 AM 5/4/01 +0300, Andi Gutmans wrote: >>Not exactly. No matter if it is set to NULL or unset then isset() will >>give the same result. >>And most people use isset() AFAIK. > >Whatever the current situation, there needs to be a way to che

Re: [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 Andrei Zmievski
At 03:14 AM 5/4/01 +0300, Andi Gutmans wrote: >Not exactly. No matter if it is set to NULL or unset then isset() will >give the same result. >And most people use isset() AFAIK. Whatever the current situation, there needs to be a way to check whether a certain array entry is NULL or not. -Andre

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Andrei Zmievski
At 03:12 AM 5/4/01 +0300, Andi Gutmans wrote: >In the constructor of your class you can save the class name to a variable >if it's that important to you :) -Andrei -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: [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 Andi Gutmans
At 07:02 PM 5/3/2001 -0500, Andrei Zmievski wrote: >At 06:31 PM 5/3/01 -0500, Richard Lynch wrote: >>Um, lots of people use isset($row['foo]) to detect NULL in the database... >> >>Are you going to change that behaviour? >> >>Don't. >> >>If the column is missing, they screwed up their SQL, which i

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Andi Gutmans
At 06:54 PM 5/3/2001 -0500, Andrei Zmievski wrote: >At 02:50 AM 5/4/01 +0300, Andi Gutmans wrote: >>I still don't think this is something lots of PHP users will benefit >>from. On the contrary, I think semantically it is more correct to define >>what the case insensitivity means (names are conve

Re: [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 Andrei Zmievski
At 06:31 PM 5/3/01 -0500, Richard Lynch wrote: >Um, lots of people use isset($row['foo]) to detect NULL in the database... > >Are you going to change that behaviour? > >Don't. > >If the column is missing, they screwed up their SQL, which is not within the >pervue of PHP to fix in the first place..

[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 Richard Lynch
> 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

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

2001-05-03 Thread Richard Lynch
How exactly would you define success/failure of the RC?... I mean, if it crashes, you can probably catch that, but what if the output is just incorrect? You're back to the problem of only a pre-determined (and very limited) validation suite can really use this, I think... Or am I just being obt

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Andrei Zmievski
At 02:50 AM 5/4/01 +0300, Andi Gutmans wrote: >I still don't think this is something lots of PHP users will benefit from. >On the contrary, I think semantically it is more correct to define what >the case insensitivity means (names are converted to lower case). >How many examples can you think o

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Andi Gutmans
At 06:46 PM 5/3/2001 -0500, Andrei Zmievski wrote: >At 02:38 AM 5/4/01 +0300, Andi Gutmans wrote: >I don't think it is trivial to implement this without: >>a) Creating a second version of our hash tables (I don't like duplicate >>code). >>b) Adding more complexity to the already complex hash tabl

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Andrei Zmievski
At 02:38 AM 5/4/01 +0300, Andi Gutmans wrote: I don't think it is trivial to implement this without: >a) Creating a second version of our hash tables (I don't like duplicate code). >b) Adding more complexity to the already complex hash tables. I may be missing something here, but why not simply a

[PHP-DEV] Bug #10654: Slight change to dead session detection?

2001-05-03 Thread graeme
From: [EMAIL PROTECTED] Operating system: Linux i386 PHP version: 4.0.5 PHP Bug Type: OCI8 related Bug description: Slight change to dead session detection? This could have been a php-dev list posting... I'm not sure if this applies to the dead session detection change made

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Sterling Hughes
On Thu, 3 May 2001, John Donagher wrote: > > Hi Sterling- > > There are implementation-specific reasons of why this can be useful, but I was > hoping to avoid the "I can't see why you'd want this" (very common on this > list, and something I'm also guilty of, but limiting to the evolution of the

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Andi Gutmans
At 03:16 PM 5/3/2001 -0400, John Donagher wrote: >Hi Sterling- > >There are implementation-specific reasons of why this can be useful, but I was >hoping to avoid the "I can't see why you'd want this" (very common on this >list, and something I'm also guilty of, but limiting to the evolution of th

Re: [PHP-DEV] mailparse extension

2001-05-03 Thread Andi Gutmans
I think this would be of interest to the PHP community but I personally haven't messed with imap & email so it doesn't mean much :) Andi At 11:36 PM 5/3/2001 +0100, Wez Furlong wrote: >Hi All, > >I would like to put my mailparse ("As seen on zend.com weekly summary") >extension into CVS; shall

[PHP-DEV] PHP 4.0 Bug #9609 Updated: imap_getsubscribed core dumps if there are no subscribed folders

2001-05-03 Thread brad
ID: 9609 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: IMAP related Description: imap_getsubscribed core dumps if there are no subscribed folders Appears to be fixed in the latest CSV. Thanks. Previous Comments: -

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread John Donagher
Hi Sterling- There are implementation-specific reasons of why this can be useful, but I was hoping to avoid the "I can't see why you'd want this" (very common on this list, and something I'm also guilty of, but limiting to the evolution of the language IMHO) argument in favor of "semantically th

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Wez Furlong
On 2001-05-03 22:53:49, "Andrei Zmievski" <[EMAIL PROTECTED]> wrote: > On Thu, 03 May 2001, Wez Furlong wrote: > > OK, so +1 to get_declared_class() which returns the class name with > Umm, that sounds kind of arbitrary. There could be an optional > parameter to get_class(), get_parent_class(), an

[PHP-DEV] mailparse extension

2001-05-03 Thread Wez Furlong
Hi All, I would like to put my mailparse ("As seen on zend.com weekly summary") extension into CVS; shall I just check it into php4/ext? > wc *.c *.h README *.m4 *.in 8052374 21660 mailparse.c 11913096 25926 rfc2045.c 78 2171578 rfc2045_base64encode.c 129

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Sterling Hughes
On Thu, 3 May 2001, Wez Furlong wrote: > On 2001-05-03 22:51:41, "Wez Furlong" <[EMAIL PROTECTED]> wrote: > > | "John Donagher" <[EMAIL PROTECTED]> > > > Right now, when a class (or method, or function) is declared, its > name > > > is zend_str_tolower()'d. > > > it would be nice if the original

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Andrei Zmievski
On Thu, 03 May 2001, Wez Furlong wrote: > I just read Colins comments (but deleted the message already!). > > OK, so +1 to get_declared_class() which returns the class name with > original case preserved. Umm, that sounds kind of arbitrary. There could be an optional parameter to get_class(), ge

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Wez Furlong
On 2001-05-03 22:51:41, "Wez Furlong" <[EMAIL PROTECTED]> wrote: > | "John Donagher" <[EMAIL PROTECTED]> > > Right now, when a class (or method, or function) is declared, its name > > is zend_str_tolower()'d. > > it would be nice if the original casing on the class name was persisted > > so that f

[PHP-DEV] Bug #10653: loop limiters

2001-05-03 Thread tboothby
From: [EMAIL PROTECTED] Operating system: N/A PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: loop limiters Looping structures should (IMO) all have a limiting variant. For example, while100($rec=mysql_fetch_row($res)) {...} Would only loop 100 tim

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Wez Furlong
| "John Donagher" <[EMAIL PROTECTED]> > Right now, when a class (or method, or function) is declared, its name > is zend_str_tolower()'d. > it would be nice if the original casing on the class name was persisted > so that functions like get_class would return the actual *as-declared* > class name

[PHP-DEV] Bug #10652: payflow pro support core dumps ftp

2001-05-03 Thread brad
From: [EMAIL PROTECTED] Operating system: Linux 6.2 EE PHP version: 4.0 Latest CVS (03/05/2001) PHP Bug Type: Reproduceable crash Bug description: payflow pro support core dumps ftp Latest CVS and the latest SDK for Payflow Pro will produce a core dump when using the FTP co

[PHP-DEV] PHP 4.0 Bug #10642 Updated: error connecting to database

2001-05-03 Thread miller
ID: 10642 User Update by: [EMAIL PROTECTED] Old-Status: Duplicate Status: Open Bug Type: *Install and Config Description: error connecting to database Duplicate of #10612, but the fix described in 10612 didn't take care of the problem for me. Please look into this. Thanks. Previous Commen

[PHP-DEV] Bug #10650 Updated: Your responder is fucked!

2001-05-03 Thread vlad
ID: 10650 Updated by: vlad Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function PHP Version: 4.0.5 Assigned To: Comments: Previous Comments: --- [2001-05-03 17:14:09] [EMAIL PROTE

[PHP-DEV] Bug #10651 Updated: I have a lovely bunch of coconuts

2001-05-03 Thread derick
ID: 10651 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Feature/Change Request PHP Version: 4.0.5 Assigned To: Comments: Well fuck off now, you are really anooying now. Previous Comments: --

[PHP-DEV] Bug #10651: I have a lovely bunch of coconuts

2001-05-03 Thread biatch
From: [EMAIL PROTECTED] Operating system: Spudworks 9.n PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: I have a lovely bunch of coconuts ALL YOUR COCONUTS ARE BELONG TO US!!! WHAT YOU SAY!! -- Edit Bug report at: http://bugs.php.net/?id=10651&ed

[PHP-DEV] Bug #7486 Updated: imap_uid does not return the uid

2001-05-03 Thread chagenbu
ID: 7486 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Bogus Bug Type: IMAP related PHP Version: 4.0.2 Assigned To: Comments: That's the Message-ID header. The uid which imap_uid() is intended to return is a unique identifier of that that message in that mailb

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] 4.0.6 (fwd)

2001-05-03 Thread Richard Lynch
> The question is, if you think people will actually download the RC in order > to test it (as opposed to using it) - why won't they join the QA team? Because they have enough time to make sure their software still works with the RC, but not enough time to wade through all the QA emails. :-) Mos

[PHP-DEV] Bug #10648 Updated: Parse error

2001-05-03 Thread cmv
ID: 10648 Updated by: cmv Reported By: [EMAIL PROTECTED] Old-Status: Bogus Status: Closed Bug Type: *Web Server problem PHP Version: 4.0.5 Assigned To: cmv Comments: a) Nice email address. b) The parse error has been fixed in CVS, and just takes a while to propogate to the mirror sites. My f

[PHP-DEV] Bug #7486 Updated: imap_uid does not return the uid

2001-05-03 Thread chagenbu
ID: 7486 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: IMAP related PHP Version: 4.0.2 Assigned To: Comments: From: "Rick Gigger" <[EMAIL PROTECTED]> All email messages have a unique identifier. It is a long string that ususally contains a domiain name or ip

[PHP-DEV] Bug #10650: Your responder is fucked!

2001-05-03 Thread noone
From: [EMAIL PROTECTED] Operating system: Your site PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: Your responder is fucked! Please fix, Jani! -- snipp -- Bug id #10648 Status: Bogus User Modify Dev Modify From: [EMAIL PROTECTED] Date: 2001-05

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread Colin Viebrock
> Any opinions? Have I overlooked something that makes this more difficult than > it seems? I'm willing to work on this if I can gather some positive concensus. For one thing, I would have to change all my code from: if (get_class($var)=='foo_class')) { ... } ... to: if (get_class($var

[PHP-DEV] PHP 4.0 Bug #10648 Updated: Parse error

2001-05-03 Thread wesuck
ID: 10648 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: *Web Server problem Description: Parse error NICE RESPONSE. This is the language DB. PUHLEESE do you not give a shit about your own company's web page? Previous Comments:

[PHP-DEV] RE: Bug #7486 Updated: imap_uid does not return the uid

2001-05-03 Thread Rick Gigger
All email messages have a unique identifier. It is a long string that ususally contains a domiain name or ip address. It is unique to all email addresses in the world. It would be much, much more useful if imap_uid would return that instead. Rick Gigger -Original Message- From: Bug Da

[PHP-DEV] connection_timeout() and PHP 3

2001-05-03 Thread Zak Greant
Does anyone know if connection_timeout will be disappearing from PHP 3? Zak Greant Freelance Designer / Programmer / Writer PHP QA Team Member http://qa.php.net/ Am I working on a project for or with you? Check http://calendar.yahoo.ca/jagreant -- PHP Development Mailing List

[PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-03 Thread John Donagher
Hi folks- I brought this up a few months ago, and due to either tacid approval or utter disinterest I was unable to spark a discussion or gather a concensus :) Right now, when a class (or method, or function) is declared, its name is zend_str_tolower()'d. This provides the case-insensitivity th

[PHP-DEV] Bug #10649 Updated: error line 141 change , to ;

2001-05-03 Thread sniper
ID: 10649 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Performance problem PHP Version: 4.0.5 Assigned To: Comments: Previous Comments: --- [2001-05-03 16:21:53] [EMAIL PROTEC

[PHP-DEV] Bug #10648 Updated: Parse error

2001-05-03 Thread sniper
ID: 10648 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Web Server problem PHP Version: 4.0.5 Assigned To: Comments: And this is PHP the language bug database. Send website related bug reports to [EMAIL PROTECTED] --Jani Previous Comments: ---

[PHP-DEV] Bug #10648 Updated: Parse error

2001-05-03 Thread sniper
ID: 10648 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Web Server problem PHP Version: 4.0.5 Assigned To: Comments: And this is PHP the language bug database. Send website related bug reports to [EMAIL PROTECTED] --Jani Previous Comments: ---

[PHP-DEV] Bug #10648 Updated: Parse error

2001-05-03 Thread sniper
ID: 10648 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Web Server problem PHP Version: 4.0.5 Assigned To: Comments: And this is PHP the language bug database. Send website related bug reports to [EMAIL PROTECTED] --Jani Previous Comments: ---

[PHP-DEV] Bug #10648 Updated: Parse error

2001-05-03 Thread sniper
ID: 10648 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: *Web Server problem PHP Version: 4.0.5 Assigned To: Comments: And this is PHP the language bug database. Send website related bug reports to [EMAIL PROTECTED] --Jani Previous Comments:

[PHP-DEV] Bug #10647 Updated: parse error on web site index(www.php.net

2001-05-03 Thread sniper
ID: 10647 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues PHP Version: 4.0.5 Assigned To: Comments: this is PHP the LANGUAGE bug db. Please report 'bugs' on the website to [EMAIL PROTECTED] And this should be fixed btw.. --Jani P

[PHP-DEV] Bug #10648 Updated: Parse error

2001-05-03 Thread vlad
ID: 10648 Updated by: vlad Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Web Server problem PHP Version: 4.0.5 Assigned To: Comments: I dunno why you would buy it - it's free... :) Previous Comments: ---

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

2001-05-03 Thread Alexander Bokovoy
On Thu, May 03, 2001 at 12:07:47PM +0200, Jani Taskinen wrote: > 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 p

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

2001-05-03 Thread Alexander Bokovoy
On Thu, May 03, 2001 at 11:57:14AM +0200, Jani Taskinen wrote: > 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 exten

[PHP-DEV] Bug #10646 Updated: It is fucked! please fix it!

2001-05-03 Thread sniper
ID: 10646 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues PHP Version: 4.0.5 Assigned To: Comments: this is PHP the LANGUAGE bug db. Please report 'bugs' on the website to [EMAIL PROTECTED] --Jani Previous Comments: --

[PHP-DEV] Bug #10649: error line 141 change , to ;

2001-05-03 Thread mike
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.5 PHP Bug Type: Performance problem Bug description: error line 141 change , to ; -- Edit Bug report at: http://bugs.php.net/?id=10649&edit=1 -- PHP Development Mailing List To unsubscr

[PHP-DEV] Bug #10648: Parse error

2001-05-03 Thread wesuck
From: [EMAIL PROTECTED] Operating system: ? PHP version: 4.0.5 PHP Bug Type: *Web Server problem Bug description: Parse error Your own home page is failing with a parse error. Tell me again why I would buy your product? CAnt even make it run for yourselves? -- Edit Bug

[PHP-DEV] Bug #10647: parse error on web site index(www.php.net

2001-05-03 Thread evren
From: [EMAIL PROTECTED] Operating system: I dont know it is your site PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: parse error on web site index(www.php.net Parse error: parse error, expecting `','' or `';'' in /local/Web/sites/phpweb/index.php on line

[PHP-DEV] Bug #10646: It is fucked! please fix it!

2001-05-03 Thread noone
From: [EMAIL PROTECTED] Operating system: Your Site PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: It is fucked! please fix it! Parse error: parse error, expecting `','' or `';'' in /local/Web/sites/phpweb/index.php on line 141 -- Edit Bug report at:

[PHP-DEV] Bug #10645 Updated: undefined versioned symbol name

2001-05-03 Thread sniper
ID: 10645 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure PHP Version: 4.0.4pl1 Assigned To: Comments: Should be fixed in 4.0.5. If not, reopen. --Jani Previous Comments: ---

[PHP-DEV] fork() ?

2001-05-03 Thread Wez Furlong
Hi All, For the project that I am currently working on, I have a number of pages that need to initiate some lengthy processing that would (ideally) be carried out in the background while allowing the site user to carry on with other page views. A fork() call would be ideal for this purpose. Wha

[PHP-DEV] Bug #10644 Updated: __FILE__ missing path delimiters

2001-05-03 Thread derick
ID: 10644 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem PHP Version: 4.0.5 Assigned To: Comments: I also encountered this. Previous Comments: --- [2001-05-03 15:16:11] [E

[PHP-DEV] Bug #9609 Updated: imap_getsubscribed core dumps if there are no subscribed folders

2001-05-03 Thread chagenbu
ID: 9609 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IMAP related PHP Version: 4.0.4pl1 Assigned To: Comments: I can't reproduce this with 4.0.6-cvs, and I don't remember running into it earlier, either. Can you still reproduce it, and if so,

Re: [PHP-DEV] Bug #10638: exec(), system(), ... without reply

2001-05-03 Thread Daniel Beulshausen
At 20:58 03.05.2001 +0300, Andi Gutmans wrote: >At 07:42 PM 5/3/2001 +0200, Daniel Beulshausen wrote: >>At 19:24 03.05.2001 +0200, Daniel Beulshausen wrote: >>>At 20:04 03.05.2001 +0300, Andi Gutmans wrote: At 12:59 PM 5/3/2001 -0400, Joe Brown wrote: >echo typically is not a program.

[PHP-DEV] Bug #10376 Updated: abnormal program termination on imap_body($box,0)

2001-05-03 Thread chagenbu
ID: 10376 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in 4.0.6-cvs. Previous Comments: --- [2001-04-18 08:32

[PHP-DEV] Bug #10645: undefined versioned symbol name

2001-05-03 Thread conillio
From: [EMAIL PROTECTED] Operating system: Debian 2.2 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: undefined versioned symbol name my configure line was ./configure --prefix=/usr/local/php \ --with-apxs=/usr/local/apache/apxs \ --with-mysql=/usr/local/

[PHP-DEV] Bug #8452 Updated: imap_fetchstructure problem

2001-05-03 Thread chagenbu
ID: 8452 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IMAP related PHP Version: 4.0.4 Assigned To: Comments: Is this still the case, and are you using an updated version of c-client? Previous Comments: --

[PHP-DEV] Bug #9242 Updated: base64_encode, decode and imap_binary

2001-05-03 Thread chagenbu
ID: 9242 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Mail related PHP Version: 4.0.4pl1 Assigned To: Comments: You may be doing something wrong in your script; there are many PHP webmail programs that generate attachments using those functions

[PHP-DEV] Bug #9602 Updated: Unable to compile with NSAPI support, implicit declaration of finite function

2001-05-03 Thread avsm
ID: 9602 Updated by: avsm Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: iPlanet related PHP Version: 4.0.4pl1 Assigned To: Comments: no feedback Previous Comments: --- [2001-04-25 13:24:48]

[PHP-DEV] Bug #8376 Updated: IPlanet 4.1 fails to load PHP module

2001-05-03 Thread avsm
ID: 8376 Updated by: avsm Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: iPlanet related PHP Version: 4.0.4 Assigned To: Comments: no feedback Previous Comments: --- [2001-04-25 13:24:03] [EMA

[PHP-DEV] Bug #9612 Updated: iPlanet 4.0 SP3 install obj.conf

2001-05-03 Thread avsm
ID: 9612 Updated by: avsm Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: iPlanet related PHP Version: 4.0 Latest CVS (07/03/2001) Assigned To: Comments: Previous Comments: --- [2001-04-25 13:

[PHP-DEV] Bug #9612 Updated: iPlanet 4.0 SP3 install obj.conf

2001-05-03 Thread avsm
ID: 9612 Updated by: avsm Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: iPlanet related PHP Version: 4.0 Latest CVS (07/03/2001) Assigned To: Comments: no feedback Previous Comments: --- [2001-04-25 13:22:56] [

[PHP-DEV] Bug #10356 Updated: imap_utf7_encode cann't encode Chinese correctly

2001-05-03 Thread chagenbu
ID: 10356 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Mail related Bug Type: IMAP related PHP Version: 4.0.4pl1 Assigned To: Comments: reclassifying Previous Comments: --- [2001-04-16 22:

[PHP-DEV] Bug #7486 Updated: imap_uid does not return the uid

2001-05-03 Thread chagenbu
ID: 7486 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IMAP related PHP Version: 4.0.2 Assigned To: Comments: You might have the wrong idea of what uid is - what do you expect it to be? On pop servers the message uid will very likely just _be_ t

[PHP-DEV] Bug #9335 Updated: configure fails to add -lc-client

2001-05-03 Thread chagenbu
ID: 9335 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: IMAP related Bug Type: Compile Failure PHP Version: 4.0.4pl1 Assigned To: Comments: reclassifying Previous Comments: --- [2001-02-19 0

[PHP-DEV] Bug #9461 Updated: imap_open crash when connecting to nntp with username and password

2001-05-03 Thread chagenbu
ID: 9461 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IMAP related PHP Version: 4.0 Latest CVS (26/02/2001) Assigned To: Comments: Can you try 4.0.6-cvs and see if Andi's strlcopy change had any affect on this? Previous Comments: --

Re: [PHP-DEV] MySQL related

2001-05-03 Thread Stig Sæther Bakken
[Hien Duy Nguyen <[EMAIL PROTECTED]>] > From: [EMAIL PROTECTED] > Operating system: RH7.1 > PHP version: 4.0 Latest CVS (03/05/2001) > PHP Bug Type: MySQL related > Bug description: can't make connection to Mysql DB > > Warning: MySQL Connection Failed: Can't connect to loca

[PHP-DEV] Bug #5084 Updated: imap_mail_compose produces a SigSegv

2001-05-03 Thread chagenbu
ID: 5084 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Feedback Bug Type: IMAP related PHP Version: 4.0 Release Candidate 2 Assigned To: sniper Comments: Can you test this with 4.0.6-cvs? It is very likely fixed now. Previous Comments: -

[PHP-DEV] Bug #9209 Updated: imap_fetchstructure doesnt return envelope of 'message/rfc822'-subparts

2001-05-03 Thread chagenbu
ID: 9209 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related PHP Version: 4.0.4 Assigned To: Comments: Ryan's comment describes the way to get at this info in c-client. Previous Comments:

[PHP-DEV] Bug #8625 Updated: can not use imap_open to authenticate with a pop3 server

2001-05-03 Thread chagenbu
ID: 8625 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IMAP related PHP Version: 4.0.3pl1 Assigned To: Comments: Does it work if you specify a port number explicitly? Previous Comments: ---

[PHP-DEV] Bug #9333 Updated: imap_fetchstructure()

2001-05-03 Thread chagenbu
ID: 9333 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related PHP Version: 4.0.4pl1 Assigned To: Comments: no feedback from user. Previous Comments: --- [2001-02-19 11:

[PHP-DEV] Bug #8481 Updated: imap_rfc822_parse_adrlist is too STRICT

2001-05-03 Thread chagenbu
ID: 8481 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: IMAP related PHP Version: 4.0.4 Assigned To: Comments: This is the behavior of the underlying c-client function. If you want looser parsing, see PEAR's Mail_RFC822 class, which among other thin

[PHP-DEV] Bug #8359 Updated: imap_fetchheader and FT_PREFETCHTEXT

2001-05-03 Thread chagenbu
ID: 8359 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related PHP Version: 4.0.4 Assigned To: Comments: Fixed in 4.0.6-cvs. Previous Comments: --- [2000-12-21 12:23:55]

[PHP-DEV] Bug #10644: __FILE__ missing path delimiters

2001-05-03 Thread chagenbu
From: [EMAIL PROTECTED] Operating system: Linux (Debian) 2.2 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: __FILE__ missing path delimiters With 4.0.6 latest cvs (not 4.0.5; is there a reason the latest cvs option in the versions menu is dated M

[PHP-DEV] Bug #10574 Updated: Gets stuck on explode() when delimiter is not in the string

2001-05-03 Thread andi
ID: 10574 Updated by: andi Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Arrays related PHP Version: 4.0.5 Assigned To: Comments: I can't reproduce this on Windows either. Can you please try and run this from command line and see if it still creates problems? Without any prepends or any

[PHP-DEV] PHP 4.0 Bug #4630 Updated: Segmentation fault(coredump) in apache startup

2001-05-03 Thread david-shafer
ID: 4630 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: Segmentation fault(coredump) in apache startup Still happening as of 4.0.5. Previous Comments: --- [2001-04-26 17:05:24] [EMAIL

[PHP-DEV] DOMXML maintainer

2001-05-03 Thread Joseph Tate
Who is the domxml maintainer? I would like to make some of the functions a little more useful/robust, less verbose (about warning messages, and so forth). Joseph -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP-DEV] CVS Account Request

2001-05-03 Thread CVS Account Request
Full name: Jeremy Jones Email: [EMAIL PROTECTED] ID: jjones Purpose: Karma to edit bug reports -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PRO

[PHP-DEV] PHP 4.0 Bug #10635 Updated: fopen

2001-05-03 Thread jhurshman
ID: 10635 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Description: fopen I have solved the problem. It was not a bug, but rather a permission issue on the php executables. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #10574 Updated: Gets stuck on explode() when delimiter is not in the string

2001-05-03 Thread xyztheweb
ID: 10574 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Arrays related Description: Gets stuck on explode() when delimiter is not in the string Maybe is a bug related to WIN NT ? Do you need more info about the settings of my phpinfo() ? Previous Comments: ---

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

2001-05-03 Thread Zak Greant
Jani wrote: > > Maybe we should have something like the terrorist cells? > ie. groups of 3 persons who know only about the one above them? > >X > __|_ > /\ >a b > / | \ / \ > c (d) e e g > [...] > Wow this sounds like one of my ideas Jani. :) All

[PHP-DEV] Bug #10643: PHP 4.0.5 linked against openldap 2.x segfaults on Apache startup

2001-05-03 Thread Edwin . Chiu
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14 PHP version: 4.0.5 PHP Bug Type: LDAP related Bug description: PHP 4.0.5 linked against openldap 2.x segfaults on Apache startup My configure string: ./configure --prefix=/software/php-4 --with-apxs=/software/apache-1.

[PHP-DEV] Bug #10642 Updated: error connecting to database

2001-05-03 Thread cynic
ID: 10642 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: *Install and Config PHP Version: 4.0.5 Assigned To: Comments: duplicate of #10612 Previous Comments: --- [2001-05-03 1

Re: [PHP-DEV] Bug #10638: exec(), system(), ... without reply

2001-05-03 Thread Andi Gutmans
At 07:42 PM 5/3/2001 +0200, Daniel Beulshausen wrote: >At 19:24 03.05.2001 +0200, Daniel Beulshausen wrote: >>At 20:04 03.05.2001 +0300, Andi Gutmans wrote: >>>At 12:59 PM 5/3/2001 -0400, Joe Brown wrote: echo typically is not a program. It is a command in the CMD.exe or COMMAND.com progra

[PHP-DEV] Bug #10642: error connecting to database

2001-05-03 Thread miller
From: [EMAIL PROTECTED] Operating system: RH 6.2 PHP version: 4.0.5 PHP Bug Type: *Install and Config Bug description: error connecting to database Identical problem as Bug#10612. I installed the CVS php4-200105030445 and still have the same problem. Your help would be app

  1   2   3   >