[PHP-DEV] PHP 4.0 Bug #9008 Updated: define()-ed values as assoc array keys don't work

2001-01-31 Thread torben
ID: 9008 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Class/Object related Assigned To: Comments: See bug #8141. Previous Comments: --- [2001-01-30 14:44:12] [EMAIL

[PHP-DEV] PHP 4.0 Bug #9387 Updated: Doc String Quoting Problem

2001-02-21 Thread torben
ID: 9387 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Bogus Status: Open Bug Type: Feature/Change Request Assigned To: Comments: The doc part is taken care of, I'm reopening in case someone wants to present a really good solution. :) Previous Com

[PHP-DEV] PHP 4.0 Bug #9387 Updated: Doc String Quoting Problem

2001-02-21 Thread torben
ID: 9387 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Feature/Change Request Assigned To: Comments: This is not a bug. Check the third sentence below, from the PHP Manual at http://www.php.net/manual/en/language.types.string.php: Another way to

[PHP-DEV] PHP 4.0 Bug #9414 Updated: date() returns error when included in an object

2001-02-22 Thread torben
ID: 9414 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Date/time related Assigned To: Comments: Not a bug; from the manual (http://www.php.net/manual/en/language.oop.php): Note: In PHP 4, only constant initializers for var variables are allowed

[PHP-DEV] PHP 4.0 Bug #9408 Updated: Mistakable description of nl2br()

2001-02-22 Thread torben
ID: 9408 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: Thanks for the report; fixed in CVS. Cheers, Torben Previous Comments

[PHP-DEV] PHP 4.0 Bug #9414 Updated: date() returns error when included in an object

2001-02-22 Thread torben
ID: 9414 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Date/time related Assigned To: Comments: Fixed in CVS; I just added a small example in the note. Thanks for the report. Torben Previous Comments

[PHP-DEV] PHP 4.0 Bug #9415 Updated: post variables are case sensitiv

2001-02-22 Thread torben
ID: 9415 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Variables related Assigned To: Comments: The very first line of the Variables section of the manual: Variables in PHP are represented by a dollar sign followed by the name of the

[PHP-DEV] PHP 4.0 Bug #9482 Updated: || operator gives unexpected results

2001-02-28 Thread torben
ID: 9482 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues Assigned To: Comments: This isn't a bug; it's a result of the differing precedence for || and or (which are otherwise identical, btw). Try this: $db = mys

[PHP-DEV] PHP 4.0 Bug #9477 Updated: Object is destroyed before references all released

2001-03-08 Thread torben
ID: 9477 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: I'm sure the bugs are very obvious to you. However, your bug report, as given, really is pretty useless. Salient information would in

[PHP-DEV] PHP 4.0 Bug #9665: .netrc sought only in /root

2001-03-09 Thread torben
From: [EMAIL PROTECTED] Operating system: Mandrake 7.0 PHP version: 4.0.4pl1 PHP Bug Type: cURL related Bug description: .netrc sought only in /root cURL works fine in general, but when told to search for a .netrc file, searches only in /root and not in the httpd user's actu

[PHP-DEV] PHP 4.0 Bug #9758 Updated: Is there any way that you can create a random letter from A-Z?

2001-03-14 Thread torben
ID: 9758 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Feature/Change Request Assigned To: Comments: This isn't the place for questions. Something like the following should work. I haven't tested it. In the future, please use t

[PHP-DEV] PHP 4.0 Bug #9759 Updated: 3

2001-03-14 Thread torben
ID: 9759 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues Assigned To: Comments: Previous Comments: --- [2001-03-14 18:30:40] [EMAIL PROTECTED] 5

[PHP-DEV] PHP 4.0 Bug #9776 Updated: It's not exactly a bug

2001-03-15 Thread torben
ID: 9776 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: > It's not exactly a bug. ...then a Bug Database probably isn't the place for it. :) Try http://www.php.net/support.php for i

[PHP-DEV] PHP 4.0 Bug #9782 Updated: Warning: Undefined variable: HTTP_POST_VARS

2001-03-16 Thread torben
ID: 9782 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Bogus Bug Type: Strings related Assigned To: Comments: As it says at the end of the mails you get from the Bug Database: ATTENTION! Do NOT reply to this email! To reply, use the web interface found

[PHP-DEV] PHP 4.0 Bug #9849 Updated: Square boxes?

2001-03-19 Thread torben
ID: 9849 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Documentation problem Assigned To: Comments: Um...which square boxes, exactly? :) The user notes, the warnings, the tables, what? It sort of sounds like making the boxes less square would

[PHP-DEV] PHP 4.0 Bug #9881 Updated: Varibles are not defined

2001-03-20 Thread torben
ID: 9881 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Assigned To: Comments: Well, define $e then. ;) Or put a '@' in front of it to suppress the error. Or turn down the error_reporting(). Check the manual for more information on

[PHP-DEV] PHP 4.0 Bug #9665 Updated: .netrc sought only in /root

2001-03-24 Thread torben
ID: 9665 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: cURL related Assigned To: Comments: (Thanks to Daniel Stenberg for pointing this out.) This occurs because curl is using the $HOME envvar to locate the .netrc file, so a putenv() before the

[PHP-DEV] PHP 4.0 Bug #7488 Updated: Pass-by-reference problem

2001-03-27 Thread torben
ID: 7488 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: ODBC related Assigned To: Comments: Yup. Here's a breakdown: Using & | allow_call_time_pass_by_reference | Works? | Err? -

[PHP-DEV] PHP 4.0 Bug #10043 Updated: action handler not working

2001-03-28 Thread torben
ID: 10043 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Web Server problem Assigned To: Comments: What happens if you test $HTTP_POST_VARS['submit'] instead of just $submit? Sounds to me like you don't have register_globals turne

[PHP-DEV] Bug #14915 Updated: for statement returns nothing.

2002-01-07 Thread torben
ID: 14915 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Linux 2.4.9 PHP Version: 4.1.0 New Comment: No bug; the code you have here is perfectly valid, although it contains one of those irritatingly hard-to

[PHP-DEV] Bug #15021 Updated: Format error!

2002-01-13 Thread torben
ID: 15021 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Linux / Windows PHP Version: 4.1.1 New Comment: Just to add to this, check the list of HTML entities. ¤ is the 'currency' sign entity. Torben Previou

[PHP-DEV] Bug #4294 Updated: return in script called from php.ini stops engine

2002-01-13 Thread torben
ID: 4294 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Documentation problem Operating System: AIX 4.3 / Solaris 2.6 PHP Version: 4.0 Release Candidate 1 Old Assigned To: Assigned To: torben Previous Comments

[PHP-DEV] Bug #4294 Updated: return in script called from php.ini stops engine

2002-01-13 Thread torben
ID: 4294 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: AIX 4.3 / Solaris 2.6 PHP Version: 4.0 Release Candidate 1 Assigned To: torben New Comment: Fixed in CVS. Previous Comments

[PHP-DEV] Bug #15064 Updated: for loops do not work properly (is it a feature or a bug?)

2002-01-16 Thread torben
ID: 15064 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: Windows NT 4 PHP Version: 4.1.1 New Comment: Check the manual; this is the way for loops work: >From page http://www.php.net/manual/en/control-structures.for.

[PHP-DEV] Bug #15132 Updated: about FOpen

2002-01-20 Thread torben
ID: 15132 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Non stated PHP Version: 4.1.1 New Comment: No, there isn't--for one thing, the system fopen() call won't do it. However, what you can do is cr

[PHP-DEV] Bug #15130 Updated: pathinfo reports extension as bar/baz for /foo/bar.bar/baz

2002-01-21 Thread torben
ID: 15130 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: Filesystem function related Operating System: FreeBSD PHP Version: 4.1.1 New Comment: Reopening. It does appear that pathinfo() reacts badly if: a) the filename portion does not have an

[PHP-DEV] Bug #15157 Updated: exec()/system() doesn't work with parameters in quotation-marks in system-call

2002-01-22 Thread torben
ID: 15157 Updated by: torben Old Summary: exec()/system() doesn't work with parameters in quotation-marks in system-call Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Program Execution Operating System: Linux (Debian) / Solaris 8 PHP Version: 4.1.0 New Commen

[PHP-DEV] Bug #15157 Updated: exec()/system() doesn't work with parameters in quotation-marks in system-call

2002-01-22 Thread torben
ID: 15157 Updated by: torben Old Summary: exec()/system() doesn't work with parameters in quotation-marks in system-call Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Program Execution Operating System: Linux (Debian) / Solaris 8 PHP Version: 4.1.0 New Comment: I'm running D

[PHP-DEV] Bug #15157 Updated: exec()/system() doesn't work with parameters in quotation-marks in system-call

2002-01-22 Thread torben
ID: 15157 Updated by: torben Old Summary: exec()/system() doesn't work with parameters in quotation-marks in system-call Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Program Execution Operating System: Linux (Debian) / Solaris 8 PHP Version: 4.1.0 New Comment: Run phpinfo(

[PHP-DEV] Bug #15157 Updated: exec()/system() doesn't work with parameters in quotation-marks in system-call

2002-01-22 Thread torben
ID: 15157 Updated by: torben Old Summary: exec()/system() doesn't work with parameters in quotation-marks in system-call Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Analyzed Old Bug Type: Program Execution Bug Type: Documentation problem Operating System: Linux (Debian) / Sola

[PHP-DEV] Bug #15157 Updated: exec()/system() doesn't work with parameters in quotation-marks in system-call

2002-01-22 Thread torben
ID: 15157 Updated by: torben Old Summary: exec()/system() doesn't work with parameters in quotation-marks in system-call Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Documentation problem Operating System: Linux (Debian) / Solaris 8 PHP Version: 4.1.0 New Comment: None tha

[PHP-DEV] Bug #15230 Updated: Format error!

2002-01-25 Thread torben
ID: 15230 Updated by: torben Old Summary: memory_limit not obviously disabled for windows binary Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Old Operating System: Windows 2000 Operating System: Linux / Windows PHP Version: 4.1.1

[PHP-DEV] Bug #15230 Updated: memory_limit not obviously disabled for windows binary

2002-01-25 Thread torben
ID: 15230 Updated by: torben Old Summary: Format error! Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Linux / Windows PHP Version: 4.1.1 New Comment: Very odd...galeon seems to have gotten the form fields confused and changed the summary and

[PHP-DEV] Bug #5301 Updated: cosmetic change in phpinfo() output

2002-01-28 Thread torben
ID: 5301 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Feature/Change Request Old PHP Version: 4.0 Latest CVS (01/07/2000) PHP Version: 4.2.0-dev New Comment: No, it hasn't been fixed. Maybe we should check these things before closing the

[PHP-DEV] Bug #3830 Updated: Function to timeout/break off a function

2002-01-28 Thread torben
ID: 3830 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Feature/Change Request Operating System: linux Old PHP Version: 4.0 Beta 4 Patch Level 1 PHP Version: 4.2.0-dev New Comment: No, you can't. :) The ticks stuff won't stop a function whic

[PHP-DEV] Bug #13610 Updated: heredoc: any chars (even white space) after closing ";" causes error

2002-01-28 Thread torben
ID: 13610 Updated by: torben Old Summary: heredoc: any chars (even white space) after closing ";" causes error Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Windows98 PHP Version: 4.0.6 New Comment: Here's a quick patch which j

[PHP-DEV] Bug #13610 Updated: heredoc: any chars (even white space) after closing ";" causes error

2002-01-28 Thread torben
ID: 13610 Updated by: torben Old Summary: heredoc: any chars (even white space) after closing ";" causes error Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Windows98 PHP Version: 4.0.6 New Comment: Yeesh. Scratch that. :) The issue r

[PHP-DEV] Bug #15291 Updated: date() function time return problem

2002-01-29 Thread torben
ID: 15291 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Feedback Bug Type: Date/time related Operating System: Debian PHP Version: 4.1.1 New Comment: Reopening; this should be set to 'Feedback' until the user confirms that the proposed fix actu

[PHP-DEV] Bug #15291 Updated: date() function time return problem

2002-01-29 Thread torben
ID: 15291 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Operating System: Debian PHP Version: 4.1.1 New Comment: What do you get from doing the following at a command prompt? % echo $TZ % date % TZ=GMT date Torben Previous Comments

[PHP-DEV] Bug #15330 Updated: An efficient way to access the last element of an array is sorely missed

2002-02-01 Thread torben
previous comment. Torben Previous Comments: [2002-02-01 14:38:56] [EMAIL PROTECTED] While there is no way to set the internal pointer (afaik) to a given element #, you can set the pointer to the first/last/next/previous item

[PHP-DEV] Bug #14227 Updated: header(); does not overwrite session cookie

2002-02-03 Thread torben
is to Bogus for you. :) Torben Previous Comments: [2002-02-03 19:33:36] [EMAIL PROTECTED] This is actually not a bug at all. The header function allows you to write a header, basically giving you the flexibili

[PHP-DEV] Bug #15370 Updated: Class Visibility methods

2002-02-04 Thread torben
, enter 'class private' in the 'with text' search box, select 'Feature/Change Request' from the drop-down list, and hit 'Display'. Torben Previous Comments: [2002-02-04 14:39:

[PHP-DEV] Bug #15330 Updated: An efficient way to access the last element of an array is sorely missed

2002-02-04 Thread torben
. Hope this helps until (if) these get added to the language. Email me privately if you want the whole batch of functions. Torben Previous Comments: [2002-02-04 10:30:39] [EMAIL PROTECTED] Aha! Now I see array_

[PHP-DEV] Bug #15378 Updated: 3d array variables not usable in double quotes

2002-02-05 Thread torben
but there are > some cases (sql querys, cookies & headers) where it is not > possible to write it that way and the only solution WAS to > assign it to a simpler variable. Not true--that syntax is possible anywhere you use strings, except for heredocs. Torben P

[PHP-DEV] Bug #15392 Updated: configration

2002-02-05 Thread torben
for the mailing list '[EMAIL PROTECTED]' and sign up. The bug database is not a support forum. Torben Previous Comments: [2002-02-05 15:57:53] [EMAIL PROTECTED] The bug system is not the appropriate forum

[PHP-DEV] Bug #15442 Updated: end of .inc file gets deleted

2002-02-08 Thread torben
ID: 15442 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Performance problem Operating System: Windows Me PHP Version: 4.1.1 New Comment: Not enough information was provided for u

[PHP-DEV] Bug #15279 Updated: RETURNTRANSFER and CUSTOMREQUST do not play well together

2002-02-08 Thread torben
, or just 'GET', as the custom response? The script you gave below didn't work for me either, but did if I did either of: $request = "GET /index.html HTTP/1.0\r\n\r\n"; ...or... $request = "GET"; Can you try that and report ba

[PHP-DEV] Bug #15279 Updated: RETURNTRANSFER and CUSTOMREQUST do not play well together

2002-02-08 Thread torben
: +Assigned To: torben New Comment: Well, in the first place, the results below show that it did in fact work for you, but that your server isn't set up to provide a directory listing of the root dir and also doesn't have an index file there. A bit more research shows that valid

[PHP-DEV] Bug #15279 Updated: RETURNTRANSFER and CUSTOMREQUST do not play well together

2002-02-08 Thread torben
ID: 15279 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Documentation problem Operating System: Linux PHP Version: 4.1.1 Assigned To: torben New Comment: Scratch the first paragraph of my last

[PHP-DEV] Bug #15279 Updated: RETURNTRANSFER and CUSTOMREQUST do not play well together

2002-02-08 Thread torben
ID: 15279 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Linux PHP Version: 4.1.1 Assigned To: torben New Comment: Cool--I&#x

[PHP-DEV] Bug #15473 Updated: A typo in manual at ImageTTFBBox function description

2002-02-09 Thread torben
ID: 15473 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: - PHP Version: 4.1.1 New Comment: This bug has been fixed in CVS. Previous Comm

[PHP-DEV] Bug #14194 Updated: no manual entry for apache_child_terminate

2002-02-09 Thread torben
ID: 14194 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: All PHP Version: 4.0.6 New Comment: This bug has been fixed in CVS. Previous Co

[PHP-DEV] Bug #15475 Updated: Call to undefined function: ocilogon() in DB/oci8.php

2002-02-09 Thread torben
isn't compiled in, or you haven't loaded the oci8.so library. Can you check phpinfo() and see whether it reports that OCI8 support available? Torben Previous Comments: [2002-02-09 17:12:15] [EMAIL PROTECTED

[PHP-DEV] Bug #15234 Updated: basename bug

2002-02-09 Thread torben
ID: 15234 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Filesystem function related Operating System: Linux Mandrake 8.0 PHP Version: 4.1.1 New Comment: This bug has been fixed

[PHP-DEV] Bug #15475 Updated: Call to undefined function: ocilogon() in DB/oci8.php

2002-02-09 Thread torben
17:32:40] [EMAIL PROTECTED] Well, either Oracle support isn't compiled in, or you haven't loaded the oci8.so library. Can you check phpinfo() and see whether it reports that OCI8 support available? Torben

[PHP-DEV] Bug #12879 Updated: array_slice - something to be mentioned in the documentation

2002-02-09 Thread torben
ID: 12879 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: windows PHP Version: 4.0.4pl1 New Comment: This bug has been fixed in CVS. Prev

[PHP-DEV] Bug #10944: hw_info() prints garbage for server string

2001-05-17 Thread torben
***, localhost, 717, anonymous, 7175, 0 Looking at the source it seems that the server string is never getting set properly when the connection is made in hg_comm.c, but I don't have time to track this down today. Torben -- Edit Bug report at: http://bugs.php.net/?id=10944&edit=1

[PHP-DEV] Bug #10963 Updated: random loss of cookie content

2001-05-18 Thread torben
ID: 10963 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Duplicate. Previous Comments

[PHP-DEV] Bug #11056: file upload (size > 1MB) takes too much time

2001-05-23 Thread torben
e system) and the PHP-file neither comes to an end nor produces a timeout... Thanks in advance for any hinds - with kind regards Torben -- Edit Bug report at: http://bugs.php.net/?id=11056&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [

[PHP-DEV] Bug #11916: POSIX config.m4 doesn't look for getpgid()

2001-07-05 Thread torben
is is with the distribution tarball of 4.0.6. - Torben -- Edit Bug report at: http://bugs.php.net/?id=11916&edit=1 -- 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 ad

[PHP-DEV] PHP 4.0 Bug #10127 Updated: odbc_errormsg documented with wrong return type

2001-04-02 Thread torben
ID: 10127 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: Thanks for the heads-up. Fixed in CVS (should show up online soon. Previous Comments

[PHP-DEV] PHP 4.0 Bug #10128 Updated: Undefined Variables

2001-04-02 Thread torben
ID: 10128 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: IIS related Assigned To: Comments: No, it probably just means that you don't have the register_globals option turned on. See the manual for more information: http://www.php.net/manu

[PHP-DEV] PHP 4.0 Bug #10148 Updated: Feature Request

2001-04-03 Thread torben
ID: 10148 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: It's not a function, but it is in the manual. I think you want the __FILE__ constant. http://www.php.net/manual/en/language.constant

[PHP-DEV] PHP 4.0 Bug #10151 Updated: Call to undefined function: gregoriantojd()

2001-04-04 Thread torben
ID: 10151 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Calendar problems Assigned To: Comments: Please read the manual: http://www.php.net/manual/en/ref.calendar.php You need to either compile the extension in or load it. Since you provided no

[PHP-DEV] PHP 4.0 Bug #10203 Updated: foreach weakness

2001-04-06 Thread torben
ID: 10203 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Assigned To: Comments: It's for someone else to decide whether to add this to the language, but until they do you can achieve the same effect with: $arr = array(array(1, 2), ar

[PHP-DEV] Bug #10353: Intermittent segfault on failed connection

2001-04-16 Thread torben
hanna% tail -f /usr/local/apache/logs/error_log [Tue Apr 17 00:00:22 2001] [notice] child pid 29379 exit signal Segmentation fault (11) /home/torben/public_html/phptest/__phplist.html(23) : Fatal error - Could not initalize hyperwave connection FATAL: emalloc(): Unable to allocate 1515870798 bytes

[PHP-DEV] Bug #10447: ccvs_*() functions segfault when given invalid session ID

2001-04-22 Thread torben
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 7.0 PHP version: 4.0 Latest CVS (22/04/2001) PHP Bug Type: CCVS related Bug description: ccvs_*() functions segfault when given invalid session ID The ccvs functions segfault when given an invalid session ID. This wor

[PHP-DEV] Bug #10447 Updated: ccvs_*() functions segfault when given invalid session ID

2001-04-22 Thread torben
ID: 10447 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Analyzed Bug Type: CCVS related PHP Version: 4.0 Latest CVS (22/04/2001) Assigned To: Comments: No, he didn't. :) The problem itself is that session IDs are completely exposed (i.e. not resource- or

[PHP-DEV] Bug #10466 Updated: hidden '.' files don't work with file_exists()

2001-04-23 Thread torben
ID: 10466 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Filesystem function related PHP Version: 4.0.4pl1 Assigned To: Comments: Usually we like to have more information than 'doesn't work'. :) But for the moment, what happens if

[PHP-DEV] Bug #10468 Updated: PHPChat does not work with PHP 4.x

2001-04-23 Thread torben
ID: 10468 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function PHP Version: 4.0.4pl1 Assigned To: Comments: No offense, but that would be a bug in the script and not PHP. There is a possibility that the problem is caused by a bug in

[PHP-DEV] Bug #10468 Updated: PHPChat does not work with PHP 4.x

2001-04-23 Thread torben
ID: 10468 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function PHP Version: 4.0.4pl1 Assigned To: Comments: Your feeling is correct--while PHP 4 is downwardly compatible with PHP 3 in most respects, there are differences. There is a migration

[PHP-DEV] Bug #10678 Updated: distinction between false and "0" (string)

2001-05-04 Thread torben
ID: 10678 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues PHP Version: 4.0.4pl1 Assigned To: Comments: This has been discussed several times on the mailing lists; check the archives at http://marc.theaimsgroup.com. The answer is in

[PHP-DEV] Bug #10913: hw_who() returns incorrect data & prints extraneous string (patch incl.)

2001-05-16 Thread torben
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14/Mandrake 7 PHP version: 4.0 Latest CVS (2001-05-16) PHP Bug Type: Hyperwave related Bug description: hw_who() returns incorrect data & prints extraneous string (patch incl.) Just found this with hw_who(): the returned a

[PHP-DEV] Bug #10914: --with-ccvs[=DIR] breaks configure if DIR not given (patch incl.)

2001-05-16 Thread torben
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14/Mandrake 7 PHP version: 4.0 Latest CVS (2001-05-16) PHP Bug Type: Compile Failure Bug description: --with-ccvs[=DIR] breaks configure if DIR not given (patch incl.) The CCVS config.m4 doesn't search for the CCVS installa

[PHP-DEV] Bug #10913 Updated: hw_who() returns incorrect data & prints extraneous string (patch incl.)

2001-05-16 Thread torben
ID: 10913 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Hyperwave related Operating system: PHP Version: 4.0 Latest CVS (2001-05-16) Assigned To: Comments: Just a minor change to the patch: s/#if 0/#ifdef HW_DEBUG/. :) Previous Comments

[PHP-DEV] Bug #7634 Updated: mysql_pconnect() + lock tables can hang server

2001-11-20 Thread torben
ID: 7634 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: MySQL related Operating System: Mandrake 7.0 PHP Version: 4.0 Latest CVS (03/11/2000) New Comment: Nope, still happens. This is on Debian woody, PHP 4.1.0RC3 (haven't tried on the

[PHP-DEV] Bug #14164 Updated: variables set in remotely include()d file are lost upon return

2001-11-21 Thread torben
ID: 14164 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.5 New Comment: Change your included file extensions from .php to something which the remote server won't parse, so that you're inc

[PHP-DEV] Bug #7634 Updated: mysql_pconnect() + lock tables can hang server

2001-11-20 Thread torben
ID: 7634 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Old Bug Type: MySQL related Bug Type: Documentation problem Operating System: Mandrake 7.0 PHP Version: 4.0 Latest CVS (03/11/2000) New Comment: Closed as a Doc problem; added a warning in CVS about the

[PHP-DEV] Bug #14287 Updated: array_diff takes string as second argument

2001-11-29 Thread torben
ID: 14287 Updated by: torben Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Scripting Engine problem Operating System: W2K PHP Version: 4.0.6 New Comment: Changing this to 'bogus': > However, for the above case imho there should either be a > compi

[PHP-DEV] Bug #14305 Updated: type-o on web site

2001-12-06 Thread torben
ID: 14305 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: Win2k PHP Version: 4.1.0 New Comment: To the original submitter: While help is very much appreciated, I'm quite certain that few people like to be attacked fo

Re: [PHP-DEV] RE: PHP 4.0 Bug #9064 Updated: Functions inside functions cause errors if the outer function is called twice.

2001-02-02 Thread Lars Torben Wilson
t; } > > > > test(); > > test(); > > test(); > > > > ?> > > > > -- > > - > > > > > > Full Bug description available at: http://bugs.php.net/?id=9064 > > >

RE: [PHP-DEV] RE: PHP 4.0 Bug #9064 Updated: Functions inside functions cause errors if the outer function is called twice.

2001-02-02 Thread Lars Torben Wilson
Sam Liddicott writes: > > > > -Original Message- > > From: Lars Torben Wilson [mailto:[EMAIL PROTECTED]] > > Sent: Friday, February 02, 2001 09:49 > > To: Christopher Kings-Lynne > > Cc: Bug Database > > Subject: Re: [PHP-DEV] RE: P

Re: [PHP-DEV] why doesn't list() handle associative arrays?

2001-02-06 Thread Lars Torben Wilson
rent(each($a)); Given that numeric indices doen't necessarily indicate element positions, I don't see why that your request wouldn't be reasonable. -- +----+ |Torben Wilson <[EMAIL PROTECTED]>

Re: [PHP-DEV] Re: PHP 4.0 Bug #9387 Updated: Doc String Quoting Problem

2001-02-22 Thread Lars Torben Wilson
er or underscore. > Thanks, > > Jeff > - Original Message - > From: "Bug Database" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, February 21, 2001 4:38 PM > Subject: PHP 4.0 Bug #9387 Updated: Doc String

[PHP-DEV] tsrm_error undefined...anybody have a quick answer or should i call it a bug report?

2001-03-01 Thread Lars Torben Wilson
eport? Thanks, Torben -- +----+ |Torben Wilson <[EMAIL PROTECTED]>Adcore Finland| |http://www.coastnet.com/~torbenhttp://www.adcore.com| |Ph: 1.604.709.0506 [EMAI

Re: [PHP-DEV] where is the source is nl2br()?

2001-03-02 Thread Lars Torben Wilson
rd/string.c in the PHP 4 source, but it already is XHTML compliant: ~/work/php4 shanna% php -q -a Interactive mode enabled a test ?> ~/work/php4 shanna% php -v 4.0.5-dev Cheers, Torben -- +----+ |Torben Wilson &

Re: [PHP-DEV] where is the source is nl2br()?

2001-03-02 Thread Lars Torben Wilson
Lars Torben Wilson writes: > Lucas Rockwell writes: > > hi, > > > > i know the subject of changing the source code for the community at large > > is a touchy one, so i want to start off by saying that i want to make this > > change for our php implementation

Re: [PHP-DEV] manual?

2001-03-09 Thread Lars Torben Wilson
Problem'. And of course if you're interested you can always grab the XML out of CVS and dive in--if you want to do that, check out http://www.php.net/cvs-php.php and/or just grab the stuff, generate some udiffs and post'em. Someone'll review and commit for you, I'm s

Re: [PHP-DEV] manual?

2001-03-09 Thread Lars Torben Wilson
use--and a link from the uODBC manual section wouldn't be at all misplaced, since they are tools that can help the user get up and running with ODBC. > ODBC is not like XML and if you make some mistakes, I hope I have the > time to correct you. Andrew's a pretty smart guy. > -

Re: [PHP-DEV] PHP 4.0 Bug #8935 Updated: A reference to 'this' cannot be used in the constructor method for a class.

2001-03-11 Thread Lars Torben Wilson
x27;t be touched (I tend to agree with Stas on this one): Just wondering...and this is just an addled early-morning thought...what would be the downside of have a very simple Open/Closed flag field for each report, along with a status modifier field of Duplicate, Analyzed, Bogus, etc. -- +--

Re: [PHP-DEV] PHP 4.0 Bug #8935 Updated: A reference to 'this' cannot be used in the constructor method for a class.

2001-03-11 Thread Lars Torben Wilson
Jani Taskinen writes: > On Sun, 11 Mar 2001, Lars Torben Wilson wrote: > > >Now, it's Sunday morning, I just crawled out of my nice warm bed, and > >I haven't finished my first cup of bad coffee yet--but if > > Have that cup of coffee first.. :) > > &

Re: [PHP-DEV] feature request

2001-03-19 Thread Lars Torben Wilson
* been put into this issue--the effect on the whole language needs to be considered, not just isset(). Just IMHO, of course. -- +--------+ |Torben Wilson <[EMAIL PROTECTED]>Adcore Finland| |h

Re: [PHP-DEV] feature request

2001-03-19 Thread Lars Torben Wilson
implementation but its semantics. > > Zeev If it can be changed like that and be safe and consistent then that's great. If it makes people's lives better without confusion then that's perfect. Just as long as it's been considered then I'm happy. > At 23:21 19

[PHP-DEV] Patch for Bug #7488 (pass-by-ref deprecated yet necessary)

2001-03-28 Thread Lars Torben Wilson
OURCE(result, odbc_result *, pv_res, -1, "ODBC result", le_result); -- +----+ |Torben Wilson <[EMAIL PROTECTED]> Adcore Finland| |http://www.coastnet.com/~torben

[PHP-DEV] Question about socket ext. file descriptors

2001-03-28 Thread Lars Torben Wilson
to be behaviour that can be relied upon? Thanks, Torben -- +----+ |Torben Wilson <[EMAIL PROTECTED]>Adcore Finland| |http://www.coastnet.com/~torbenhttp://www.adcore.com| |Ph: 1.6

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-19 Thread Lars Torben Wilson
Vlad Krupin writes: > Lars Torben Wilson wrote: > >Perhaps I have not explained my position. I don't care whether it > >outputs the exit status as a string--as long as it sets the error code > >appropriately *as well*. By appropriately, I mean that 'exit("b

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-19 Thread Lars Torben Wilson
values > into a storage space designed for a single value (a string) is bad > :( In the case you gave, the only difference the user would notice would be that the exit status of the script would be 123 instead of 0. It would still print out the '123, 456 servers are unavailable&#

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-19 Thread Lars Torben Wilson
rom 'echo chr(65);' and 'echo chr("65");', right? Why should exit be any different? > On Wed, Dec 19, 2001 at 03:33:15PM -0800, Lars Torben Wilson wrote : > > Vlad Krupin writes: > > > Please, understand me correctly - I have nothing against exi

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-19 Thread Lars Torben Wilson
Markus Fischer writes: > Implictely is more error prone. How so? Can you give an example? > On Wed, Dec 19, 2001 at 04:12:02PM -0800, Lars Torben Wilson wrote : > > Markus Fischer writes: > > > Why not just check the type of the parameter? No conversion > >

Re: [PHP-DEV] Question: Should exit() print out the integer exit-status?

2001-12-20 Thread Lars Torben Wilson
ndamental bit of functionality which is something of a bother to work around. Not a major bother, but enough. My point is this: we don't break, lose, or complicate anything with this patch, and it makes the language more consistent and generally usable. Just my $0.02 for the night. Torb

  1   2   >