[PHP-DEV] PHP 4.0 Bug #9198 Updated: ocassional session blackouts

2001-02-09 Thread cnewbill
ID: 9198 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Session related Assigned To: Comments: Can you include the [Session] section from your php.ini file? Previous Comments: --- [2001-02-09

[PHP-DEV] PHP 4.0 Bug #9466 Updated: Eval With return doesn't work

2001-02-26 Thread cnewbill
ID: 9466 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: It does work with a CVS snapshot. ?php $eval = "return 123;"; $e = eval("$eval"); var_dump($e); ? OUTPUT

[PHP-DEV] PHP 4.0 Bug #9471 Updated: Warning: $CS is not an object in /www/wwwx/index.phtml on line 25

2001-02-26 Thread cnewbill
ID: 9471 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: [USER NOTES via Email] I don't know why, our web site visabrc.com was working for years and problem occurred on last Saturday. No body changed any include

[PHP-DEV] PHP 4.0 Bug #9519 Updated: Incorrect output from date function

2001-03-02 Thread cnewbill
ID: 9519 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Bogus Status: Feedback Bug Type: Date/time related Assigned To: Comments: Jani, I believe he is refering to the fact the dates are wrong numerically not typographically. I get this same result too on PHP 4.0.4pl1

[PHP-DEV] PHP 4.0 Bug #9519 Updated: Incorrect output from date function

2001-03-02 Thread cnewbill
ID: 9519 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Bogus Bug Type: Date/time related Assigned To: Comments: My bad disregard...month...oops. Previous Comments: --- [2001-03-02 11:16

[PHP-DEV] PHP 4.0 Bug #9601 Updated: MySQL connects to wrong database

2001-03-07 Thread cnewbill
ID: 9601 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Assigned To: Comments: Couple stupid questions. 1) When you compiled PHP, did you just use --with-mysql instead of --with-mysql=/path/to/mysql? 2) Does the mysql command line tool connect

[PHP-DEV] PHP 4.0 Bug #9601 Updated: MySQL connects to wrong database

2001-03-07 Thread cnewbill
ID: 9601 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related Assigned To: Comments: Please use the bug system when replying. Thanx. Well it looks like you don't have the Grant Tables setup properly OR you didn't flush them after

[PHP-DEV] PHP 4.0 Bug #9601 Updated: MySQL connects to wrong database

2001-03-07 Thread cnewbill
ID: 9601 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Assigned To: Comments: USER NOTES FROM EMAIL: I just used --with-mysql AND ERROR 1045: Access denied for user: 'ceresdb@localhost' (Using password: YES) When executing the mysql

[PHP-DEV] PHP 4.0 Bug #9601 Updated: MySQL connects to wrong database

2001-03-07 Thread cnewbill
ID: 9601 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Feedback Bug Type: MySQL related Assigned To: Comments: Okay. Can anybody else comment on this? All the machines I use have newer versions of both MySQL and PHP. They also work for this situation

[PHP-DEV] PHP 4.0 Bug #9945 Updated: Support for UDB/DB2?

2001-03-22 Thread cnewbill
ID: 9945 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: Oops, forgot your other question. I could be wrong but I am positive it runs faster as an server module, as it doesn't need to be loaded into memory each time

[PHP-DEV] PHP 4.0 Bug #9973 Updated: See below

2001-03-25 Thread cnewbill
ID: 9973 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Scripting Engine problem Assigned To: Comments: This is browser-specific behavior. IE 5 will not send the other two, because they have no value and it would be inefficient to do so. Same

[PHP-DEV] PHP 4.0 Bug #10057 Updated: Multidimensional arrays passed to function using func_get_args

2001-03-29 Thread cnewbill
ID: 10057 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Unknown/Other Function Assigned To: Comments: Here's my quickie test. ?php function test() { var_dump(func_get_arg(0)); } $mya = array( array(1,2,3), array(3,4,5) ); test("$mya&quo

[PHP-DEV] PHP 4.0 Bug #10079 Updated: Header Function Within IF construct

2001-03-30 Thread cnewbill
ID: 10079 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Assigned To: Comments: Use the web interface, do not reply to these emails. I did not try it because i did not have the time. I just tried it and did not get

[PHP-DEV] PHP 4.0 Bug #10079 Updated: Header Function Within IF construct

2001-03-30 Thread cnewbill
ID: 10079 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: Open - Feedback That's rather annoying that the state is not saved, is anyone working on this? I know there is a new system coming

[PHP-DEV] PHP 4.0 Bug #5226 Updated: arrayfields reorganized when using array_pop

2001-04-03 Thread cnewbill
ID: 5226 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: Reclassifying as a feature request, regardless of whether it happens anytime soon. :) -Chris [EMAIL PROTECTED] adds

[PHP-DEV] PHP 4.0 Bug #5226 Updated: arrayfields reorganized when using array_pop

2001-04-03 Thread cnewbill
ID: 5226 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Analyzed Old-Bug Type: Scripting Engine problem Bug Type: Feature/Change Request Assigned To: Comments: oops, forgot feature request. -Chris Previous Comments

[PHP-DEV] PHP 4.0 Bug #10229 Updated: buffer error in fread

2001-04-07 Thread cnewbill
ID: 10229 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Filesystem function related Assigned To: Comments: Can't reproduce with CVS version. Try upgrading to the newest release 4.04pl1 or grab a CVS snapshot from http://snaps.php.net/ What

[PHP-DEV] PHP 4.0 Bug #10229 Updated: buffer error in fread

2001-04-07 Thread cnewbill
ID: 10229 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Filesystem function related Assigned To: Comments: I ran it through a couple hundred times and absolutely no PHP code whatsoever. The only problem I see here is $content is never cleaned

[PHP-DEV] PHP 4.0 Bug #10234 Updated: if (... != ...) does not work properly with strings

2001-04-08 Thread cnewbill
ID: 10234 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: For string comparison use !== for NOT and === for EQUALS. -Chris Previous Comments

[PHP-DEV] Bug #10298: Not receiving emails from PHP-DEV

2001-04-11 Thread cnewbill
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0 Latest CVS (11/04/2001) PHP Bug Type: *General Issues Bug description: Not receiving emails from PHP-DEV Just curious what's going on with PHP-DEV, haven't received an email in 24 hours. -Chris -- Edit Bug

[PHP-DEV] Bug #10311 Updated: parse error generated for comment

2001-04-12 Thread cnewbill
ID: 10311 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Scripting Engine problem PHP Version: 4.0.4pl1 Assigned To: Comments: This is expected behavior. Not a bug. The part of the expression that is causing the problem is ?. Try just having

[PHP-DEV] Bug #10350 Updated: OCIResult doesn't return time for an Oracle Date field

2001-04-16 Thread cnewbill
ID: 10350 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Bogus Status: Open Bug Type: Feature/Change Request PHP Version: 4.0.3pl1 Assigned To: Comments: Seeing how it's a feature request, I guess it can't be Bogus or can it? -Chris Previous Comments

[PHP-DEV] Bug #10444 Updated: parseurl

2001-04-22 Thread cnewbill
ID: 10444 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *URL Functions PHP Version: 4.0.4pl1 Assigned To: Comments: There are lots of reasons it could not parse the URL, and none of them are really bugs with PHP. If you don't care about

[PHP-DEV] Bug #10529 Updated: for() error

2001-04-27 Thread cnewbill
ID: 10529 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Unknown/Other Function PHP Version: 4.0.4pl1 Assigned To: Comments: I'm not even sure that is supposed to work like that. Guys? Why don't you use this instead? for ($i = ord('A'); $i

[PHP-DEV] Bug #10229 Updated: buffer error in fread

2001-04-27 Thread cnewbill
ID: 10229 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related PHP Version: 4.0.3pl1 Assigned To: Comments: I assume this is a dead issue. If not reopen. -Chris Previous Comments

[PHP-DEV] Bug #8671 Updated: Random Warning: Failed opening...

2001-04-27 Thread cnewbill
ID: 8671 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues PHP Version: 4.0.3pl1 Assigned To: Comments: It is advised to upgrade. It is also advised that you do not display warnings and errors on a production site. Append your

[PHP-DEV] Bug #10355 Updated: PHP-DEV Mailing list is flaky

2001-04-27 Thread cnewbill
ID: 10355 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues PHP Version: 4.0.4pl1 Assigned To: Comments: Closing since no one has interest. -Chris Previous Comments

[PHP-DEV] Bug #10571 Updated:

2001-04-30 Thread cnewbill
ID: 10571 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Other web server PHP Version: 4.0.4pl1 Assigned To: Comments: Not enough information. See http://www.php.net/bugs-dos-and-donts.php -Chris Previous Comments

[PHP-DEV] Bug #10698 Updated: nl2br produces br / instead of br

2001-05-06 Thread cnewbill
ID: 10698 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.5 Assigned To: Comments: This was changed quite a while ago to be XHTML (strict) compliant. Not a PHP bug. -Chris Previous

[PHP-DEV] Bug #10752 Updated: infinite loops prevents pages from loading

2001-05-10 Thread cnewbill
ID: 10752 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Programming Data Structures Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This sounds like an unreliable way to accomplish your goal, as you are finding out. Don't you

[PHP-DEV] Bug #10882 Updated: nl2br function now instead of replacing \n to br replaces \b to br /

2001-05-15 Thread cnewbill
ID: 10882 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Strings related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Not a bug, is simply XHTML compliant now. -Chris Previous Comments

[PHP-DEV] Bug #11070 Updated: '@' does not turn off error checking in foreach()

2001-05-23 Thread cnewbill
ID: 11070 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: Use if (is_array($a)) foreach ($a as $key = $val) { /* Do something */ } until it is added

[PHP-DEV] Bug #11564 Updated: Passing variables using the GET method

2001-06-19 Thread cnewbill
ID: 11564 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: This is a browser issue, since it uses # as the key that it needs to go that particular anchor of a page

[PHP-DEV] Bug #11889: string.c broken

2001-07-04 Thread cnewbill
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.0 PHP version: 4.0 Latest CVS (2001-07-04) PHP Bug Type: Compile Failure Bug description: string.c broken string.c: In function `php_minit_nl_langinfo': string.c:280: `ERA_YEAR' undeclared (first use in this function)

[PHP-DEV] Bug #11889 Updated: string.c broken

2001-07-05 Thread cnewbill
ID: 11889 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Failure Operating system: PHP Version: 4.0 Latest CVS (2001-07-04) Assigned To: Comments: oops forgot to close. -Chris Previous Comments

[PHP-DEV] Bug #12075 Updated: Merge all db functions

2001-07-11 Thread cnewbill
ID: 12075 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: Linux HP-UX PHP Version: 4.0.6 New Comment: This is what PEAR::DB does. http://pear.php.net/ -Chris Previous Comments

[PHP-DEV] Bug #12075 Updated: Merge all db functions

2001-07-11 Thread cnewbill
ID: 12075 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Status: Closed Bug Type: Feature/Change Request Operating System: Linux HP-UX PHP Version: 4.0.6 New Comment: PEAR can be used in module form...it is seperate from PHP. Previous Comments

[PHP-DEV] Bug #12301 Updated: include() in included file should check included file's directory

2001-07-21 Thread cnewbill
ID: 12301 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0.6 New Comment: No you're not the only one who does this. You just need to modify your php.ini include_path setting

[PHP-DEV] Bug #12301 Updated: include() in included file should check included file's directory

2001-07-21 Thread cnewbill
ID: 12301 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0.6 New Comment: I guess I should clarify this. The behavior is that when an include()/require() is issued it checks the include_path in the order

[PHP-DEV] Bug #12310 Updated: $SCRIPT_FILENAME

2001-07-22 Thread cnewbill
ID: 12310 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Operating System: WinNT IIS PHP Version: 4.0.6 New Comment: Ouch Andy, that seemed pretty harsh. Anyways, do you have a page up I can look at with phpinfo() in it? If not just make

[PHP-DEV] Bug #12310 Updated: $SCRIPT_FILENAME

2001-07-22 Thread cnewbill
ID: 12310 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Operating System: WinNT IIS PHP Version: 4.0.6 New Comment: I'm assuming you want to be able to call these includes, and you think you need to know the path? IMO, there is a much cleaner

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-07-23 Thread cnewbill
ID: 12323 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: The only situation I can think of where this would happen is ?php // print stuff; ? i.e. one liners If this is your case

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-07-23 Thread cnewbill
ID: 12323 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: Okay it would happen on more than one liners. basically if you have a ? on the same line as the // comment it will do this. I know

[PHP-DEV] Bug #13241: round() failed elementary level math

2001-09-10 Thread cnewbill
); $z = round($e, 2); var_dump($z); print Rounded Price = $z\n; // this works grrr $x = round(7.665, 2); print Working example of round = $x\n; ? Produces [cnewbill@storm cnewbill]$ php -q t.php Discounted price = 7.665 float(7.665) float(7.66) Rounded Price = 7.66

[PHP-DEV] Bug #13880 Updated: date(I) does not correctly identify daylight saving time

2001-10-30 Thread cnewbill
ID: 13880 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Date/time related Operating System: Windows NT/XP PHP Version: 4.0.6 New Comment: Two obvious problems with your test script. I should be in quotes, and = should be ==. Make those

[PHP-DEV] Bug #13880 Updated: date(I) does not correctly identify daylight saving time

2001-10-30 Thread cnewbill
ID: 13880 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Date/time related Operating System: Windows NT/XP PHP Version: 4.0.6 New Comment: Works on Windows XP as well with 4.0.6. -Chris Previous Comments

[PHP-DEV] Bug #13888 Updated: Date + October

2001-10-31 Thread cnewbill
ID: 13888 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Date/time related Operating System: Red Hat 6.2 PHP Version: 4.0.4pl1 New Comment: There is no Novemeber 31st, this is why it is returning December; it skips to the equivalent day which

[PHP-DEV] Bug #13888 Updated: Date + October

2001-10-31 Thread cnewbill
ID: 13888 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Date/time related Operating System: Red Hat 6.2 PHP Version: 4.0.4pl1 New Comment: Again same result and same reason. What does April 30th and June 30th have to do with your problem?? Last I checked

[PHP-DEV] Bug #13884 Updated: Arrays does not work good in objects

2001-10-31 Thread cnewbill
ID: 13884 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Class/Object related Operating System: Win98 PHP Version: 4.0.6 New Comment: RTFM http://www.php.net/manual/en/language.oop.php HINT: You should not be using a $ WRONG : $this-$items

[PHP-DEV] Bug #13900 Updated: date(I) does not correctly identify daylight saving time

2001-11-01 Thread cnewbill
ID: 13900 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Date/time related Operating System: Windows NT/XP PHP Version: 4.0.6 New Comment: See http://bugs.php.net/bug.php?id=13888 for why the months are doubled. Here is my result from first

[PHP-DEV] Bug #13900 Updated: date(I) does not correctly identify daylight saving time

2001-11-01 Thread cnewbill
ID: 13900 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Operating System: Windows NT/XP PHP Version: 4.0.6 New Comment: You said you were running it as a CGI therefore my test should be equivalent without me having to use Apache. I don't see how

[PHP-DEV] Bug #13909 Updated: Parsed .php as .html error when parsed .shtml as .html exist

2001-11-02 Thread cnewbill
ID: 13909 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *Configuration Issues Operating System: Linux RH 7 PHP Version: 4.0.6 New Comment: I am pretty sure Apache 1.3.x only allows one processor for an extension. There are convuleted (VERY) ways to do

[PHP-DEV] Bug #13912 Updated: Array index references inside double quotes cause parse errors

2001-11-02 Thread cnewbill
ID: 13912 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Arrays related Operating System: Redhat Linux - Kernel 2.4.12 PHP Version: 4.0.6 New Comment: RTM http://www.php.net/manual/en/migration4.strings.php -Chris Previous Comments

[PHP-DEV] Bug #13918 Updated: PHP can't find mysql.sock

2001-11-03 Thread cnewbill
ID: 13918 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: MySQL related Bug Type: Feature/Change Request Operating System: OS-X PHP Version: 4.0.6 New Comment: ehh so where's the bug? -Feature Request Previous Comments

[PHP-DEV] Bug #14088 Updated: help

2001-11-16 Thread cnewbill
ID: 14088 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PHP options/info functions Operating System: unix PHP Version: 4.0.6 New Comment: Please speak American on your site. :) This is not a support forum, mail [EMAIL PROTECTED] with your

[PHP-DEV] Bug #14090 Updated: Good job guys

2001-11-16 Thread cnewbill
ID: 14090 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: Windows 98 PHP Version: 4.0.6 New Comment: Thanx from all. Bogus though :) -Chris Previous Comments

[PHP-DEV] Bug #14118 Updated: Upload file more than 1 Mb doesn´t work

2001-11-19 Thread cnewbill
ID: 14118 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating System: linux redhat 7.1 PHP Version: 4.0.4pl1 New Comment: With an older 4.2.0-dev I can get up to about 6MB. Local File: /tmp/php4Za1Aa Name

[PHP-DEV] Bug #14118 Updated: Upload file more than 1 Mb doesn´t work

2001-11-19 Thread cnewbill
ID: 14118 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Unknown/Other Function Operating System: linux redhat 7.1 PHP Version: 4.0.4pl1 New Comment: Doesn't outright die anymore with today's (11/19) snapshot, but it still doesn't work. Just

[PHP-DEV] Bug #13940 Updated: mysql_select_db doesn't honor resource_identifier param

2001-11-20 Thread cnewbill
ID: 13940 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Duplicate Bug Type: MySQL related Operating System: RedHat 7.1 PHP Version: 4.2.0-dev New Comment: Ehh not bogus. Like you said is a dupe. Even though I reported it before 14137. Oh well, -Chris

[PHP-DEV] Bug #13831 Updated: Assigning to multi-dimensional $HTTP_SESSION_VARS array not restored

2001-11-26 Thread cnewbill
ID: 13831 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: FreeBSD 4.2 PHP Version: 4.0.6 New Comment: Maybe you should appreciate the fact that this is a free service and if your time is so valuable that you can't put in a percentage

[PHP-DEV] Bug #14244 Updated: A bug about integer operation /

2001-11-26 Thread cnewbill
ID: 14244 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Variables related Operating System: linux PHP Version: 4.0.6 New Comment: RTM http://www.php.net/manual/en/language.operators.php The division operator (/) returns an integer value

[PHP-DEV] Bug #14244 Updated: A bug about integer operation /

2001-11-27 Thread cnewbill
ID: 14244 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Operating System: linux PHP Version: 4.0.6 New Comment: Yes, did you read the part in ? Obviously not. If either operand is a floating-point value, or the operation results

[PHP-DEV] Bug #13831 Updated: Assigning to multi-dimensional $HTTP_SESSION_VARS array not restored

2001-11-27 Thread cnewbill
ID: 13831 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: FreeBSD 4.2 PHP Version: 4.0.6 New Comment: Yes, it is the way he and most of the people who volunteer their time goes about it. The source is constantly changing and chances

[PHP-DEV] Bug #14200 Updated: remote navigation problem

2001-11-27 Thread cnewbill
ID: 14200 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: *General Issues Operating System: Windows XP Pro PHP Version: 4.0.6 New Comment: By default the firewall is not enabled. But JIC you can check by doing this (may be faster way) Control Panel-Network

[PHP-DEV] Bug #14278 Updated: % and / bug with INTEGERs!

2001-11-29 Thread cnewbill
ID: 14278 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Math related Operating System: Linux 2.2.19 PHP Version: 4.0.6 New Comment: E:\phpphp -v 4.0.6 E:\phpphp -q test.php 101110 22 3888 14 149 19 5 5 0 0 0 0 AAFTOW No matter how

[PHP-DEV] Bug #15315 Updated: german special chars

2002-02-01 Thread cnewbill
ID: 15315 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: MSSQL related Operating System: W2K Pro PHP Version: 4.0.6 New Comment: No bug = Bogus :) Previous Comments: [2002

[PHP-DEV] Bug #15396 Updated: Unable to Launch Java Application (ZDE)

2002-02-05 Thread cnewbill
ID: 15396 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Performance problem Operating System: WIN2k Professional PHP Version: 4.1.1 New Comment: Zend Commercial Products !==

[PHP-DEV] Bug #13675 Updated: SQL 7 Issues

2002-02-07 Thread cnewbill
ID: 13675 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: MSSQL related Operating System: Advanced Server PHP Version: 4.0.6 New Comment: If BOGUS then needs to be marked as so.

[PHP-DEV] Bug #15441 Updated: Cookie is set to %00 instead of erased

2002-02-08 Thread cnewbill
ID: 15441 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Solaris 7 PHP Version: 4.1.1 New Comment: This bug has been fixed in CVS.

[PHP-DEV] Bug #15468 Updated: problem with array_key_exists

2002-02-09 Thread cnewbill
ID: 15468 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating System: Linux d2 2.2.20-ow1-procmax-smp PHP Version: 4.1.1 New Comment: $pole = array(1 = ap, aa, dd); |