#21309 [NEW]: ftp_connect error reporting of trivial errors trough perror()

2002-12-31 Thread tit . petric
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:

#21287 [Opn]: str_replace behaves strangely, not replacing valid key/val pairs

2002-12-30 Thread tit . petric
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

#21287 [NEW]: str_replace behaves strangely, not replacing valid key/val pairs

2002-12-30 Thread tit . petric
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 (

#21165 [NEW]: mail() is not descriptive enough

2002-12-23 Thread tit . petric
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

#21109 [Fbk->Opn]: ftp_connect throws script error and halts execution

2002-12-20 Thread tit . petric
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

#21109 [NEW]: ftp_connect throws script error and halts execution

2002-12-20 Thread tit . petric
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

#20922 [Fbk->Opn]: socket_select() blocks for some reason

2002-12-11 Thread tit . petric
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

#20922 [Fbk->Opn]: socket_select() blocks for some reason

2002-12-10 Thread tit . petric
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

#20922 [Fbk->Opn]: socket_select() blocks for some reason

2002-12-10 Thread tit . petric
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

#20922 [Fbk->Opn]: socket_select() blocks for some reason

2002-12-10 Thread tit . petric
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

#20922 [NEW]: socket_select() blocks for some reason

2002-12-10 Thread tit . petric
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

#20883 [NEW]: get_included_files() addition for md5 hashes..

2002-12-07 Thread tit . petric
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

#20811 [NEW]: var_dump($GLOBALS) exits with fatal error

2002-12-04 Thread tit . petric
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

#20680 [NEW]: php references - error reporting

2002-11-27 Thread tit . petric
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

#2 [NEW]: possible windows/linux autodetection on the server platform?

2002-11-14 Thread tit . petric
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

Bug #15941: feature request for str_replace_first

2002-03-07 Thread tit . petric
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