[PHP-BUG] Bug #65367 [NEW]: Segmentation fault when returning onjects by reference

2013-07-31 Thread mbecc...@php.net
From: mbeccati Operating system: Any PHP version: 5.5.1 Package: Reproducible crash Bug Type: Bug Bug description:Segmentation fault when returning onjects by reference Description: While updating an old open source application to work with PHP 5.4

[PHP-BUG] Bug #55665 [NEW]: Segmentation fault in gc_mark_roots()

2011-09-10 Thread mbecc...@php.net
From: mbeccati Operating system: FreeBSD 6.2 PHP version: 5.3SVN-2011-09-10 (SVN) Package: Reproducible crash Bug Type: Bug Bug description:Segmentation fault in gc_mark_roots() Description: As usual with bugs related to garbage collection, I don't

[PHP-BUG] Bug #52349 [NEW]: zend_mm_heap corrupted error

2010-07-15 Thread mbecc...@php.net
From: mbeccati Operating system: FreeBSD 6.2 PHP version: 5.3.3RC3 Package: Reproducible crash Bug Type: Bug Bug description:zend_mm_heap corrupted error Description: A few things: * It happens when running a specific simpletest integration test

Bug #51248 [Com]: Segmentation fault in mysql_fetch_array

2010-04-09 Thread mbecc...@php.net
Edit report at http://bugs.php.net/bug.php?id=51248edit=1 ID: 51248 Comment by: mbecc...@php.net Reported by: mbecc...@php.net Summary: Segmentation fault in mysql_fetch_array Status: Feedback Type: Bug Package: MySQL related

[PHP-BUG] Bug #51248 [NEW]: Segmentation fault in mysql_fetch_array

2010-03-09 Thread mbecc...@php.net
From: mbeccati Operating system: FreeBSD 6.2 PHP version: 5.3.2 Package: MySQL related Bug Type: Bug Bug description:Segmentation fault in mysql_fetch_array Description: I've been asked to publish a Drupal based website on my 5.3.2 box, but every

#50621 [NEW]: Memory leak in OnUpdateUTF8String

2009-12-31 Thread mbecc...@php.net
From: mbecc...@php.net Operating system: Ubuntu 9.10 PHP version: 6SVN-2009-12-31 (SVN) PHP Bug Type: Unicode Engine related Bug description: Memory leak in OnUpdateUTF8String Description: Discovered this while checking for leaks in my own changes. It always

#50575 [NEW]: PDO_PGSQL LOBs are not compatible with PostgreSQL 8.5

2009-12-25 Thread mbecc...@php.net
From: mbecc...@php.net Operating system: * PHP version: 5.2.12 PHP Bug Type: PDO related Bug description: PDO_PGSQL LOBs are not compatible with PostgreSQL 8.5 Description: Tested with 8.5alpha3. Some 5.3+ improvemnts were not backported to 5.2. Specifically

#48188 [NEW]: Cannot execute a scrollable cursors twice with PDO_PGSQL

2009-05-08 Thread mbecc...@php.net
From: mbecc...@php.net Operating system: * PHP version: 5.3CVS-2009-05-08 (CVS) PHP Bug Type: PDO related Bug description: Cannot execute a scrollable cursors twice with PDO_PGSQL Description: Scrollable cursor support for PDO_PGSQL was introduced in PHP 5.3

#48185 [NEW]: warning: value computed is not used in pdo_sqlite_stmt_get_col line 271

2009-05-07 Thread mbecc...@php.net
From: mbecc...@php.net Operating system: * PHP version: 5.3CVS-2009-05-07 (CVS) PHP Bug Type: PDO related Bug description: warning: value computed is not used in pdo_sqlite_stmt_get_col line 271 Description: Reported here: http://gcov.php.net/viewer.php

#48060 [NEW]: pdo_pgsql - large objects are returned as empty

2009-04-23 Thread mbecc...@php.net
From: mbecc...@php.net Operating system: * PHP version: 5.3CVS-2009-04-23 (CVS) PHP Bug Type: PDO related Bug description: pdo_pgsql - large objects are returned as empty Description: Bug isn't always reproducible. It might depend on various factors like e.g

#47870 [NEW]: array() returns NULL

2009-04-01 Thread mbecc...@php.net
From: mbecc...@php.net Operating system: FreeBSD 6.2 PHP version: 5.3CVS-2009-04-01 (CVS) PHP Bug Type: Arrays related Bug description: array() returns NULL Description: Again, another bug happening in a unit test of OpenX. The problem always happens in the same

#47851 [NEW]: is_callable throws fatal error

2009-03-31 Thread mbecc...@php.net
From: mbecc...@php.net Operating system: Irrelevant PHP version: 5.3CVS-2009-03-31 (CVS) PHP Bug Type: Class/Object related Bug description: is_callable throws fatal error Description: Under some circumstances is_callable() throws a fatal error when testing

#47852 [NEW]: Compilation failure in zend_alloc.c

2009-03-31 Thread mbecc...@php.net
From: mbecc...@php.net Operating system: NetBSD 5 PHP version: 5.3CVS-2009-03-31 (CVS) PHP Bug Type: Compile Failure Bug description: Compilation failure in zend_alloc.c Description: NetBSD 5 introduced mremap() but the signature is different from what we expect

#47816 [NEW]: pcntl tests failing on NetBSD

2009-03-27 Thread mbecc...@php.net
From: mbecc...@php.net Operating system: NetBSD 4 PHP version: 5.3CVS-2009-03-28 (CVS) PHP Bug Type: PCNTL related Bug description: pcntl tests failing on NetBSD Description: There are a few problems with the new pcntl extension on my NetBSD 4.0 system

#47779 [NEW]: Wrong value for SIG_UNBLOCK and SIG_SETMASK constants

2009-03-25 Thread mbecc...@php.net
From: mbecc...@php.net Operating system: * PHP version: 5.3CVS-2009-03-25 (CVS) PHP Bug Type: PCNTL related Bug description: Wrong value for SIG_UNBLOCK and SIG_SETMASK constants Description: While chking pcntl.c because of build errors on FreeBSD 6 and test