[PHP-BUG] Bug #63389 [NEW]: Missing context check on libxml_set_streams_context() causes memleak

2012-10-29 Thread fel...@php.net
From: felipe Operating system: PHP version: Irrelevant Package: XML related Bug Type: Bug Bug description:Missing context check on libxml_set_streams_context() causes memleak Description: See below. Test script: --- ?php

[PHP-BUG] Bug #62930 [NEW]: Memory leak when using empty list()

2012-08-25 Thread fel...@php.net
From: felipe Operating system: PHP version: master-Git-2012-08-25 (Git) Package: Scripting Engine problem Bug Type: Bug Bug description:Memory leak when using empty list() Description: See below. Test script: --- ?php foreach ([1] as

[PHP-BUG] Bug #62931 [NEW]: Crash on foreach when using list() = $var

2012-08-25 Thread fel...@php.net
From: felipe Operating system: PHP version: master-Git-2012-08-25 (Git) Package: Scripting Engine problem Bug Type: Bug Bug description:Crash on foreach when using list() = $var Description: I wonder that such syntax is not even supposed to be

[PHP-BUG] Bug #62904 [NEW]: Crash when cloning an object wich inherits SplFixedArray

2012-08-23 Thread fel...@php.net
From: felipe Operating system: PHP version: Irrelevant Package: SPL related Bug Type: Bug Bug description:Crash when cloning an object wich inherits SplFixedArray Description: See below. Test script: --- ?php class foo extends

[PHP-BUG] Bug #62915 [NEW]: Memory leak when cloning unconstructed object

2012-08-23 Thread fel...@php.net
From: felipe Operating system: PHP version: Irrelevant Package: I18N and L10N related Bug Type: Bug Bug description:Memory leak when cloning unconstructed object Description: See below. Test script: --- ?php class foo extends

[PHP-BUG] Bug #62565 [NEW]: Crashes due non-initialized internal properties_table

2012-07-14 Thread fel...@php.net
From: felipe Operating system: PHP version: master-Git-2012-07-14 (Git) Package: Scripting Engine problem Bug Type: Bug Bug description:Crashes due non-initialized internal properties_table Description: I've checked using my fuzzer some crash due

[PHP-BUG] Bug #62081 [NEW]: IntlDateFormatter constructor leaks memory when called twice

2012-05-20 Thread fel...@php.net
From: felipe Operating system: Linux PHP version: Irrelevant Package: I18N and L10N related Bug Type: Bug Bug description:IntlDateFormatter constructor leaks memory when called twice Description: See below: Test script: --- ?php $x =

[PHP-BUG] Bug #62083 [NEW]: grapheme_extract() memory leaks

2012-05-20 Thread fel...@php.net
From: felipe Operating system: Linux PHP version: Irrelevant Package: I18N and L10N related Bug Type: Bug Bug description:grapheme_extract() memory leaks Description: See below: Test script: --- ?php $arr1 = array();

Bug #61877 [PATCH]: Array key not casted to Integer.

2012-04-30 Thread fel...@php.net
Edit report at https://bugs.php.net/bug.php?id=61877edit=1 ID: 61877 Patch added by: fel...@php.net Reported by:fred dot stcm at gmail dot com Summary:Array key not casted to Integer. Status: Open Type: Bug Package

[PHP-BUG] Bug #61828 [NEW]: Memory when calling DirectoryIterator's constructor twice

2012-04-23 Thread fel...@php.net
From: felipe Operating system: PHP version: Irrelevant Package: SPL related Bug Type: Bug Bug description:Memory when calling DirectoryIterator's constructor twice Description: See below. Test script: --- ?php $x = new

[PHP-BUG] Bug #61829 [NEW]: Memory leak when calling MessageFormatter's constructor twice

2012-04-23 Thread fel...@php.net
From: felipe Operating system: PHP version: Irrelevant Package: I18N and L10N related Bug Type: Bug Bug description:Memory leak when calling MessageFormatter's constructor twice Description: See below. Test script: --- ?php $x = new

[PHP-BUG] Bug #60377 [NEW]: ZipArchive::extractTo() memory leaks with invalid path using phar://

2011-11-24 Thread fel...@php.net
From: felipe Operating system: PHP version: trunk-SVN-2011-11-24 (SVN) Package: Zip Related Bug Type: Bug Bug description:ZipArchive::extractTo() memory leaks with invalid path using phar:// Description: See below. Test script: ---

[PHP-BUG] Bug #55688 [NEW]: Crash when calling SessionHandler::gc()

2011-09-13 Thread fel...@php.net
From: felipe Operating system: PHP version: trunk-SVN-2011-09-14 (SVN) Package: Session related Bug Type: Bug Bug description:Crash when calling SessionHandler::gc() Description: See below. Test script: --- ?php

Bug #55407 [PATCH]: Impossible to prototype DateTime::createFromFormat

2011-08-11 Thread fel...@php.net
Edit report at https://bugs.php.net/bug.php?id=55407edit=1 ID: 55407 Patch added by: fel...@php.net Reported by:landeholm at gmail dot com Summary:Impossible to prototype DateTime::createFromFormat Status: Assigned Type: Bug

[PHP-BUG] Bug #54957 [NEW]: Memleak in alloc_globals_ctor

2011-05-30 Thread fel...@php.net
From: felipe Operating system: PHP version: trunk-SVN-2011-05-30 (SVN) Package: Scripting Engine problem Bug Type: Bug Bug description:Memleak in alloc_globals_ctor Description: A memory leak happens when using ZTS+USE_ZEND_ALLOC=0 Test script:

Bug #54934 [PATCH]: Unresolved symbol strtoull

2011-05-26 Thread fel...@php.net
Edit report at http://bugs.php.net/bug.php?id=54934edit=1 ID: 54934 Patch added by: fel...@php.net Reported by:php at dactar dot ch Summary:Unresolved symbol strtoull Status: Open Type: Bug Package:Compile

[PHP-BUG] Bug #54400 [NEW]: AppendIterator call stack overflow

2011-03-27 Thread fel...@php.net
From: felipe Operating system: PHP version: Irrelevant Package: SPL related Bug Type: Bug Bug description:AppendIterator call stack overflow Description: See below. Test script: --- ?php $x = new AppendIterator; $x-append($x);

[PHP-BUG] Bug #53335 [NEW]: pdo_firebird did not implement rowCount()

2010-11-17 Thread fel...@php.net
From: felipe Operating system: PHP version: Irrelevant Package: PDO related Bug Type: Bug Bug description:pdo_firebird did not implement rowCount() Description: http://news.php.net/php.pdo/483 -- Edit bug report at

[PHP-BUG] Bug #53305 [NEW]: E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__

2010-11-13 Thread fel...@php.net
From: felipe Operating system: PHP version: Irrelevant Package: Scripting Engine problem Bug Type: Bug Bug description:E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__ Description: See below. Test script: --- ?php

[PHP-BUG] Bug #52614 [NEW]: Memory leak when writing on uninitialized variable returned from method call

2010-08-15 Thread fel...@php.net
From: felipe Operating system: PHP version: Irrelevant Package: Scripting Engine problem Bug Type: Bug Bug description:Memory leak when writing on uninitialized variable returned from method call Description: See below. It is just like the #52041,

[PHP-BUG] Bug #52060 [NEW]: Memory leak when passing a closure to method_exists()

2010-06-11 Thread fel...@php.net
From: felipe Operating system: Linux PHP version: 5.3.2 Package: Scripting Engine problem Bug Type: Bug Bug description:Memory leak when passing a closure to method_exists() Description: See below. Test script: ---

[PHP-BUG] Bug #52041 [NEW]: Memory leak when writing on uninitialized variable returned from function

2010-06-10 Thread fel...@php.net
From: felipe Operating system: Linux PHP version: Irrelevant Package: Scripting Engine problem Bug Type: Bug Bug description:Memory leak when writing on uninitialized variable returned from function Description: See below. Test script:

[PHP-BUG] Bug #51911 [NEW]: ReflectionParameter::getDefaultValue() memory leaks with constant array

2010-05-25 Thread fel...@php.net
From: felipe Operating system: * PHP version: Irrelevant Package: Reflection related Bug Type: Bug Bug description:ReflectionParameter::getDefaultValue() memory leaks with constant array Description: See below. Test script: --- ?php

Bug #1 [PATCH]: Apache 1.3b3 + mod_php3 is slow

2010-03-09 Thread fel...@php.net
Edit report at http://bugs.php.net/bug.php?id=1edit=1 ID: 1 Patch added by: fel...@php.net Reported by: rasmus at lerdorf dot on dot ca Summary: Apache 1.3b3 + mod_php3 is slow Status: Assigned Type: Bug Package: Performance

[PHP-BUG] Bug #51231 [NEW]: mysqli::connect crashes

2010-03-07 Thread fel...@php.net
From: felipe Operating system: Linux PHP version: 5.3SVN-2010-03-07 (SVN) Package: MySQLi related Bug Type: Bug Bug description:mysqli::connect crashes Description: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb75376d0

#48980 [NEW]: Crash when compiling with pdo_firebird

2009-07-19 Thread fel...@php.net
From: fel...@php.net Operating system: Linux PHP version: 5.3SVN-2009-07-19 (SVN) PHP Bug Type: Reproducible crash Bug description: Crash when compiling with pdo_firebird Description: Compiling with './configure --with-pdo-firebird' we got a segfault when

#48808 [NEW]: Wrong e-mail format is accept with FILTER_VALIDATE_EMAIL

2009-07-05 Thread fel...@php.net
From: fel...@php.net Operating system: Linux PHP version: 5.2CVS-2009-07-05 (CVS) PHP Bug Type: Filter related Bug description: Wrong e-mail format is accept with FILTER_VALIDATE_EMAIL Description: See below. Tested with 5.2 and 5.3CVS. Reproduce code

#48774 [NEW]: SIGSEGVs when using curl_copy_handle()

2009-07-02 Thread fel...@php.net
From: fel...@php.net Operating system: Linux PHP version: 5.3CVS-2009-07-02 (CVS) PHP Bug Type: cURL related Bug description: SIGSEGVs when using curl_copy_handle() Description: See below. Reproduce code: --- 1ยบ ?php $url = http://localhost/;; $ch

#48690 [NEW]: Memory leaks when using cyclic references

2009-06-25 Thread fel...@php.net
From: fel...@php.net Operating system: Linux PHP version: 5.2CVS-2009-06-25 (CVS) PHP Bug Type: Scripting Engine problem Bug description: Memory leaks when using cyclic references Description: This issue is PHP5_2 only. See below. Reproduce code

#48696 [NEW]: ldap_read() segfaults with invalid parameters

2009-06-25 Thread fel...@php.net
From: fel...@php.net Operating system: Linux PHP version: 5.3CVS-2009-06-25 (CVS) PHP Bug Type: LDAP related Bug description: ldap_read() segfaults with invalid parameters Description: See below. Reproduce code: --- ldap_read(1,1,1); Expected

#48678 [NEW]: DateInterval segfaults when unserialising

2009-06-24 Thread fel...@php.net
From: fel...@php.net Operating system: Linux PHP version: 5.3CVS-2009-06-24 (CVS) PHP Bug Type: Date/time related Bug description: DateInterval segfaults when unserialising Description: See below: Reproduce code: --- $x = new dateinterval

#48679 [NEW]: SQLiteUnbuffered::count() SIGSEGV

2009-06-24 Thread fel...@php.net
From: fel...@php.net Operating system: Linux PHP version: 5.3CVS-2009-06-24 (CVS) PHP Bug Type: SQLite related Bug description: SQLiteUnbuffered::count() SIGSEGV Description: See below: Reproduce code: --- $x = new sqliteunbuffered; count($x

#48559 [NEW]: Object comparison using unserialized DateTime object causes segfault

2009-06-15 Thread fel...@php.net
From: fel...@php.net Operating system: Linux PHP version: 5.2CVS-2009-06-15 (CVS) PHP Bug Type: Date/time related Bug description: Object comparison using unserialized DateTime object causes segfault Description: This issue just occurs on 5.2. See the code

#48562 [NEW]: Object recursion causes segfault when used in wddx_serialize_vars()

2009-06-15 Thread fel...@php.net
From: fel...@php.net Operating system: Linux PHP version: 5.2CVS-2009-06-15 (CVS) PHP Bug Type: WDDX related Bug description: Object recursion causes segfault when used in wddx_serialize_vars() Description: See below. Reproduce code: --- $a[] = new

#48500 [NEW]: mysqli::init() memory leaks

2009-06-08 Thread fel...@php.net
From: fel...@php.net Operating system: Linux PHP version: 5.2CVS-2009-06-08 (CVS) PHP Bug Type: MySQLi related Bug description: mysqli::init() memory leaks Description: See below: Reproduce code: --- $x = new mysqli; $x-init();$x-init(); Expected

#48227 [NEW]: NumberFormatter::format leaks memory

2009-05-10 Thread fel...@php.net
From: fel...@php.net Operating system: PHP version: 5.3.0RC2 PHP Bug Type: I18N and L10N related Bug description: NumberFormatter::format leaks memory Description: See below. Reproduce code: --- ?php $x = new NumberFormatter('en_US

#48087 [NEW]: call_user_method() invalid free of arguments

2009-04-27 Thread fel...@php.net
From: fel...@php.net Operating system: PHP version: 5.3.0RC1 PHP Bug Type: Scripting Engine problem Bug description: call_user_method() invalid free of arguments Description: See below. Reproduce code: --- ?php class foo { public function

#47414 [NEW]: PDO_Firebird memory leaks when using bindColumn()

2009-02-16 Thread fel...@php.net
From: fel...@php.net Operating system: PHP version: 5.3CVS-2009-02-16 (CVS) PHP Bug Type: PDO related Bug description: PDO_Firebird memory leaks when using bindColumn() Description: See below. Reproduce code: --- ?php $db = new PDO

#47415 [NEW]: PDO_Firebird segfaults when passing lowercased column name to bindColumn()

2009-02-16 Thread fel...@php.net
From: fel...@php.net Operating system: PHP version: 5.3CVS-2009-02-16 (CVS) PHP Bug Type: PDO related Bug description: PDO_Firebird segfaults when passing lowercased column name to bindColumn() Description: The problem just happens when using lowercased column

#47398 [NEW]: PDO_Firebird doesn't implements quoter correctly

2009-02-15 Thread fel...@php.net
From: fel...@php.net Operating system: PHP version: 5.3CVS-2009-02-15 (CVS) PHP Bug Type: PDO related Bug description: PDO_Firebird doesn't implements quoter correctly Description: PDO_firebird doesn't add the initial and final quotes as other drivers