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

2001-11-29 Thread stefan . priebsch
From: [EMAIL PROTECTED] Operating system: W2K PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: array_diff takes string as second argument Seems like array_diff will take a string as second argument, e.g. array_diff ($bla, fred) where $bla is

[PHP-DEV] Bug #12885 Updated: don't agree to the persistent connection manual section

2001-08-22 Thread stefan . priebsch
ID: 12885 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Documentation problem Operating System: win98 PHP Version: 4.0.6 New Comment: I agree that the implementation's behaviour is by design. PHP has no general means of accessing any database and

[PHP-DEV] Bug #12885: don't agree to the persistent connection manual section

2001-08-21 Thread stefan . priebsch
From: [EMAIL PROTECTED] Operating system: win98 PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: don't agree to the persistent connection manual section When I did the following: 1. handle a = pconnect to a mysql db, say user root, no password,

[PHP-DEV] Bug #12823: mysql_unbuffered_query missing important information

2001-08-18 Thread stefan . priebsch
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: mysql_unbuffered_query missing important information In the documentation for mysql_unbuffered_query, the result mode parameter is not explained. Stefan --

[PHP-DEV] Bug #12759: What's new

2001-08-15 Thread stefan . priebsch
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: What's new I have a suggestion which could make the PHP documentation even easier to use for the experienced PHP programmer. As can easily observed, you

[PHP-DEV] Bug #12739: strtolower/strtoupper and special characters

2001-08-14 Thread stefan . priebsch
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: strtolower/strtoupper and special characters Special characters are not converted by strtolower/strtoupper unless I set the appropriate locale. However,

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

2001-08-07 Thread stefan . priebsch
From: [EMAIL PROTECTED] Operating system: win32 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: string to int incorrect if string containts 0 characters if you convert a string containing chr(0) characters to an int, php cuts off conversion on

[PHP-DEV] Bug #11906: scripts without closing ; at the last line work fine

2001-07-05 Thread stefan . priebsch
From: [EMAIL PROTECTED] Operating system: Win32 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: scripts without closing ; at the last line work fine not a real bug, but seems that in 4.0.5 any php script will work fine though there is no