#35368 [Com]: PDO query does not work properly with serialize

2009-10-30 Thread ET at 126 dot COM
ID: 35368 Comment by: ET at 126 dot COM Reported By: lists at cyberlot dot net Status: Suspended Bug Type: PDO related Operating System: * PHP Version: 6CVS, 5CVS Assigned To: wez New Comment: http://www.baidu.com";>ba

#48547 [Com]: DirectoryIterator Slash issue with getPathname Windows with Apache

2009-06-14 Thread webmaster at asylum-et dot cm
ID: 48547 Comment by: webmaster at asylum-et dot cm Reported By: BinaryKitten at jkrswebsolutions dot co dot uk Status: Open Bug Type: SPL related Operating System: XP SP3 PHP Version: 5.2.9 New Comment: I have tested this on Windows XP SP3

#45523 [NEW]: max_execution_time not working as documented

2008-07-15 Thread webmaster at asylum-et dot com
From: webmaster at asylum-et dot com Operating system: Any PHP version: 5.2.6 PHP Bug Type: *General Issues Bug description: max_execution_time not working as documented Description: I have found an old bug that I have found twice and has been closed twice

#41401 [Bgs->Opn]: Order of Operations error on divide by negative

2007-05-16 Thread et
ID: 41401 Updated by: [EMAIL PROTECTED] Reported By: drlippman at yahoo dot com -Status: Bogus +Status: Open Bug Type: Math related Operating System: Windows, Linux PHP Version: 4.4.7 New Comment: This IS a bug. http://de.php.net/ope

#37336 [Bgs]: base64_encode/decode bug

2006-05-06 Thread et
ID: 37336 Updated by: [EMAIL PROTECTED] Reported By: cryogen at mac dot com Status: Bogus Bug Type: *Encryption and hash functions Operating System: Mac OS X 10.4.6 PHP Version: 5.1.4 New Comment: Right, something changed. Whitespace was not

#37336 [Opn->Bgs]: base64_encode/decode bug

2006-05-06 Thread et
ID: 37336 Updated by: [EMAIL PROTECTED] Reported By: cryogen at mac dot com -Status: Open +Status: Bogus Bug Type: *Encryption and hash functions Operating System: Mac OS X 10.4.6 PHP Version: 5.1.4 New Comment: If you are using the

#33982 [NEW]: add functionality for gmp_nextprime (includes patch)

2005-08-03 Thread korte-php at et dot ruhr-uni-bochum dot de
From: korte-php at et dot ruhr-uni-bochum dot de Operating system: Linux PHP version: 4.4.0 PHP Bug Type: Math related Bug description: add functionality for gmp_nextprime (includes patch) Description: In order to use the php-gmp functions for cryptographic

#31644 [Bgs->Opn]: Mimetype Functions are deprecated in favour of an unstable replacement

2005-02-04 Thread et
ID: 31644 Updated by: [EMAIL PROTECTED] -Summary: Mimetype Functions are deprecated in favour of an ustable replacement Reported By: peter at jingo dot com -Status: Bogus +Status: Open -Bug Type:Documentation problem +Bug Type:Unknown/Other Function

#29454 [Fbk->Csd]: php_check_syntax second argument doesn't work in the right way

2004-08-18 Thread et
ID: 29454 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Closed Bug Type: Unknown/Other Function Operating System: Linux PHP Version: 5CVS-2004-07-30 (dev) New Comment: Has been fixed in the m

#29686 [Bgs->Opn]: Bug when using foreach on an array that has been referenced before

2004-08-15 Thread et
ID: 29686 Updated by: [EMAIL PROTECTED] Reported By: swalk at prp dot physik dot tu-darmstadt dot de -Status: Bogus +Status: Open Bug Type: Scripting Engine problem Operating System: * PHP Version: 5.* New Comment: I don't use regist

#29686 [Bgs->Opn]: Bug when using foreach on an array that has been referenced before

2004-08-15 Thread et
ID: 29686 Updated by: [EMAIL PROTECTED] Reported By: swalk at prp dot physik dot tu-darmstadt dot de -Status: Bogus +Status: Open -Bug Type: Arrays related +Bug Type: Scripting Engine problem Operating System: Linux PHP Version:

#29686 [Opn]: Bug when using foreach on an array that has been referenced before

2004-08-15 Thread et
ID: 29686 Updated by: [EMAIL PROTECTED] Reported By: swalk at prp dot physik dot tu-darmstadt dot de Status: Open Bug Type: Arrays related Operating System: Linux PHP Version: 5CVS-2004-08-15 (dev) New Comment: Please read properly before pos

#28704 [Bgs]: strange behaviour with references

2004-08-15 Thread et
ID: 28704 Updated by: [EMAIL PROTECTED] Reported By: spy at spy dot zp dot ua Status: Bogus Bug Type: Scripting Engine problem Operating System: FreeBSD-4.x PHP Version: 4.3.6 New Comment: http://de.php.net/manual/en/language.references.whatd

#29358 [Fbk->Opn]: PHP segfaults during shutdown because of custom stream wrapper

2004-07-29 Thread et
ID: 29358 Updated by: [EMAIL PROTECTED] Reported By: swalk at prp dot physik dot tu-darmstadt dot de -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: Linux PHP Version: 5CVS-2004-07-23 (dev) New Comment:

#27498 [Bgs->Opn]: wrong error message generated by opendir when safe mode is in effect

2004-03-05 Thread et
: 4.3.4 New Comment: This is definitely a bug. [EMAIL PROTECTED]:~$ php -d'safe_mode=on' -r 'opendir("/home/et/nonexistant");' Warning: opendir(): SAFE MODE Restriction in effect. The script whose uid is 500 is not allowed to access /home/et owned by uid 0

#27425 [Opn->Ver]: Uncaught exception in try catch block

2004-02-27 Thread et
ID: 27425 Updated by: [EMAIL PROTECTED] Reported By: kase at gmx dot net -Status: Open +Status: Verified Bug Type: Zend Engine 2 problem Operating System: linux PHP Version: 5CVS-2004-02-27 (dev) Previous Comments: --

#27345 [Bgs->Opn]: Status header with PHP CGI

2004-02-22 Thread et
ID: 27345 Updated by: [EMAIL PROTECTED] Reported By: php_bugs at ecora dot de -Status: Bogus +Status: Open Bug Type:CGI related PHP Version: Irrelevant New Comment: There's no reason for the CGI sapi cutting of the reason-phrase when creating the Status: line, is ther

#27345 [Opn]: Status header with PHP CGI

2004-02-22 Thread et
ID: 27345 Updated by: [EMAIL PROTECTED] Reported By: php_bugs at ecora dot de Status: Open Bug Type:CGI related PHP Version: Irrelevant New Comment: Nope, that's simply not true. It doesn't matter what you pass to header(). What matters is the output created by PHP, and

#27345 [Opn]: Status header with PHP CGI

2004-02-22 Thread et
ID: 27345 Updated by: [EMAIL PROTECTED] Reported By: php_bugs at ecora dot de Status: Open Bug Type:CGI related PHP Version: Irrelevant New Comment: Well, to be correct, PHP just sends "Status: 404\r\n". Previous Comments: ---

#27345 [Opn]: Status header with PHP CGI

2004-02-22 Thread et
ID: 27345 Updated by: [EMAIL PROTECTED] Reported By: php_bugs at ecora dot de Status: Open -Bug Type:Documentation problem +Bug Type:CGI related PHP Version: Irrelevant New Comment: This is a bug, but not a documentation one. Both PHP4 and PHP5 just send "HTTP/1.1 40

#25494 [Bgs]: array_merge allowing "false" as argument (silent when non-array is passed)

2003-09-19 Thread et
ID: 25494 Updated by: [EMAIL PROTECTED] Reported By: enygma at phpdeveloper dot org Status: Bogus Bug Type: Arrays related Operating System: Any PHP Version: 4.3.2 New Comment: Merging a single element into an array does make sense. > *array

#25494 [Csd->Opn]: array_merge allowing "false" as argument (silent when non-array is passed)

2003-09-19 Thread et
ID: 25494 Updated by: [EMAIL PROTECTED] Reported By: enygma at phpdeveloper dot org -Status: Closed +Status: Open Bug Type: Arrays related Operating System: Any PHP Version: 4.3.2 New Comment: This behaviour IS documented for array_s

#25494 [Csd->Opn]: array_merge allowing "false" as argument (silent when non-array is passed)

2003-09-18 Thread et
ID: 25494 Updated by: [EMAIL PROTECTED] Reported By: enygma at phpdeveloper dot org -Status: Closed +Status: Open Bug Type: Arrays related Operating System: Any PHP Version: 4.3.2 New Comment: It's still inconsistent, and `will throw

#25494 [Csd->Opn]: array_merge allowing "false" as argument (silent when non-array is passed)

2003-09-18 Thread et
ID: 25494 Updated by: [EMAIL PROTECTED] Reported By: enygma at phpdeveloper dot org -Status: Closed +Status: Open Bug Type: Arrays related -Operating System: Red Hat Linux +Operating System: Any PHP Version: 4.3.2 New Comment: This `f

#24159 [Opn->Ver]: Php starts indexing from zero if lowest index is negative

2003-08-03 Thread et
ID: 24159 Updated by: [EMAIL PROTECTED] Reported By: rsen010 at ec dot auckland dot ac dot nz -Status: Open +Status: Verified -Bug Type: Documentation problem +Bug Type: Arrays related -Operating System: windos 2000 +Operating System:

#21611 [Opn]: Problem with version_compare() (Was: Problem with pear cli and release numbers)

2003-08-02 Thread et
ID: 21611 Updated by: [EMAIL PROTECTED] -Summary: Problem with pear cli and release numbers Reported By: jan at horde dot org Status: Open -Bug Type: PEAR related +Bug Type: PHP options/info functions Operating System: Any PHP Versio

#22661 [Opn]: mysql_list_tables selects database

2003-03-12 Thread lucifer at vengeance dot et dot tudelft dot nl
ID: 22661 User updated by: lucifer at vengeance dot et dot tudelft dot nl Reported By: lucifer at vengeance dot et dot tudelft dot nl Status: Open Bug Type: MySQL related Operating System: PHP: WinXP MySQL: Win2k PHP Version: 4.2.3 New Comment

#22661 [NEW]: mysql_list_tables selects database

2003-03-12 Thread lucifer at vengeance dot et dot tudelft dot nl
From: lucifer at vengeance dot et dot tudelft dot nl Operating system: PHP: WinXP MySQL: Win2k PHP version: 4.2.3 PHP Bug Type: MySQL related Bug description: mysql_list_tables selects database the function "mysql_list_tables" changes the database subsequent querie