[PHP-DEV] PHP 4.0 Bug #9315: Weird array behavior

2001-02-17 Thread jeroen
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Arrays related Bug description: Weird array behavior Php only finds the last row of the second file to be excisting in the array; even if all the rows are the same. // Open file with 2

[PHP-DEV] Re: Integer casts broken or...?

2001-05-16 Thread Jeroen
the best-of-worse-things to do if you don't want to possible return errors on casting to int. Greetz, Jeroen On Wed, 16 May 2001, Brian Moon wrote: Making (int) recognize Hex values is a bad idea to me. It could potentially break current code. Brian Moon

[PHP-DEV] Seperating bugs out of here

2001-05-16 Thread Jeroen
Hi, Just an idea... what about getting those bug#43285432432 added notices to another (new) mailinglist? Just like the cvs's, they are not always interesting for everyone. I estimate the bug-traffic makes about 70% of this ML, IMO too much. php.bugs sounds great. Greetz, Jeroen NB: i'm not sure

[PHP-DEV] Some more 'Bug or features'

2001-05-18 Thread Jeroen
want to keep. That's it for now... Greetz, Jeroen -- 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 #10633 Updated: settype(.., double) not work as expected(or documented)

2001-05-19 Thread jeroen
ID: 10633 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Old-Bug Type: *Programming Data Structures Bug Type: Documentation problem Operating system: PHP Version: 4.0.4 Assigned To: Comments: Correct behaviour. Documentation could be better indeed. I'm working

[PHP-DEV] Bug #10264 Updated: strange associative array behaviour

2001-05-19 Thread jeroen
ID: 10264 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Arrays related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: I.M.O. negative integer indices are not supported. It is just a side-effect of the implementation that it works. I haven't seen

[PHP-DEV] Bug #10611 Updated: Unrecognized functions

2001-05-19 Thread jeroen
ID: 10611 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Documentation will be updated. Previous Comments

[PHP-DEV] Bug #6248 Updated: parent:: is undocumented

2001-05-19 Thread jeroen
ID: 6248 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0 Latest CVS (18/08/2000) Assigned To: Comments: This one is 'fixed' now, so I'll close this one. A lot of zend-features are now

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

2001-05-19 Thread jeroen
ID: 10437 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Strings related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Strange indeed. There are explicit casts (either to double or to int) and implicit casts. You can view

[PHP-DEV] Bug #3074 Updated: allow: foreach ($array as $key = $val) in zend (byref)

2001-05-19 Thread jeroen
ID: 3074 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0 Latest CVS (31/12/1999) Assigned To: Comments: Just a reminder... seems to be forgotten again :) Come on... this can't be that hard

[PHP-DEV] Bug #3074 Updated: allow: foreach ($array as $key = $val) in zend (byref)

2001-05-19 Thread jeroen
ID: 3074 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0 Latest CVS (31/12/1999) Assigned To: Comments: From line 117 of zend_operators.c it says: If the string is nor an exact double, nor an exact long, do

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

2001-05-19 Thread jeroen
ID: 10437 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Strings related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: From line 117 of zend_operators.c it says: If the string is nor an exact double, nor an exact long, do strtol

Re: [PHP-DEV] Bug #6248 Updated: parent:: is undocumented

2001-05-19 Thread jeroen
He did close some bugs before they were fixed. True, but they are NOW really fixed. Others already pointed me at that. Again: I'm sorry, I won't do it anymore, etc etc The choice of words also got in my eye: being :) But I wasn't referring to this particular bug! --Jani Jeroen -- PHP

[PHP-DEV] language specification project

2001-05-20 Thread jeroen
wants. Myself included) WITH notes where zend does something strange. - extensive discussion on phpdev - zend adapted - spec published along with new version of PHP/zend Greetz, Jeroen van Wolffelaar [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

[PHP-DEV] language specification project

2001-05-20 Thread jeroen
wants. Myself included) WITH notes where zend does something strange. - extensive discussion on phpdev - zend adapted - spec published along with new version of PHP/zend Greetz, Jeroen van Wolffelaar [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

[PHP-DEV] Bug #7387 Updated: weird problems with unquoted array subscripts

2001-05-20 Thread jeroen
ID: 7387 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Documentation problem Operating system: PHP Version: 4 (any) Assigned To: jeroen Comments: I am currently writing the section 'why is $foo[bar] bad' in the arrays section. It will adress this problem, so

Re: [PHP-DEV] Bug #7387 Updated: weird problems with unquoted array subscripts

2001-05-20 Thread jeroen
, and you would still have had the 'problem' of having done work for nothing. But in that case, I could have said: sorry, I didn't know, while in this case, I did my best to inform you as early as possible. Greetz, Jeroen James Moore [EMAIL PROTECTED] wrote in message 01c0e168$adda7f00

Re: [PHP-DEV] language specification project

2001-05-20 Thread jeroen
ifficult. But I can't just write a wish-documentation, as it would document a version of PHP that is not yet existent... regards, Derick Rethans Greetz, Jeroen -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: [PHP-DEV] Bug #7387 Updated: weird problems with unquoted array subscripts

2001-05-20 Thread jeroen
hat case, I could have said: sorry, I didn't know, while in this case, I did my best to inform you as early as possible. Greetz, Jeroen James Moore [EMAIL PROTECTED] wrote in message 01c0e168$adda7f00$010a@zeus">news:01c0e168$adda7f00$010a@zeus... ID:

[PHP-DEV] Bug #3284 Updated: Add syntax extension to allow htmlspecialchars($foo) inside quoted strings

2001-05-20 Thread jeroen
ID: 3284 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: 4.0 Assigned To: Comments: This looks cool... I vote for it! The syntax causes no broken things or whatever: currently, these syntaxes cause either parse

Re: [PHP-DEV] language specification project

2001-05-21 Thread jeroen
of course a bit. Greetz Jeroen -- 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 #7387 Updated: weird problems with unquoted array subscripts

2001-05-22 Thread jeroen
ID: 7387 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4 (any) Assigned To: jeroen Comments: Included big warning in manual about this. Previous Comments

[PHP-DEV] Bug #11072: Website problem: searching for @ in docs fails

2001-05-23 Thread jeroen
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.5 PHP Bug Type: Documentation problem Bug description: Website problem: searching for @ in docs fails If I search for '@' in the 'whole documentation', I get no matches. -- Edit Bug report at:

[PHP-DEV] Bug #11072 Updated: Website problem: searching for @ in docs fails

2001-05-23 Thread jeroen
ID: 11072 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Documentation problem Operating system: PHP Version: - Assigned To: Comments: Feedback Previous Comments: --- [2001

[PHP-DEV] Bug #11516: multipart/form-data doesn't accept a NULL character

2001-06-18 Thread jeroen
in advance Jeroen -- Edit Bug report at: http://bugs.php.net/?id=11516edit=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 administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] About ext/sockets/

2001-06-24 Thread jeroen
: let the old function names behave - for now - as before, but let the new ones behave the new way. I.e.: do NOT let the new names be aliases for the old ones. This way you won't break current scripts, while the new API is still compliant to the current PHP-conventions. Greetz, Jeroen -- PHP

Re: [PHP-DEV] About ext/sockets/

2001-06-24 Thread jeroen
you should target php at C-ppl. Greetz, Jeroen -- 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]

Re: [PHP-DEV] Bug #11619 Updated: Socket function examples scripts aren't working with latest CVS

2001-06-24 Thread jeroen
Assigned the documentation to person who is to thank for this better API. I'm not sure whether he's happy with that, taking in mind that documention is often seen as a necessary evil ;) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP-DEV] Bug #11645 Updated: tempnam( ) does not use TMP environment variable

2001-06-24 Thread jeroen
to phpdoc@, so the phpdoc ppl don't need to follow phpdev. Jeroen -- 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 #11650 Updated: Test Doc Bug

2001-06-25 Thread jeroen
ID: 11650 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Documentation problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: This is about what I wanted, though I didn't know it myself yet :) Bogusfied this one. Previous Comments

[PHP-DEV] Bug #11658 Updated: Getting values by reference don't work

2001-06-26 Thread jeroen
ID: 11658 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: COM related Operating system: PHP Version: 4.0.6 Assigned To: Comments: Was submitted twice. Dup. of 11660 Previous Comments

[PHP-DEV] Bug #11685 Updated: Bad Auto-Cast

2001-06-26 Thread jeroen
ID: 11685 Updated by: jeroen Reported By: Hot Soon[EMAIL PROTECTED] Old-Status: Bogus Status: Analyzed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.6 Assigned To: jeroen Comments: Indeed, +, -, and * 'autocasting' doesn't work in negative direction, only positive

[PHP-DEV] Bug #9938 Updated: Incorrect documentation in Spanish Session handler fuctions

2001-06-28 Thread jeroen
ID: 9938 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Suspended Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: I don't speak Spanish at all, but I'll revert the Spanish documentation for sessions when CVS is back up

Re: [PHP-DEV] What does this error mean?

2001-06-29 Thread jeroen
[EMAIL PROTECTED] or news://news.php.net/php.general Anyway, you don't have permission to write the file... type man chmod in your shell. Jeroen - Original Message - From: Jimi Malcolm [EMAIL PROTECTED] Newsgroups: php.dev Sent: Thursday, June 28, 2001 9:15 PM Subject: [PHP-DEV] What

[PHP-DEV] Bug #11874 Updated: script way of inline'ing PHP has quite strict syntax

2001-07-04 Thread jeroen
ID: 11874 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Old-Bug Type: Scripting Engine problem Bug Type: Documentation problem Operating system: PHP Version: Any Assigned To: Comments: The script way of inline-ing php only works with script language=php

[PHP-DEV] Bug #9549 Updated: Add Note problem

2001-07-04 Thread jeroen
ID: 9549 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Documentation problem Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This is not a PHP-bug, but a website bug. Send to [EMAIL PROTECTED] if still valid. Previous Comments

[PHP-DEV] Bug #11937 Updated: Bug in array handling

2001-07-07 Thread jeroen
ID: 11937 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Assigned Bug Type: Unknown/Other Function Operating System: Windows 98 PHP Version: 4.0.5 Old Assigned To: Assigned To: jeroen New Comment: Should be more clear in the docs. It is only implicitely

[PHP-DEV] Bug interface

2001-07-07 Thread jeroen
- The dev-mails now link to the user modify, not the dev modify. - There are two assign-to fields. - It doesn't remember my loginpass anymore (could be my problem though) Greetz, Jeroen -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-DEV] Bug #11948: Test: bug text not in dev mail?

2001-07-07 Thread jeroen
From: [EMAIL PROTECTED] Operating system: http PHP version: 4.0.6 PHP Bug Type: unknown Bug description: Test: bug text not in dev mail? -- Edit bug report at: http://bugs.php.net/?id=11948edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

[PHP-DEV] Bug #11948 Updated: Test: bug text not in dev mail?

2001-07-07 Thread jeroen
one should be selected by default? Or also a 'please select'? Jeroen ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=11948edit=1 -- PHP Development Mailing List

[PHP-DEV] Bug #11948 Updated: Test: bug text not in dev mail?

2001-07-07 Thread jeroen
ID: 11948 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Status: Bogus Bug Type: unknown Operating System: http PHP Version: 4.0.6 Assigned To: New Comment: The user-password field has no . Bogusfying, since no php-bug. Previous Comments

[PHP-DEV] Bug #11949 Updated: Failed to write session ..... open(/tmp..) failed.

2001-07-07 Thread jeroen
ID: 11949 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Any Operating System: Windows 98 SE PHP Version: 4.0.6 Assigned To: New Comment: open(/tmp\sess_5b9c005c594b13dd0c7a54e9c84721ca it has both a slash and a backslash, check your php.ini

[PHP-DEV] Bug #11962 Updated: eval() doesn't handle multi-dimentional arrays.

2001-07-09 Thread jeroen
ID: 11962 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Summary: eval() doesn't handle multi-dimentional arrays. Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: Your string equals 'echo $GLOBALS[page

[PHP-DEV] Bug #10026 Updated: For loop always execute

2001-07-09 Thread jeroen
ID: 10026 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: RH Linux 6.1 PHP Version: 4.0.4pl1 New Comment: Please cut the background-color lines etc, and any line until it won't reproduce the bug. Then submit

[PHP-DEV] Bug #10026 Updated: For loop always execute

2001-07-09 Thread jeroen
ID: 10026 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Operating System: RH Linux 6.1 PHP Version: 4.0.4pl1 New Comment: Please cut the background-color lines etc, and any line until it won't reproduce the bug. Then submit it again

[PHP-DEV] Bug #9453 Updated: Reference issue

2001-07-09 Thread jeroen
ID: 9453 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Windows 2000 PHP Version: 4.0.4pl1 New Comment: This is expected behaviour. You *need* the $a = func(), a mere function func() definition

[PHP-DEV] Bug #9420 Updated: url created arrays and isset

2001-07-09 Thread jeroen
ID: 9420 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Redhat Linux 6.1 PHP Version: 4.0.4pl1 New Comment: Very nasty, but not a bug :) This proves why $string[offset] should be deprecated... took me 10

[PHP-DEV] Bug #8413 Updated: connection_status() returns 0 on timeout

2001-07-09 Thread jeroen
ID: 8413 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: linux PHP Version: 4.0.4 New Comment: closing We should really nuke phpdoc/features/connection_handling, or rewrite it... Previous Comments

[PHP-DEV] Bug #8413 Updated: connection_status() returns 0 on timeout

2001-07-09 Thread jeroen
ID: 8413 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Operating System: linux PHP Version: 4.0.4 New Comment: closing We should really nuke phpdoc/features/connection_handling, or rewrite it... Previous Comments

[PHP-DEV] Bug #10639 Updated: include() require()

2001-07-09 Thread jeroen
ID: 10639 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: AIX 4.3.3 PHP Version: 4.0.4pl1 New Comment: Could you submit the results when test.inc: - is chmod a-r - is chmod a+r ? Apparently PHP crashes trying to open

[PHP-DEV] Bug #10967 Updated: $x .= someFunction();

2001-07-09 Thread jeroen
ID: 10967 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: win2k PHP Version: 4.0.5 New Comment: This is nonsense, what do you expect of $x .= somefunction()? that the second part of $x gets referenced

[PHP-DEV] Bug #10721 Updated: odd output in create_function()

2001-07-09 Thread jeroen
ID: 10721 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Scripting Engine problem Operating System: GNU/Linux PHP Version: 4.0.6 Old Assigned To: Assigned To: jeroen New Comment: Fixed the patch, only waiting for it to get committed. Previous

[PHP-DEV] Bug #11989 Updated: PHP Won't work on XP

2001-07-09 Thread jeroen
ID: 11989 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Summary: PHP Won't work on XP Old Status: Feedback Status: Bogus Bug Type: Unknown/Other Function Operating System: Microsoft Windows XP Professiona PHP Version: 4.0.6 New Comment: First try news://news.php.net/php.install

[PHP-DEV] Bug #11918 Updated: Serialization?

2001-07-09 Thread jeroen
ID: 11918 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Summary: d'oh Status: Open Bug Type: Scripting Engine problem Operating System: win2k PHP Version: 4.0.6 New Comment: Could be serialization problem. Try to hard code the serialized value in your script, and compare that to your

[PHP-DEV] Bug #10639 Updated: include() require()

2001-07-10 Thread jeroen
ID: 10639 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: AIX 4.3.3 PHP Version: 4.0.4pl1 New Comment: Stephan emailed me: The problem is solved in Version 4.0.5 compiled with GCC. So closing Previous

[PHP-DEV] Bug #12012 Updated: dec2bin and bin2dec

2001-07-10 Thread jeroen
ID: 12012 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0.6 New Comment: Take a look at http://www.php.net/bindec and http://www.php.net/decbin They already exist... Previous

[PHP-DEV] Bug #12012 Updated: dec2bin and bin2dec

2001-07-10 Thread jeroen
ID: 12012 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0.6 New Comment: Hm, I now see that bindec('10101010001') is the syntax, and not a few bytes or something. That is not (yet

[PHP-DEV] Bug #12008 Updated: mysql_fetch_* inconsistent with MySQL C API

2001-07-10 Thread jeroen
ID: 12008 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: About not using NULL values: It is not efficient to use PHP, use C, or even better: assembler if you want the most efficient

[PHP-DEV] Bug #12026 Updated: mail() is not supported in this PHP build

2001-07-10 Thread jeroen
ID: 12026 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Mail related Operating System: PHP Version: 4.0.6 New Comment: Duplicate of 12024. Submitted twice. Previous Comments

[PHP-DEV] Bug #12027 Updated: ODBC32.DLL

2001-07-10 Thread jeroen
ID: 12027 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Dynamic loading Operating System: win98 PHP Version: 4.0.6 New Comment: For help on installing etc, go to http://www.php.net/support.php, and check out the mailing lists / news groups. Previous

[PHP-DEV] Bug #12048 Updated: Can't have a subdir called PHP in HTDOCS

2001-07-11 Thread jeroen
ID: 12048 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Summary: Can't have a subdir called PHP in HTDOCS Old Status: Open Status: Bogus Bug Type: Apache related Operating System: Win2000 PHP Version: 4.0.6 New Comment: apache configuration problem. You have aliased the /php

[PHP-DEV] Bug #12050 Updated: strtr strange results

2001-07-11 Thread jeroen
ID: 12050 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Operating System: Win2K, WinNT 4 PHP Version: 4.0.6 New Comment: You're looking for str_replace, strtr is something really different. Previous Comments

[PHP-DEV] Bug #12072 Updated: Maybe a memory leak or something.

2001-07-11 Thread jeroen
ID: 12072 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: SunOS 5.7 sun4u sparc UltraE10k PHP Version: 4.0.6 New Comment: Please submit only once... Dups 12068 Previous Comments

[PHP-DEV] Re: want to be dev

2001-07-05 Thread jeroen
://marc.theaimsgroup.com/?l=phpdocm=99355308502817w=2 , on how to read the README's. I'm sure one of the documenation team members will help you get started by creating your language directory. But nothing stops you from starting, simply submit a translated xml file to [EMAIL PROTECTED] . Greetz, Jeroen

[PHP-DEV] Documenation bugs

2001-06-25 Thread jeroen
Hm, it now seems dat documenation bugs ONLY go to phpdoc, and NOT to php-dev anymore (see#11650). And the update went ONLY to php-dev... I don't know whether this is just coincidence, or it is broken now... Greetz, Jeroen

[PHP-DEV] Bug #12011 Updated: Safe_mode poor documentation

2001-07-10 Thread jeroen
ID: 12011 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 Old Assigned To: Assigned To: jeroen New Comment: RTFM :) Well, you'll need to wait for www.php.net to get updated, but when

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

2001-07-10 Thread jeroen
ID: 4294 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Documentation problem Operating System: AIX 4.3 / Solaris 2.6 PHP Version: 4.0 Release Candidate 1 New Comment: This is a side-effect of the way zend handles things: almost everything is treated as a kind

[PHP-DEV] Bug #7888 Updated: decrement syntax should be -- instead of -

2001-07-10 Thread jeroen
ID: 7888 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Documentation problem Operating System: NT win98 using apache (phptria PHP Version: 4.0.2 Assigned To: hholzgra New Comment: Resurfacing... I also once saw something like being rendered strangely in PDF

[PHP-DEV] Bug #12493 Updated: Class bug..

2001-07-31 Thread jeroen
ID: 12493 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Class/Object related Operating System: Win2k PHP Version: 4.0.6 New Comment: Not a bug. a() is the constructor function of class A (remember that function names are case-insensitive). See

[PHP-DEV] Bug #12521 Updated: chop(), trim() enhancements

2001-08-01 Thread jeroen
ID: 12521 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Feature/Change Request Operating System: Linux RH 7.1 PHP Version: 4.0.4pl1 Old Assigned To: Assigned To: jeroen New Comment: Good idea. The second parameter should IMO be a string containing

[PHP-DEV] Bug #12505 Updated: array_sum function total calculate error

2001-08-01 Thread jeroen
ID: 12505 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Assigned Bug Type: Arrays related Operating System: Red Hat Linux 6.1 PHP Version: latest CVS (08/01/01) Old Assigned To: Assigned To: jeroen New Comment: Hm, same problem as the other overflow-things

[PHP-DEV] Bug #12485 Updated: Exec() doesn't work

2001-08-01 Thread jeroen
ID: 12485 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Program Execution Operating System: windows 2000 PHP Version: 4.0.6 New Comment: User comment (gebruik aub het web-formulier): - Yes sorry for not mentioning it before

[PHP-DEV] Bug #12554 Updated: switch() bug

2001-08-03 Thread jeroen
ID: 12554 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: Feature/Change Request Operating System: linux PHP Version: 4.0.6 New Comment: Ignore my comments, I misread it. Sorry Previous Comments

[PHP-DEV] Bug #12521 Updated: chop(), trim() enhancements

2001-08-03 Thread jeroen
ID: 12521 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Feature/Change Request Operating System: Linux RH 7.1 PHP Version: 4.0.4pl1 Assigned To: jeroen New Comment: In CVS, will probably be in PHP 4.0.7 It uses the addclashes way of specifying

[PHP-DEV] Bug #12554 Updated: switch() bug

2001-08-03 Thread jeroen
ID: 12554 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: linux PHP Version: 4.0.6 New Comment: error_reporting has been set to E_ALL in your config. Set to E_ALL ~E_NOTICE to prevent this warning

[PHP-DEV] Coding standard: API functions

2001-08-04 Thread jeroen
Hi, Some PHPAPI function demand a char* and int when they want a string, others a zval which is expected to be IS_STRING. Which one is preferred? Jeroen -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] RFC: mt_* functions

2001-08-04 Thread jeroen
one) For backwards compatibility, mt_* can be aliased to their normal equivalents. Greetz, Jeroen (*) as far as you can speak of functionality in this context -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] Bug #12567: file_exists('') === NULL

2001-08-04 Thread jeroen
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: file_exists('') === NULL file_exists('') === NULL -- Edit bug report at: http://bugs.php.net/?id=12567edit=1 -- PHP Development Mailing List

[PHP-DEV] Bug #12566 Updated: Cascaded ternaries evaluate incorrectly

2001-08-04 Thread jeroen
ID: 12566 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Programming Data Structures Operating System: Linux PHP Version: 4.0.6 New Comment: Confirmed in latest CVS: --- echo TRUE ? 'one' : TRUE ? 'two' : 'unknown'; = two --- echo TRUE ? 'one' : FALSE ? 'two

[PHP-DEV] Bug #12566 Updated: Cascaded ternaries evaluate incorrectly

2001-08-04 Thread jeroen
ID: 12566 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Programming Data Structures Operating System: Linux PHP Version: 4.0.6 New Comment: [EMAIL PROTECTED]: It's not a bug, but a feature. :) PHP has the inverse associativity of ?: compared to C (and every

[PHP-DEV] Bug #12596 Updated: Definition of array using constants in array doesn't work

2001-08-06 Thread jeroen
ID: 12596 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Class/Object related Operating System: Linux PHP Version: 4.0.5 New Comment: This isn't supposed to work (class-var initing is not allowed for non-scalar (for example array) values

[PHP-DEV] Bug #12360 Updated: fsockopen timeout doesn't work

2001-08-06 Thread jeroen
ID: 12360 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Sockets related Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: [EMAIL PROTECTED]: I have not looked into this a lot so I might be mistaken, but it seems that the problem is that fcntl.h

[PHP-DEV] Bug #10715 Updated: -0 Returns true as an integer

2001-08-06 Thread jeroen
ID: 10715 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Math related Operating System: Debian GNU/Linux PHP Version: 4.0.5 New Comment: -0 is just a strange way of writing 0 Previous Comments

[PHP-DEV] Bug #12155 Updated: modulus %

2001-08-06 Thread jeroen
ID: 12155 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Status: Bogus Bug Type: Math related Operating System: linux 2.4.3 PHP Version: 4.0.5 New Comment: float % int could lead to rounding difficulties, which is not a bug. Previous Comments

[PHP-DEV] Bug #12612 Updated: unsigned integer problem

2001-08-07 Thread jeroen
ID: 12612 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 2000 Server SP1 5.0.2195 PHP Version: 4.0.4pl1 New Comment: PHP 4 handles number-constants smartly. I.e., when a number is out of range of integers

[PHP-DEV] Bug #12612 Updated: unsigned integer problem

2001-08-07 Thread jeroen
ID: 12612 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Scripting Engine problem Operating System: Windows 2000 Server SP1 5.0.2195 PHP Version: 4.0.4pl1 New Comment: I wan't really clear on this one: PHP _does not support unsigned ints_

[PHP-DEV] Bug #12612 Updated: unsigned integer problem

2001-08-07 Thread jeroen
ID: 12612 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Scripting Engine problem Operating System: Windows 2000 Server SP1 5.0.2195 PHP Version: 4.0.4pl1 Old Assigned To: Assigned To: jeroen New Comment: From http://www.docs.intranet.giga/php

[PHP-DEV] Bug #12612 Updated: unsigned integer problem

2001-08-07 Thread jeroen
ID: 12612 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Operating System: Windows 2000 Server SP1 5.0.2195 PHP Version: 4.0.4pl1 Assigned To: jeroen New Comment: This url will also work outside Jeroen's intranet ;-) http://www.php.net

[PHP-DEV] Bug #12626 Updated: string to int incorrect if string containts 0 characters

2001-08-07 Thread jeroen
ID: 12626 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Scripting Engine problem Operating System: win32 PHP Version: 4.0.6 New Comment: Reworded: str-int conversion isn't binary safe (strtol isn't...). A fix would make the commonly (implicitely

[PHP-DEV] Bug #12608 Updated: $REDIRECT_QUERY_STRING isn't parsed into $HTTP_GET_VARS

2001-08-07 Thread jeroen
ID: 12608 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Variables related Operating System: Debian potato GNU/Linux PHP Version: 4.0.5 New Comment: It is the responsibility of the 404-script to pass on the query string (as far as relevant

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

2001-08-07 Thread jeroen
ID: 12635 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Session related Operating System: ? PHP Version: 4.0.4 New Comment: URL's matching ^# should be left alone by the transparent session-id-adder, since they are internal to that page

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

2001-08-07 Thread jeroen
ID: 12635 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Open Bug Type: Session related Operating System: ? PHP Version: 4.0.4 Previous Comments: [2001-08-07 19:05:17] [EMAIL PROTECTED

[PHP-DEV] Bug #12665 Updated: mktime() is strange

2001-08-08 Thread jeroen
ID: 12665 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: Linux Windows PHP Version: 4.0.6 New Comment: 08 is octal, write 8. See section on integers (phpdoc / language / types / integers) Previous Comments

[PHP-DEV] Bug #12243 Updated: Large numbers not behaving as doubles

2001-08-08 Thread jeroen
ID: 12243 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: FreeBSD 4.1.1-STABLE PHP Version: 4.0.6 New Comment: So you say that var_dump(50) - int(2147483647) And not, as expected: float(50) PHP uses some system

[PHP-DEV] Bug #12245 Updated: gettype(true true) returns integer!

2001-08-08 Thread jeroen
ID: 12245 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Variables related Operating System: Solaris PHP Version: 4.0.6 New Comment: KISS example: var_dump(TRUE || TRUE) - int(1) var_dump(FALSE FALSE) - int(0) Patch awaiting to be committed

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

2001-08-09 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: It should, or am I wrong? the ?-part is of the page-part of it, and the # is for the section. Doesn't ? go BEFORE the # in HTTP-specs? Can

[PHP-DEV] Bug #12682 Updated: res://c:\windows\system\shdoclc.dll/dnserror.htm

2001-08-09 Thread jeroen
ID: 12682 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Any Operating System: windows ME PHP Version: 4.0.6 New Comment: Call your helpdesk! Previous Comments: [2001-08-09 18

[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

[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

[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

  1   2   3   4   >