#35861 [NEW]: Segfault with -D_LARGEFILE_SOURCE

2005-12-31 Thread alberty at neptunelabs dot com
From: alberty at neptunelabs dot com Operating system: Linux i686 PHP version: 4CVS-2005-12-31 (CVS) PHP Bug Type: Reproducible crash Bug description: Segfault with -D_LARGEFILE_SOURCE Description: Segfault with -D_LARGEFILE_SOURCE A segfault prevent

#35861 [Bgs-Opn]: Segfault with -D_LARGEFILE_SOURCE

2005-12-31 Thread alberty at neptunelabs dot com
ID: 35861 User updated by: alberty at neptunelabs dot com Reported By: alberty at neptunelabs dot com -Status: Bogus +Status: Open Bug Type: Reproducible crash Operating System: Linux i686 PHP Version: 4CVS-2005-12-31 (CVS) New Comment

#30973 [NEW]: segfault when accessing wrong url and get CURLINFO_CONTENT_TYPE

2004-12-03 Thread alberty at neptunelabs dot com
From: alberty at neptunelabs dot com Operating system: linux_i686 PHP version: 4.3.9 PHP Bug Type: cURL related Bug description: segfault when accessing wrong url and get CURLINFO_CONTENT_TYPE Description: If you get a wrong url and get the content type via

#30973 [Opn-Csd]: segfault when accessing wrong url and get CURLINFO_CONTENT_TYPE

2004-12-03 Thread alberty at neptunelabs dot com
ID: 30973 User updated by: alberty at neptunelabs dot com Reported By: alberty at neptunelabs dot com -Status: Open +Status: Closed Bug Type: cURL related Operating System: linux_i686 PHP Version: 4.3.9 New Comment: Okay, i've seen

#14237 [Bgs-Opn]: reference calls in some cases very slow

2003-03-01 Thread alberty at neptunelabs dot com
ID: 14237 User updated by: alberty at neptunelabs dot com Reported By: alberty at neptunelabs dot com -Status: Bogus +Status: Open Bug Type: Performance problem Operating System: i686-pc-linux-gnu PHP Version: 4.1.0 New Comment: I've

#20134 [NEW]: read from UDP results wrong data

2002-10-28 Thread alberty
From: [EMAIL PROTECTED] Operating system: i686-pc-linux-gnu PHP version: 4CVS-2002-10-28 PHP Bug Type: Sockets related Bug description: read from UDP results wrong data Hi, If you open an UDP connection to a non open udp port with fsockopen, fread reads the requested

#19324 [Com]: show PHP source on client's browser

2002-09-30 Thread alberty
ID: 19324 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Output Control Operating System: Solaris8 x86 PHP Version: 4.2.3 New Comment: Hi , I have a small question to this bug, because I have the

#19324 [Com]: show PHP source on client's browser

2002-09-30 Thread alberty
ID: 19324 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Output Control Operating System: Solaris8 x86 PHP Version: 4.2.3 New Comment: 3. showing source code 4. showing source code 5. showing

Bug #16985: register vars wrong

2002-05-03 Thread alberty
From: [EMAIL PROTECTED] Operating system: i686-pc-linux-gnu PHP version: 4.0CVS-2002-05-03 PHP Bug Type: Variables related Bug description: register vars wrong Hi, i have detect a different behavior between register variables in the current cvs tree und PHP 4.2.0 and

Bug #16640: set_error_handler and oversized upload

2002-04-16 Thread alberty
From: [EMAIL PROTECTED] Operating system: i686-pc-linux-gnu PHP version: 4.0CVS-2002-04-16 PHP Bug Type: Scripting Engine problem Bug description: set_error_handler and oversized upload Hi, in the documentation to set_error_handler() is declared that an own error

Bug #16570 Updated: error control operator and set_error_handler()

2002-04-13 Thread alberty
ID: 16570 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Closed Bug Type: Scripting Engine problem Operating System: i686-pc-linux-gnu PHP Version: 4.0CVS-2002-04-12 New Comment: sorry, my

Bug #16570: error control operator and set_error_handler()

2002-04-12 Thread alberty
From: [EMAIL PROTECTED] Operating system: i686-pc-linux-gnu PHP version: 4.0CVS-2002-04-12 PHP Bug Type: *Programming Data Structures Bug description: error control operator and set_error_handler() Hi, the @ Error Control Operator doesnt suppress warnings

Bug #16551: ceil results -0

2002-04-11 Thread alberty
From: [EMAIL PROTECTED] Operating system: i686-pc-linux-gnu PHP version: 4.0CVS-2002-04-11 PHP Bug Type: Variables related Bug description: ceil results -0 Hi, the follow code results -0, ?php $a=ceil((1/16)-1); echo $a; ? maybe, this is a convertion problem