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
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
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
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
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
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=''){
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