Bug #45191 [Com]: error_log ignores date.timezone php.ini val when setting logging timestamps

2012-06-23 Thread bram at ebskamp dot me
Edit report at https://bugs.php.net/bug.php?id=45191&edit=1 ID: 45191 Comment by: bram at ebskamp dot me Reported by:info at organicdata dot co dot za Summary:error_log ignores date.timezone php.ini val when setting log

Req #52766 [Com]: FTP need the ability to read from the output buffer without issuing a command

2011-11-01 Thread bram at ebskamp dot me
Edit report at https://bugs.php.net/bug.php?id=52766&edit=1 ID: 52766 Comment by: bram at ebskamp dot me Reported by:trevor dot lanyon at lanyonconsulting dot com Summary:FTP need the ability to read from the output bu

[PHP-BUG] Bug #60183 [NEW]: Bug resulting in out of sync ftp responses

2011-10-31 Thread bram at ebskamp dot me
From: Operating system: All PHP version: 5.3.8 Package: FTP related Bug Type: Bug Bug description:Bug resulting in out of sync ftp responses Description: Our servers make several hundred FTP-connections via PHP every day. About one out of every thou

#50542 [Com]: scandir() cannot open UNC paths since PHP 5.3.1

2010-01-08 Thread bramus at bram dot us
ID: 50542 Comment by: bramus at bram dot us Reported By: dd at headlineweb dot nl Status: Feedback Bug Type: *Directory/Filesystem functions Operating System: win32 only - W2003 PHP Version: 5.3.1 Assigned To: pajoye New Comment

#50542 [Com]: scandir() cannot open UNC paths since PHP 5.3.1

2010-01-08 Thread bramus at bram dot us
ID: 50542 Comment by: bramus at bram dot us Reported By: dd at headlineweb dot nl Status: Assigned Bug Type: *Directory/Filesystem functions Operating System: win32 only - W2003 PHP Version: 5.3.1 Assigned To: pajoye New Comment

#50290 [Com]: 5.3.1 iis fast cgi module time out on accessing mysql

2009-12-11 Thread bramus at bram dot us
ID: 50290 Comment by: bramus at bram dot us Reported By: praveen at aexea dot net Status: No Feedback Bug Type: MySQL related Operating System: vista business PHP Version: 5.3.1 Assigned To: mysql New Comment: Same issue here (PHP

#31626 [Fbk->Opn]: calling ereg_replace before pspell_new crashes pspell

2005-01-24 Thread bram dot dejong at gmail dot com
ID: 31626 User updated by: bram dot dejong at gmail dot com Reported By: bram dot dejong at gmail dot com -Status: Feedback +Status: Open Bug Type: Pspell related Operating System: Windows XP PHP Version: 5.0.3 New Comment: Hi tony, no

#31626 [NEW]: calling ereg_replace before pspell_new crashes pspell

2005-01-20 Thread bram dot dejong at gmail dot com
From: bram dot dejong at gmail dot com Operating system: Windows XP PHP version: 5.0.3 PHP Bug Type: Pspell related Bug description: calling ereg_replace before pspell_new crashes pspell Description: Calling ereg_replace before pspell_new crashes pspell

#29568 [Fbk->Opn]: GD causes an segmentation fault

2004-08-16 Thread bram at x-plose dot be
ID: 29568 User updated by: bram at x-plose dot be Reported By: bram at x-plose dot be -Status: Feedback +Status: Open Bug Type: GD related Operating System: debian PHP Version: 4.3.8 New Comment: i'm using version libpng-1.2.5 Ho

#29568 [Fbk->Opn]: GD causes an segmentation fault

2004-08-13 Thread bram at x-plose dot be
ID: 29568 User updated by: bram at x-plose dot be Reported By: bram at x-plose dot be -Status: Feedback +Status: Open Bug Type: GD related Operating System: debian PHP Version: 4.3.8 New Comment: I tried the cvs version and when i start

#29568 [NEW]: GD causes an segmentation fault

2004-08-07 Thread bram at x-plose dot be
From: bram at x-plose dot be Operating system: debian PHP version: 4.3.8 PHP Bug Type: GD related Bug description: GD causes an segmentation fault Description: When i open an php script that uses GD it shows an segmentation fault in error.log Server software

#22105 [NEW]: mkdir changes the variable passed to it

2003-02-07 Thread bram
@mkdir($directory,0775); echo 'after :: ' . $directory . ''; } outputs: before :: files/xx after :: files/xx before :: files/xx/yy after :: files/xxyy The last line has the error. As you can see mkdir() changes the variable. Even if the rest of the code is buggy ( ;) )