[PHP-BUG] Bug #65936 [NEW]: dangling context pointer causes crash

2013-10-21 Thread tony2...@php.net
From: tony2...@php.net Operating system: * PHP version: 5.5Git-2013-10-21 (Git) Package: Reproducible crash Bug Type: Bug Bug description:dangling context pointer causes crash Description: Pointer to stream context is not cleared in persistent stream

[PHP-BUG] Bug #61285 [NEW]: SSL connections do not timeout

2012-03-05 Thread tony2...@php.net
From: tony2001 Operating system: PHP version: 5.4SVN-2012-03-05 (SVN) Package: OpenSSL related Bug Type: Bug Bug description:SSL connections do not timeout Description: SSL connections never timeout because poll() isn't even used in ext/openssl. Te

Bug #61285 [PATCH]: SSL connections do not timeout

2012-03-05 Thread tony2...@php.net
Edit report at https://bugs.php.net/bug.php?id=61285&edit=1 ID: 61285 Patch added by: tony2...@php.net Reported by:tony2...@php.net Summary:SSL connections do not timeout Status: Open Type: Bug Package:Ope

Bug #48724 [PATCH]: getColumnMeta() doesn't return native_type for BIT, TINYINT and YEAR

2012-04-13 Thread tony2...@php.net
Edit report at https://bugs.php.net/bug.php?id=48724&edit=1 ID: 48724 Patch added by: tony2...@php.net Reported by:an0nym at narod dot ru Summary:getColumnMeta() doesn't return native_type for BIT, TINYINT and YEA

[PHP-BUG] Bug #62838 [NEW]: enchant_dict_quick_check() destroys zval, but fails to initialized it

2012-08-16 Thread tony2...@php.net
From: tony2001 Operating system: PHP version: 5.4Git-2012-08-16 (Git) Package: Enchant related Bug Type: Bug Bug description:enchant_dict_quick_check() destroys zval, but fails to initialized it Description: enchant_dict_quick_check() destroys zval,

#48518 [NEW]: curl crashes when writing into invalid file handle

2009-06-10 Thread tony2...@php.net
From: tony2...@php.net Operating system: Linux PHP version: 5.3CVS-2009-06-10 (CVS) PHP Bug Type: Reproducible crash Bug description: curl crashes when writing into invalid file handle Description: curl_setopt() doesn't increase reference count of file poi

Bug #51772 [PATCH]: php-fpm do not support PowerPC processors

2010-06-08 Thread tony2...@php.net
Edit report at http://bugs.php.net/bug.php?id=51772&edit=1 ID: 51772 Patch added by: tony2...@php.net Reported by: vaskes at mail dot ru Summary: php-fpm do not support PowerPC processors Status: Analyzed Type: Bug Package:

[PHP-BUG] Bug #54423 [NEW]: classes from dl()'ed extensions are not destroyed

2011-03-30 Thread tony2...@php.net
From: Operating system: PHP version: 5.3SVN-2011-03-30 (SVN) Package: Scripting Engine problem Bug Type: Bug Bug description:classes from dl()'ed extensions are not destroyed Description: If an extension loaded with dl() declares any clasess, these

php-bugs@lists.php.net

2011-10-19 Thread tony2...@php.net
Edit report at https://bugs.php.net/bug.php?id=60082&edit=1 ID: 60082 Patch added by: tony2...@php.net Reported by:tklingenberg at lastflood dot net Summary:100% CPU / when using references with ArrayObject(&$ref).

[PHP-BUG] Bug #60240 [NEW]: invalid read/writes when unserializing specially crafted strings

2011-11-07 Thread tony2...@php.net
From: tony2001 Operating system: Linux 64bit PHP version: 5.4.0beta2 Package: Session related Bug Type: Bug Bug description:invalid read/writes when unserializing specially crafted strings Description: The following tests in 5_4 branch: ext/spl/tests/

[PHP-BUG] Bug #63369 [NEW]: (un)serialize() leaves dangling pointers, causes crashes

2012-10-26 Thread tony2...@php.net
From: tony2001 Operating system: * PHP version: 5.4Git-2012-10-26 (Git) Package: Reproducible crash Bug Type: Bug Bug description:(un)serialize() leaves dangling pointers, causes crashes Description: When a fatal error happens in a __sleep/__wakeup fu

Bug #63369 [PATCH]: (un)serialize() leaves dangling pointers, causes crashes

2012-10-26 Thread tony2...@php.net
Edit report at https://bugs.php.net/bug.php?id=63369&edit=1 ID: 63369 Patch added by: tony2...@php.net Reported by:tony2...@php.net Summary:(un)serialize() leaves dangling pointers, causes crashes Status: Open