Re: [PHP-DEV] Bug #10675: Executing background job from PHP causes session lock-up

2001-05-05 Thread Oleg Makarenko
You probably use file based session storage, didn't you? Then teach your backround script to close all file handles at startup as every good daemon should do :). PHP always locks the file session file when you open the session and unlocks it only (by closing it) when you close the session or

[PHP-DEV] Bug #10681: Fix for #9698 breaks more than it fixes

2001-05-05 Thread kettler
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0 Latest CVS (05/05/2001) PHP Bug Type: Network related Bug description: Fix for #9698 breaks more than it fixes ?php $ipaslong = ip2long(208.247.106.187); print long2ip($ipaslong).\n; print bin2hex(pack(N,

[PHP-DEV] Bug #10489 Updated: quoted_printable_decode() imap_qprint() decodes control codes.

2001-05-05 Thread vlad
ID: 10489 Updated by: vlad Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related PHP Version: 4.0.4pl1 Assigned To: Comments: Not really a bug. Intended behaviour. Your $foo is not a valid quoted-printable encoded string (can you get it with imap_8bit()? If

[PHP-DEV] yet another mailparse extension

2001-05-05 Thread Jade Nicoletti
Hi all About a year ago, I've written a parser too. I'v planed to first do further work on it before I share it with you. Unfortunately, I've never had time to 'complete' the extension. As far as I remember it compiled fine and worked quite fine apart from the kown bugs (see ext/msg/KNOWN_BUGS

Re: [PHP-DEV] PHP 4.0 Bug #10665 Updated: Requesting additional functions in OpenSSL module (working patch available)

2001-05-05 Thread Wez Furlong
On 2001-05-05 09:00:54, [EMAIL PROTECTED] wrote: PS: It is possible to add my name to CREDITS (not required, but would be nice) or would that be cheeky? :-) I don't know what the rules are for that, and I'm not sure if I'm listed either... I put your name at the top of the source file though

[PHP-DEV] Re: yet another mailparse extension

2001-05-05 Thread Wez Furlong
On 2001-05-05 10:14:06, Jade Nicoletti [EMAIL PROTECTED] wrote: About a year ago, I've written a parser too. ... May the php developer community make the best of it! http://nns.ch/ext_msg_a2629.tar.gz (~ 13kB) Thanks - I'll take a look an try to integrate it into my extension. --Wez.

[PHP-DEV] credits

2001-05-05 Thread Wez Furlong
On 2001-05-05 12:08:53, Wez Furlong [EMAIL PROTECTED] wrote: On 2001-05-05 09:00:54, [EMAIL PROTECTED] wrote: PS: It is possible to add my name to CREDITS (not required, but would be nice) or would that be cheeky? I've added your name to ext/openssl/CREDITS. Actually while doing this, I've

Re: [PHP-DEV] __FILE__ constant

2001-05-05 Thread Andi Gutmans
At 06:58 PM 5/4/2001 -0400, Jon Parise wrote: On Fri, May 04, 2001 at 06:31:37PM -0400, Jon Parise wrote: ?php echo __FILE__; ? works fine here. Or do you meant something else, Chuck? The value is set; it's just missing all path delimiters. So if the file is actually

Re: [PHP-DEV] __FILE__ constant

2001-05-05 Thread Andi Gutmans
By the way, can you open a bug report about this? Please include PHP version, Web server setup and short reproducing script. At the same time if one of you guys can get an idea what broke this (or on what day) that would be great. You can do a binary search by checking out the PHP CVS by date.

Re: [PHP-DEV] __FILE__ constant

2001-05-05 Thread Zeev Suraski
I'm unable to reproduce it with the current CVS, btw. Zeev At 17:32 5/5/2001, Andi Gutmans wrote: By the way, can you open a bug report about this? Please include PHP version, Web server setup and short reproducing script. At the same time if one of you guys can get an idea what broke this (or

Re: [PHP-DEV] __FILE__ constant

2001-05-05 Thread Jani Taskinen
http://www.php.net/bugs.php?edit=1id=10644 And it happens to me too.. --Jani On Sat, 5 May 2001, Andi Gutmans wrote: By the way, can you open a bug report about this? Please include PHP version, Web server setup and short reproducing script. At the same time if one of you guys can get an

Re: [PHP-DEV] __FILE__ constant

2001-05-05 Thread Andi Gutmans
Can you please try and check on what date (and maybe what patch) broke this? Thanks, Andi At 05:11 PM 5/5/2001 +0200, Jani Taskinen wrote: http://www.php.net/bugs.php?edit=1id=10644 And it happens to me too.. --Jani On Sat, 5 May 2001, Andi Gutmans wrote: By the way, can you open a bug

Re: [PHP-DEV] __FILE__ constant

2001-05-05 Thread Jon Parise
On Sat, May 05, 2001 at 06:26:58PM +0300, Andi Gutmans wrote: Can you please try and check on what date (and maybe what patch) broke this? I'm pretty sure it happened after May 2nd, but I don't have an exact time. I quick scan of the cvs commit archives didn't turn up anything obvious, but

Re: [PHP-DEV] __FILE__ constant

2001-05-05 Thread Zeev Suraski
Can you check now? (update TSRM) At 18:46 5/5/2001, Jon Parise wrote: On Sat, May 05, 2001 at 06:26:58PM +0300, Andi Gutmans wrote: Can you please try and check on what date (and maybe what patch) broke this? I'm pretty sure it happened after May 2nd, but I don't have an exact time. I

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

2001-05-05 Thread andi
ID: 10644 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem PHP Version: 4.0.5 Assigned To: Comments: Should be fixed in latest CVS. Please make sure you update TSRM. Previous Comments:

[PHP-DEV] Bug #9773 Updated: Configure hangs

2001-05-05 Thread derick
ID: 9773 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Configuration Issues PHP Version: 4.0.4pl1 Assigned To: Comments: Which glibc do you have? ls -l /lib/*libc-* And what kind of system do you have? As this works fine on my RedHat

Re: [PHP-DEV] __FILE__ constant

2001-05-05 Thread Jon Parise
On Sat, May 05, 2001 at 07:04:50PM +0300, Zeev Suraski wrote: That fixed the problem. Thanks! Can you check now? (update TSRM) At 18:46 5/5/2001, Jon Parise wrote: On Sat, May 05, 2001 at 06:26:58PM +0300, Andi Gutmans wrote: Can you please try and check on what date (and maybe what

[PHP-DEV] Bug #10682: php -l display the same errors

2001-05-05 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.0.1 PHP version: 4.0 Latest CVS (05/05/2001) PHP Bug Type: Unknown/Other Function Bug description: php -l display the same errors If I execute CGI php binary with -l option, I see the same error message 3 times in

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

2001-05-05 Thread chagenbu
ID: 10644 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem PHP Version: 4.0.5 Assigned To: Comments: fix confirmed. thanks! Previous Comments: --- [2001-05-05 18:13:23]

[PHP-DEV] (change request) PHP 4.0 Bug Summary Report

2001-05-05 Thread Joe Brown
Is it possible to include www.php.net/bugs.php?id= at the front of these, or on a second line trailing each bug listed? Would make the list twice as long, but a lot simpler to follow up on, w/mail reader that recognises links. [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL

[PHP-DEV] Bug #10683: --with-imap-ssl causes error when building

2001-05-05 Thread wouter
From: [EMAIL PROTECTED] Operating system: Slackware 7.1 - Linux 2.2.19 PHP version: 4.0.5 PHP Bug Type: IMAP related Bug description: --with-imap-ssl causes error when building If you build PHP 4.0.5 --with-imap-ssl=/usr/local/ssl, the build fails at least at my Slackware

Re: [PHP-DEV] (change request) PHP 4.0 Bug Summary Report

2001-05-05 Thread Andrei Zmievski
At 02:02 PM 5/5/01 -0400, Joe Brown wrote: Is it possible to include www.php.net/bugs.php?id= at the front of these, or on a second line trailing each bug listed? Would make the list twice as long, but a lot simpler to follow up on, w/mail reader that recognises links. The bug summary is

[PHP-DEV] Branching 4.0.6...

2001-05-05 Thread Andi Gutmans
Hi, Now that the pressing problems have been fixed in the CVS I'd like to branch 4.0.6 and release an RC1. Any objections? Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP-DEV] Bug #10675 Updated: Executing background job from PHP causes session lock-up

2001-05-05 Thread sas
ID: 10675 Updated by: sas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related PHP Version: 4.0.5 Assigned To: Comments: Your perl scripts inherits the open file descriptors and hence also the open fd for the session file. And hence, the lock associated

[PHP-DEV] Bug #10675 Updated: Executing background job from PHP causes session lock-up

2001-05-05 Thread sas
ID: 10675 Updated by: sas Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *Session related PHP Version: 4.0.5 Assigned To: Comments: Your perl scripts inherits the open file descriptors and hence also the open fd for the session file. And hence, the lock associated with the fd is not

[PHP-DEV] Bug #10587 Updated: Make fails

2001-05-05 Thread sas
ID: 10587 Updated by: sas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure PHP Version: 4.0.5 Assigned To: Comments: This has been fixed in March, but was unfortunately not committed to the 4.0.5 release branch. You can fix this in your copy by

[PHP-DEV] Bug #9462 Updated: NULL bute eats rest of string

2001-05-05 Thread derick
ID: 9462 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related PHP Version: 4.0.4pl1 Assigned To: Comments: Andi says: I don't understand why this is a bug. He should code better :) This is how the OS works or am I missing

[PHP-DEV] RE: [PHP-QA] Branching 4.0.6...

2001-05-05 Thread Liz
Now that the pressing problems have been fixed in the CVS I'd like to branch 4.0.6 and release an RC1. Any objections? Maybe call it beta 1 just to see how it fairs? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP-DEV] Bug #10684: Installation Problem

2001-05-05 Thread malcolman
From: [EMAIL PROTECTED] Operating system: Windows 2000 Advanced Server PHP version: 4.0.5 PHP Bug Type: *Install and Config Bug description: Installation Problem I was trying to install the latest version of php on my server and towards the end of the installation, I got

[PHP-DEV] RE: [PHP-QA] Branching 4.0.6...

2001-05-05 Thread Andi Gutmans
At 07:34 PM 5/5/2001 +0100, Liz wrote: Now that the pressing problems have been fixed in the CVS I'd like to branch 4.0.6 and release an RC1. Any objections? Maybe call it beta 1 just to see how it fairs? We're not in betas anymore but releasing minor versions. RC1 is the beta for 4.0.6

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

2001-05-05 Thread derick
Hello, below I included the updated list with bugs that the QA team thinks they should be fixed for PHP 4.0.6: === List of bugs === List of interesting bugs so far: Zend Related 8130 (Shallow Copy

Re: [PHP-DEV] PHP 4.0 Bug #10663 Updated: Content negotiantion seems to fail when using PHP in form action=-field

2001-05-05 Thread Lars Bahner
Hartmut Holzgraefe wrote: [EMAIL PROTECTED] wrote: Specified PHP4.0.4pl5 WTF is PHP4.0.4pl5? ;) I beg your pardon, a bit quick of the mark there: PHP 4.04pl1 (debian version -5) is the correct answer. If I win i wish to proceed. Lars Bahner. -- PHP Development Mailing List

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

2001-05-05 Thread Andi Gutmans
At 09:02 PM 5/5/2001 +0200, [EMAIL PROTECTED] wrote: Hello, below I included the updated list with bugs that the QA team thinks they should be fixed for PHP 4.0.6: I'm bundling RC1 now like I've said in the past 10 days. I addressed some of this list of bugs that you mentioned in a previous

[PHP-DEV] Bug #9878 Updated: gmmktime is 1 hour off during standard time

2001-05-05 Thread rasmus
ID: 9878 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Date/time related PHP Version: 4.0.4pl1 Assigned To: Comments: Are you sure that bit of code applies in your case? ie. is HAVE_TM_GMTOFF undefined in your main/php_config.h file? I am

Re: [PHP-DEV] Branching 4.0.6...

2001-05-05 Thread Wez Furlong
On 2001-05-05 19:02:29, Andi Gutmans [EMAIL PROTECTED] wrote: Hi, Now that the pressing problems have been fixed in the CVS I'd like to branch 4.0.6 and release an RC1. Any objections? No, but you may want to check that my commit for fsock/network related files works for you all before

[PHP-DEV] Releases

2001-05-05 Thread Liz
Im sure this will seem like a stupid request, but would it be possible to post a direct URL to the download whenever you make a release? It would sure make life a lot easier if I could just click on something and have the file download. I know a number of people obviously either get src from

[PHP-DEV] Bug #10685: empty var in array_sum let php crash

2001-05-05 Thread qniens
From: [EMAIL PROTECTED] Operating system: Windows 5.0 Build 2195 (win2k) PHP version: 4.0.4pl1 PHP Bug Type: Arrays related Bug description: empty var in array_sum let php crash ? $array = ; $x = array_sum ($array); ? With this script , Windows will create an error:

[PHP-DEV] PHP 4.0 Bug #10685 Updated: empty var in array_sum let php crash

2001-05-05 Thread qniens
ID: 10685 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Arrays related Description: empty var in array_sum let php crash The output in my browser(IE 5.00.2920) is: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did

[PHP-DEV] Bug #10683 Updated: --with-imap-ssl causes error when building

2001-05-05 Thread sniper
ID: 10683 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related PHP Version: 4.0.5 Assigned To: Comments: You obviously didn't read the instructions for creating the c-client libraries with SSL support. The correct make line to accomplish

[PHP-DEV] Bug #10686: Bug in mktime() on values out of bounds

2001-05-05 Thread dieter
From: [EMAIL PROTECTED] Operating system: MacOS X 10.0.2 (Darwin) PHP version: 4.0.5 PHP Bug Type: Date/time related Bug description: Bug in mktime() on values out of bounds see Bug id #8828, too! On PHP documantation: mktime(hour,min,sec, year,0,mon) refers the last day

[PHP-DEV] Bug #10685 Updated: empty var in array_sum let php crash

2001-05-05 Thread derick
ID: 10685 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Arrays related PHP Version: 4.0.4pl1 Assigned To: Comments: Works fine for me on Linux. Can you try the new 4.0.5 release and see if the problem is still there? Previous Comments:

[PHP-DEV] Re: Bug #9878 Updated: gmmktime is 1 hour off during standard time

2001-05-05 Thread Brian Foddy
On 5 May 2001 19:40:27 -, Bug Database wrote: ID: 9878 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Date/time related PHP Version: 4.0.4pl1 Assigned To: Comments: Are you sure that bit of code applies in your case? ie. is HAVE_TM_GMTOFF

Re: [PHP-DEV] Re: Bug #9878 Updated: gmmktime is 1 hour off duringstandard time

2001-05-05 Thread Rasmus Lerdorf
Andrei, you made the change from: gmadjust = -(is_dst ? altzone : timezone + (timezone - altzone)); to: gmadjust = -(is_dst ? timezone - 3600 : timezone + 3600); These don't look logically equivalent to me. -Rasmus On Sat, 5 May 2001, Brian Foddy wrote: On 5 May 2001 19:40:27 -,

Re: [PHP-DEV] (change request) PHP 4.0 Bug Summary Report

2001-05-05 Thread teo
Hi Joe! On Sat, 05 May 2001, Joe Brown wrote: Is it possible to include www.php.net/bugs.php?id= at the front of these, or on a second line trailing each bug listed? Would make the list twice as long, but a lot simpler to follow up on, w/mail reader that recognises links. [justa-hint]

Re: [PHP-DEV] Branching 4.0.6...

2001-05-05 Thread Wez Furlong
On 2001-05-05 20:02:29, Wez Furlong [EMAIL PROTECTED] wrote: On 2001-05-05 19:02:29, Andi Gutmans [EMAIL PROTECTED] wrote: Hi, Now that the pressing problems have been fixed in the CVS I'd like to branch 4.0.6 and release an RC1. Any objections? No, but you may want to check that

RE: [PHP-DEV] Branching 4.0.6... (mailer problems)

2001-05-05 Thread Wez Furlong
Sorry for the spamming. --Wez. -- 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] Bug #10687: Wont Compile

2001-05-05 Thread datamatrix
From: [EMAIL PROTECTED] Operating system: Debian 2.2 PHP version: 4.0.5 PHP Bug Type: Compile Failure Bug description: Wont Compile configures fine, run make and crashes right away. Wont compile have tried to redownload it and recompile it 3 or 4 times now still no luck :(

[PHP-DEV] Bug #10688: PHP shutting down

2001-05-05 Thread tk
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: PHP shutting down First: Sorry for my bed english, but i hope that i can decribe the problem: After compiling the new php version, some functions didn´t worked

Re: [PHP-DEV] (change request) PHP 4.0 Bug Summary Report

2001-05-05 Thread Jani Taskinen
On Sat, 5 May 2001, Andrei Zmievski wrote: At 02:02 PM 5/5/01 -0400, Joe Brown wrote: Is it possible to include www.php.net/bugs.php?id= at the front of these, or on a second line trailing each bug listed? Would make the list twice as long, but a lot simpler to follow up on, w/mail reader that

Re: [PHP-DEV] Re: Bug #9878 Updated: gmmktime is 1 hour off during standard time

2001-05-05 Thread Wez Furlong
On 2001-05-05 23:06:09, Rasmus Lerdorf [EMAIL PROTECTED] wrote: Andrei, you made the change from: gmadjust = -(is_dst ? altzone : timezone + (timezone - altzone)); to: gmadjust = -(is_dst ? timezone - 3600 : timezone + 3600); These don't look logically equivalent to me. Can you CC

[PHP-DEV] Curious problem with sessions over prolonged periods

2001-05-05 Thread Wez Furlong
Hi, I've just managed to pin down a strange intermittent bug that I thought was due to some peculiarity in my php application. It's actually a problem with sessions. I have this code: if (!session_is_registered(profile)) { $profile = array(); $profile_times = array(); $datacache =

[PHP-DEV] Bug #10152 Updated: Success Warning with readfile(http://...);

2001-05-05 Thread jmoore
ID: 10152 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *Directory/Filesystem functions PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback. Closing Previous Comments:

[PHP-DEV] Bug #10158 Updated: r format specifier in Date() causing problems

2001-05-05 Thread jmoore
ID: 10158 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Date/time related PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback. Closing Previous Comments: ---

[PHP-DEV] Bug #10164 Updated: a problem with PHP4TS.DLL

2001-05-05 Thread jmoore
ID: 10164 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related PHP Version: 4.0.0 Assigned To: Comments: No feedback. Closing Previous Comments: --- [2001-04-04

[PHP-DEV] Bug #10682 Updated: php -l display the same errors

2001-05-05 Thread zeev
ID: 10682 Updated by: zeev Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem PHP Version: 4.0 Latest CVS (05/05/2001) Assigned To: Comments: As funny as it may sound, it's the intended behavior, if: - You have a debug build (an error goes to

[PHP-DEV] Bug #10684 Updated: Installation Problem

2001-05-05 Thread jmoore
ID: 10684 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config PHP Version: 4.0.5 Assigned To: Comments: THis will be fixed in next verison of the installer for now please install PHP manually or find the mscomctl.ocx file and register

Re: [PHP-DEV] php got stomped on in shootout, but shouldn't have...

2001-05-05 Thread Nolan Andres
http://www.zdnet.com/products/stories/reviews/0,4161,2646800,00.html has a small table outlining the results of a page-based script language shootout between PHP, ASP, ColdFusion and JSP...PHP was the fastest, but in the accompanying review it was criticized somewhat for its lack of mature

Re: [PHP-DEV] php got stomped on in shootout, but shouldn't have...

2001-05-05 Thread Sterling Hughes
On Sat, 5 May 2001, Nolan Andres wrote: AHH!! not this thread again *flashback* -Sterling (Original poster:: No offense, we just discussed this to death when the article came out ;) http://www.zdnet.com/products/stories/reviews/0,4161,2646800,00.html has a

[PHP-DEV] Bug #10687 Updated: Wont Compile

2001-05-05 Thread sniper
ID: 10687 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure PHP Version: 4.0.5 Assigned To: Comments: And the configure line is? --Jani Previous Comments:

[PHP-DEV] Re: Bug #10687 Updated: Wont Compile

2001-05-05 Thread Greg Fitzgerald
./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.19 -- 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] Bug #10688 Updated: PHP shutting down

2001-05-05 Thread sniper
ID: 10688 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Old-Bug Type: *General Issues Bug Type: Scripting Engine problem PHP Version: 4.0.5 Assigned To: Comments: Please add the shortest possible script into this report that can be used to reproduce this

[PHP-DEV] Bug #9541 Updated: New Feature Patch

2001-05-05 Thread rasmus
ID: 9541 Updated by: rasmus Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PostgreSQL related PHP Version: 4.0.4pl1 Assigned To: Comments: It is now in CVS. Well, not exactly your patch, but there is a pg_last_notice() function. Probably won't be in 4.0.6 either, but definitely in

[PHP-DEV] Bug #9541 Updated: New Feature Patch

2001-05-05 Thread rasmus
ID: 9541 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related PHP Version: 4.0.4pl1 Assigned To: Comments: forgot to close Previous Comments: --- [2001-05-05

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

2001-05-05 Thread Jani Taskinen
On Fri, 4 May 2001, Chuck Hagenbuch wrote: Try checking it today..now it says 4/5/2001 (4th of May 2001). This is of course 'wrong' as it should be 04.05.2001 which is the correct way to show dates. Should it be changed? (just cosmetics, IMO) Ah. Actually, the correct way I've seen endorsed

[PHP-DEV] extension/module versioning

2001-05-05 Thread avi
dev team, what are the chances of having a function call for every extension that returns the version? this would be extremely useful for determining whether the correct version is installed, rather than checking to see if the function_exists(). eg. $version_id = xml_version(); or

Re: [PHP-DEV] extension/module versioning

2001-05-05 Thread Anil Madhavapeddy
[EMAIL PROTECTED] wrote: $version_id = xml_version(); or $version_id = ibase_version(); Probably better to do something like this: $version = get_extension_version('xml'); to avoid cluttering the namespace with more functions. Although, why not just use phpversion() ? Extensions aren't

Re: [PHP-DEV] extension/module versioning

2001-05-05 Thread avi
On Sun, 6 May 2001, Anil Madhavapeddy wrote: hey anil, Probably better to do something like this: $version = get_extension_version('xml'); to avoid cluttering the namespace with more functions. whatever it takes 8^) Although, why not just use phpversion() ? because then you can't write

Re: [PHP-DEV] Branching 4.0.6...

2001-05-05 Thread Rui Hirokawa
Hi, I fixed a compilation problem for ext/mbstring recently. I think this problem is critical for this module, it should be applied for php-4.0.6 branch. hirokawaSat May 5 19:44:12 2001 EDT Modified files: /php4/ext/mbstring mbstring.c Log: fixed a compilation

[PHP-DEV] Re: Bug #10682 Updated: php -l display the same errors

2001-05-05 Thread Yasuo Ohgaki
If I disable one of display_errors and log_errors in php.ini, then it prints 2 errors. If I disable both them in php.ini, it does not display any errors. I thought there might be a problem. I guess this is the way it is. php -d display_errors=off -d log_errors=off [-l | -f] works *perfectly*

[PHP-DEV] protect yourself !

2001-05-05 Thread protect_yourself
This mail is never sent unsolicited. You received this “auto respond” email because you or someone you know submitted your address to our info page. Upon submission you agreed to receive this email about our program. If this email was not requested by you please accept our apology. If you

[PHP-DEV] References/copies??

2001-05-05 Thread Chris Newbill
If I pass a reference to an object and assign that to a class property. Shouldn't the property be a reference back to the original variable's value instead of a copy? Here is some sample code to illustrate my small confusion. ?php class Testie { var $error; function Testie() { } }

[PHP-DEV] Bug #10684 Updated: Installation Problem

2001-05-05 Thread malcolman
ID: 10684 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: *Install and Config Operating system: Windows 2000 Advanced Server PHP Version: 4.0.5 Description: Installation Problem How do I install php manually? and I couldn't find a file called regserv32 to register mscomctl.ocx. As a

[PHP-DEV] Bug #10684 Updated: Installation Problem

2001-05-05 Thread malcolman
ID: 10684 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: *Install and Config Operating system: Windows 2000 Advanced Server PHP Version: 4.0.5 Description: Installation Problem I successfully registered the mscomctl.ocx file found in my win98 dir into win2k.. and the installation of

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard fsock.c fsock.h /main network.cphp_network.h php_streams.h streams.c

2001-05-05 Thread Sebastian Bergmann
Wez Furlong wrote: Fixed and on the PHP_4_0_6 branch. fsock.c D:\Programme\MS Visual Studio\Projekte\php\php4\ext\standard\fsock.c(431) : erro r C2065: 'FD_SETSIZE' : undeclared varaible D:\Programme\MS Visual Studio\Projekte\php\php4\ext\standard\fsock.c(431) : warn ing C4018: '' : conflict

[PHP-DEV] RE: [PHP-CVS] cvs: php4 /ext/standard fsock.c fsock.h /main network.c php_network.h php_streams.h streams.c

2001-05-05 Thread Wez Furlong
On 2001-05-05 20:30:25, Andi Gutmans [EMAIL PROTECTED] wrote: Your patch has broken my build. On Linux doing a simple ./configure ; make dies with: /home/andi/php-cvs/main/network.c: In function `php_hostconnect': /home/andi/php-cvs/main/network.c:274: storage size of `timeoutval' isn't known

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard fsock.c fsock.h /main network.c php_network.h php_streams.h streams.c

2001-05-05 Thread Wez Furlong
On 2001-05-05 20:30:25, Andi Gutmans [EMAIL PROTECTED] wrote: Hi, Your patch has broken my build. On Linux doing a simple ./configure ; make dies with: gcc -I. -I/home/andi/php-cvs/main -I/home/andi/php-cvs/cgi/main -I/home/andi/php-cvs -I/home/andi/php-cvs/cgi/Zend

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard fsock.c fsock.h /main network.c php_network.h php_streams.h streams.c

2001-05-05 Thread Andi Gutmans
Hi, Your patch has broken my build. On Linux doing a simple ./configure ; make dies with: gcc -I. -I/home/andi/php-cvs/main -I/home/andi/php-cvs/cgi/main -I/home/andi/php-cvs -I/home/andi/php-cvs/cgi/Zend -I/home/andi/php-cvs/ext/mysql/libmysql -I/home/andi/php-cvs/ext/xml/expat/xmltok