Bug #53267 [Bgs]: Pass by reference on "new" throws no deprecation notice

2010-11-08 Thread enygma at phpdeveloper dot org
Edit report at http://bugs.php.net/bug.php?id=53267&edit=1 ID: 53267 User updated by:enygma at phpdeveloper dot org Reported by:enygma at phpdeveloper dot org Summary:Pass by reference on "new" throws no deprecation

[PHP-BUG] Bug #53267 [NEW]: Pass by reference on "new" throws no deprecation notice

2010-11-08 Thread enygma at phpdeveloper dot org
From: Operating system: Linux PHP version: 5.3.3 Package: *General Issues Bug Type: Bug Bug description:Pass by reference on "new" throws no deprecation notice Description: I don't know if this is a documentation bug or an error in PHP, but I thought

#25494 [Bgs]: array_merge allowing "false" as argument

2003-09-11 Thread enygma at phpdeveloper dot org
ID: 25494 User updated by: enygma at phpdeveloper dot org Reported By: enygma at phpdeveloper dot org Status: Bogus Bug Type: Arrays related Operating System: Red Hat Linux PHP Version: 4.3.2 New Comment: it still seems silly to me that a string

#25494 [Opn]: array_merge allowing "false" as argument

2003-09-11 Thread enygma at phpdeveloper dot org
ID: 25494 User updated by: enygma at phpdeveloper dot org Reported By: enygma at phpdeveloper dot org Status: Open Bug Type: *General Issues Operating System: Red Hat Linux PHP Version: 4.3.2 New Comment: array_merge_recursive() shows the same

#25494 [NEW]: array_merge allowing "false" as argument

2003-09-11 Thread enygma at phpdeveloper dot org
From: enygma at phpdeveloper dot org Operating system: Red Hat Linux PHP version: 4.3.2 PHP Bug Type: *General Issues Bug description: array_merge allowing "false" as argument Description: Code: --- $array1=false

#22096 [NEW]: return inside a while loop isn't breaking the loop and returning a value

2003-02-06 Thread enygma
From: [EMAIL PROTECTED] Operating system: RedHat Linux PHP version: 4.2.2 PHP Bug Type: *General Issues Bug description: return inside a while loop isn't breaking the loop and returning a value Here's the code I'm working with: function getFilePath($filename,$path=''){

#19872 [NEW]: ssl:// doesn't appear to work correctly

2002-10-13 Thread enygma
From: [EMAIL PROTECTED] Operating system: Solaris PHP version: 4.3.0-pre1 PHP Bug Type: Sockets related Bug description: ssl:// doesn't appear to work correctly using $fp=fsockopen("ssl://".$hostname,$port,$errno,$errstr,100); the connection doesn't seem to work correctly. T