From: [EMAIL PROTECTED]
Operating system: linux
PHP version: 4.3.0
PHP Bug Type: FTP related
Bug description: ftp_connect error reporting of trivial errors trough perror()
ftp_connect() returns stream or false on error
this is not the case for error messages like "connect:
ID: 21287
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: *General Issues
Operating System: linux debian
PHP Version: 4.2.3
New Comment:
behaviour confirmed also on 4.3
http://sunshine.krneki.org/phpinfo
From: [EMAIL PROTECTED]
Operating system: linux debian
PHP version: 4.2.3
PHP Bug Type: *General Issues
Bug description: str_replace behaves strangely, not replacing valid key/val pairs
i have a template engine running, in it a string (content hereon) with keys
and an array (
From: [EMAIL PROTECTED]
Operating system: all
PHP version: 4.3.0RC4
PHP Bug Type: Feature/Change Request
Bug description: mail() is not descriptive enough
mail is probably the most common used function with the worst set of error
reporting available to it
mail() returns tr
ID: 21109
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: FTP related
Operating System: linux debian
PHP Version: 4.2.3
New Comment:
this is a production machine so im not about
From: [EMAIL PROTECTED]
Operating system: linux debian
PHP version: 4.2.3
PHP Bug Type: FTP related
Bug description: ftp_connect throws script error and halts execution
$this->_connection = ftp_connect($host);
if (!$this->_connection) {
trigger_error('FTP Connection
ID: 20922
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Sockets related
Operating System: linux debian latest unstable
PHP Version: 4.4.0-dev
New Comment:
hmm ok, here is the t
ID: 20922
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Sockets related
Operating System: linux debian latest unstable
PHP Version: 4.2.3
New Comment:
ughm sorry for my rushed
ID: 20922
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Sockets related
Operating System: linux debian latest unstable
PHP Version: 4.2.3
New Comment:
same result on windows rc
ID: 20922
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Sockets related
Operating System: linux debian latest unstable
PHP Version: 4.2.3
New Comment:
on windows i get the "sam
From: [EMAIL PROTECTED]
Operating system: linux debian latest unstable
PHP version: 4.2.3
PHP Bug Type: Sockets related
Bug description: socket_select() blocks for some reason
$r = array($network->_connection);
if (socket_select($r,$w=NULL,$e=NULL,0)===false) {
echo
From: [EMAIL PROTECTED]
Operating system: all
PHP version: 4.3.0RC2
PHP Bug Type: Feature/Change Request
Bug description: get_included_files() addition for md5 hashes..
I was writing a chaching system for the web project software I'm making,
when I realised that it's pretty m
From: [EMAIL PROTECTED]
Operating system: linux debian
PHP version: 4.2.3
PHP Bug Type: *General Issues
Bug description: var_dump($GLOBALS) exits with fatal error
Fatal error: Nesting level too deep - recursive dependency? in
/home/web/hybrid.kahncentral.net/CVSROOT/loginf
From: [EMAIL PROTECTED]
Operating system: linux(all)
PHP version: 4.2.3
PHP Bug Type: Feature/Change Request
Bug description: php references - error reporting
function &reference_return($val) {
global $ref_array;
return $ref_array[$val];
}
$ref = &reference_return(0
From: [EMAIL PROTECTED]
Operating system: windows/linux
PHP version: 4.2.3
PHP Bug Type: Feature/Change Request
Bug description: possible windows/linux autodetection on the server platform?
you set the linux / windows difference in condor_config.php - is there any
way you cou
From: [EMAIL PROTECTED]
Operating system: all
PHP version: 4.1.2
PHP Bug Type: Feature/Change Request
Bug description: feature request for str_replace_first
function str_replace_first($search, $replace, $subject)
{
$retval = $subject;
$pos = strpos($subjec
16 matches
Mail list logo