[PHP-DEV] Bug #12711: crashing on clean install including the php_mssql.dll

2001-08-12 Thread kim_andersen
From: [EMAIL PROTECTED] Operating system: Windows 2000 Server PHP version: 4.0.6 PHP Bug Type: MSSQL related Bug description: crashing on clean install including the php_mssql.dll Installing PHP4.0.6 on a clean IIS5.0 machine. Including the php_mssql.dll (which exists on the

[PHP-DEV] Re: use indent instead of fixing whitespace "by hand"?

2001-08-12 Thread Zeev Suraski
At 14:31 12-08-01, Thies C. Arntzen wrote: > guys, > > it's really time to setup our "own" indent(1L) profile and > simply run everything in php4/ thru it. i'll spend some time > playing with it (while i'm on vacation) unless: > > does anybody see a reason *not* to swicht to i

[PHP-DEV] Re: [PHP-DOC] Bug #12550 Updated: rand() and mt_rand() don't behave as documented

2001-08-12 Thread eschmid+sic
On Mon, Aug 13, 2001 at 07:29:16AM +0200, Jani Taskinen wrote: > > Now you assume that you need to pass arguments to these functions. > Which is not the case. Here's the proto: > > /* {{{ proto int rand([int min, int max]) >Returns a random number */ > > So revert that patch. mt_rand() / r

Re: [PHP-DEV] use indent instead of fixing whitespace "by hand"?

2001-08-12 Thread Stig Sæther Bakken
["Thies C. Arntzen" <[EMAIL PROTECTED]>] > guys, > > it's really time to setup our "own" indent(1L) profile and > simply run everything in php4/ thru it. i'll spend some time > playing with it (while i'm on vacation) unless: > > does anybody see a reason *not* to swicht

[PHP-DEV] Re: [PHP-DOC] Bug #12550 Updated: rand() and mt_rand() don't behaveas documented

2001-08-12 Thread Jani Taskinen
Now you assume that you need to pass arguments to these functions. Which is not the case. Here's the proto: /* {{{ proto int rand([int min, int max]) Returns a random number */ So revert that patch. mt_rand() / rand() accecpt either 2 parameters or none at all. It was at least LESS wrong be

Re: [PHP-DEV] mail(); nobody@servername

2001-08-12 Thread Markus Fischer
On Mon, Aug 13, 2001 at 06:31:15AM +0300, Trojland.com wrote : > When I use the mail(); > the email that are sent are from: nobody@servername > is there a way to fix this ? > > - Notice : I use the extra Headers because it does not work .. > - I am on a virtual hosting, so no access to php.ini .

[PHP-DEV] Bug #12710: Warning: imap_mail() is not supported in this PHP build

2001-08-12 Thread tim . lokot
From: [EMAIL PROTECTED] Operating system: Win2K PHP version: 4.0.5 PHP Bug Type: IMAP related Bug description: Warning: imap_mail() is not supported in this PHP build I have activated the extension for imap and the error message I recieved is this: Warning: imap_mail() is

[PHP-DEV] mail(); nobody@servername

2001-08-12 Thread Trojland.com
When I use the mail(); the email that are sent are from: nobody@servername is there a way to fix this ? - Notice : I use the extra Headers because it does not work .. - I am on a virtual hosting, so no access to php.ini .. -- PHP Development Mailing List To unsubscribe,

[PHP-DEV] Patch for ext/java/java.c

2001-08-12 Thread Alexander Wirtz
Good morning (or evening ? ;-)), I made another patch, because java.c ran into difficulties with ZE2. Let's hope, that everything is ok, cause I'm really tired... Have a nice day! Regards Alexander -- | Alexander Wirtz | eMail: [EMAIL PROTECTED]| | web@ctive GmbH

Re: [PHP-DEV] Second snapshot of Universe

2001-08-12 Thread Jani Taskinen
Again, I don't see any reasons why you shouldn't put this in PHP CVS. --Jani On Sun, 12 Aug 2001, David Eriksson wrote: >(Universe is a PHP Extension for accessing and creating CORBA objects.) > >Still with memory leaks, but now compiling with Zend 2 and hopefully on >Windows too. > >Informat

Re: [PHP-DEV] $_SESSION

2001-08-12 Thread Rasmus Lerdorf
> Were/are the register_global entries and $HTTP_SESSION_VARS[] entries > references to each other or not? They are -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrat

[PHP-DEV] Bug #11643 Updated: SID redefined

2001-08-12 Thread troels
ID: 11643 Updated by: troels Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Session related Operating System: Linux PHP Version: 4.0 Latest CVS (2001-06-24) Assigned To: hholzgra New Comment: Oops. The bug is _not_ fixed yet. I misunderstood Hartmut 's comment. Previou

[PHP-DEV] $_SESSION

2001-08-12 Thread Zeev Suraski
Were/are the register_global entries and $HTTP_SESSION_VARS[] entries references to each other or not? Zeev -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-

[PHP-DEV] Bug #10437 Updated: casting is not consistent

2001-08-12 Thread zeev
ID: 10437 Updated by: zeev Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Scripting Engine problem Operating System: win2k PHP Version: 4.0.4pl1 New Comment: Fixed in the CVS (will be a part of 4.0.7). Thanks for the bug report! Previous Comments: -

[PHP-DEV] Bug #12635 Updated: href="#botton" gives wrong url

2001-08-12 Thread jeroen
ID: 12635 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: ? PHP Version: 4.0.4 New Comment: Works correctly (that "#bottom" is left alone) since oktober 2000 (version 1.17 of ext/standard/url_scanner_ex.re) That means

[PHP-DEV] Bug #11643 Updated: SID redefined

2001-08-12 Thread troels
ID: 11643 Updated by: troels Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Session related Operating System: Linux PHP Version: 4.0 Latest CVS (2001-06-24) Assigned To: hholzgra New Comment: According to http://cvs.php.net/diff.php/php4/ext/session/session.c?r1=1.2

[PHP-DEV] Bug #12709 Updated: Taking doubles inconistently out of strings.

2001-08-12 Thread jeroen
ID: 12709 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Scripting Engine problem Operating System: Windows PHP Version: 4.0.6 New Comment: Duplicate of bug#10437 Previous Comments: --

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/sablot php_sablot.h

2001-08-12 Thread Zeev Suraski
At 14:03 13-08-01, Sterling Hughes wrote: > Just to clarify -- I don't think the issue should be ignored -- I > just feel that php-dev@ is not the appropriate place for such stuff. > Take it up on group@, or find some place else to deal with it > (or perhaps another developer meeti

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/sablot php_sablot.h

2001-08-12 Thread Sterling Hughes
On Mon, 13 Aug 2001, Zeev Suraski wrote: > At 19:06 12-08-01, Zeev Suraski wrote: > >I don't think that this happens too often - I think that comments like > >Sebastian's are much more > > Ick, Sterling's that is. Sorry Sebastian ;) > Just to clarify -- I don't think the issue should be igno

[PHP-DEV] Bug #12709: Taking doubles inconistently out of strings.

2001-08-12 Thread tlhf_loves
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: Taking doubles inconistently out of strings. Try these to pieces of code: $foo = 1.4 + "10.3 "; $foo = 1.4 + "10.3"; In the first one $foo is e

[PHP-DEV] Bug #12607 Updated: new autoconf 2.52 does not work with latest CVS.

2001-08-12 Thread sniper
ID: 12607 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Summary: undefined reference to gdImageGifCtx Old Status: Open Status: Analyzed Old Bug Type: GD related Bug Type: *Configuration Issues Operating System: NetBSD/Alpha 1.5W PHP Version: 4.0CVS-2001-08-06 New Comment: reclassified.

[PHP-DEV] Bug #12706 Updated: parse_url misbehaves

2001-08-12 Thread jeroen
ID: 12706 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Analyzed Old Bug Type: *URL Functions Bug Type: Documentation problem Operating System: Linux PHP Version: 4.0.6 Old Assigned To: jeroen Assigned To: New Comment: After some thinking: This is expected behaviour! www.lalala.co

[PHP-DEV] Bug #12635 Updated: href="#botton" gives wrong url

2001-08-12 Thread jeroen
ID: 12635 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: ? PHP Version: 4.0.4 New Comment: http://webcour.swisszone.ch/a/essais/session.php?f=1 Internal Server Error The server encountered an internal error or misconfiguration and wa

[PHP-DEV] Bug #12706 Updated: parse_url misbehaves

2001-08-12 Thread jeroen
ID: 12706 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: *URL Functions Operating System: Linux PHP Version: 4.0.6 Old Assigned To: Assigned To: jeroen New Comment: www.lalala.com isn't a valid url. The docs say nothing about such a case, so it's u

[PHP-DEV] Bug #12550 Updated: rand() and mt_rand() don't behave as documented

2001-08-12 Thread jeroen
ID: 12550 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: N/A PHP Version: 4.0.6 New Comment: Fixed. Hope this _is_ accepted... --Jeroen Previous Comments: -

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/sablot php_sablot.h

2001-08-12 Thread Zeev Suraski
At 19:06 12-08-01, Zeev Suraski wrote: >I don't think that this happens too often - I think that comments like >Sebastian's are much more Ick, Sterling's that is. Sorry Sebastian ;) Zeev -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: [PHP-DEV] PHP vs. Zend paranoia?

2001-08-12 Thread Alexander Bokovoy
On Sun, Aug 12, 2001 at 07:11:32AM +0300, Andi Gutmans wrote: > If you have any new ideas of features which you think should be added to > PHP feel free to bring them up on the mailing list. We will take the > proposal seriously. You have to understand that not every proposal gets > accepted be

[PHP-DEV] Bug #6932 Updated: Filesize / File_exists and include_path

2001-08-12 Thread heyesr
ID: 6932 Updated by: heyesr Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0.2 New Comment: Maybe I should clarify, it was the filesize and file_exists function I was hoping would be updated to have an optional argument so they w