[PHP-DEV] PHP 5 Bug Summary Report

2008-12-22 Thread internals
 PHP 5 Bug Database summary - http://bugs.php.net/

 Num Status Summary (1240 total -- which includes 768 feature requests)
===[*General Issues]==
46845 Assigned   Test expected to fail, but pass, dont cause an error
46917 Open   Socket handling completely broken
===[Apache2 related]==
32220 Assigned   [PATCH] thread_resources for thread not getting freed when 
apache kills thread
44625 Assigned   php.ini doesn't show changed variable value for extension_dir 
and include_path
46479 Open   virtual() prints output to browser
46481 Open   apache_lookup_uri() draws blank if Apache auth enabled
46916 Open   Logging Messages Terminated With \r\r\n
===[Arrays related]===
46283 Feedback   array_merge_recursive() Warning recursion detected in...
46596 Verified   Setting an associative array $var with the key $var: 
$var[$var] = true
46701 Open   Creating associative array with long values in the key fails 
on 32bit linux
===[BC math related]==
44995 Open   bcpowmod() using a scale function always returns 0
46564 Open   bcmod( '1071', '357.5' ) returns '0'
46781 Open   BC math handles minus zero incorrectly
===[Bzip2 Related]
29521 Assigned   compress.bzip2 wrapper
===[Calendar related]=
40213 Suspended  easter_date() returns wrong timestamp if ...
44474 Open   GregorianToJD wrong return value
===[CGI related]==
43313 Assigned   getopt doesn't handle unknown parameters.
44679 Feedback   Lighttpd spawn-fcgi CRASH with PHP 5.2.6RC4
45217 Open   crash if -z and -m are used together
46305 Open   Exception handler not invoked when using -r command line option
46723 Open   FastCGI is incredibly slow due to TCP ack delay
===[Class/Object related]=
45199 Assigned   Serializing objects with private properties
45281 Assigned   each on objects shows private and protected properties
46140 Open   Unserializing with __wakeup that removes child causes 
subsequent refs to shift
46812 Open   get_class_vars() does not include visible private variable 
looking at subclass
===[COM related]==
31327 Assigned   chinese char and word problem
32099 Assigned   After opening ADO connection and closing it repeatedly, Apache 
stops service
34253 Assigned   COM binary object/array issue (question marks?)
35875 Assigned   IE event failure upon scheduling script
36360 Assigned   PHP crashes when accessing an object that was just create by 
parent object
37562 Assigned   Unable to lookup ParameterFieldDefinitions
37899 Assigned   [PATCH] php_char_to _OLECHAR copies junk bytes
37965 Assigned   Multi-dimensional array between PHP and COM
38719 Assigned   COM Error during accessing function VirtualMachines
40424 Assigned   Fatal error when setting the value of COM object's property 
array
40581 Assigned   Pass Struct type to COM object from PHP
40664 Assigned   String conversion functions wrong for multibyte chars
41055 Assigned   DOTNET not instantiating fully-pathed assembly
41078 Assigned   Its not possible to call Static dotNet Classes with dotnet
41189 Assigned   Multi-dimensional array in COM function causes hang
41368 Assigned   ADODB.Recordset ActiveConnection property - can't set with PHP 
5.2.1+
41388 Assigned   Error in COM Object results
41577 Assigned   DOTNET is successful once per server run
42413 Assigned   Cannot iterate IE's event object
42551 Assigned   new COM(HTMLFile) = warnings
42585 Assigned   die() in event handler = PHP hangs
43275 Open   get_class problem with COM objects
43432 Open   Fatal error when setting the value of COM object's Attribute 
property
43470 Open   COM API fails to correctly return [OUT]  VT_PTR references
43506 Open   com_get_active_object always fails
43521 Open   Problem with Variant/Parameters
43838 Open   variant_set with IE leads to hang
43897 Open   $ie not cleared on IE quit
44256 Open   Pb with COM in PHP5
44578 Open   Strange Behavior of PHP using COM Object
45280 Open   Reflection of instantiated COM classes causes PHP to crash.
45704 Open   $exception-getCode() always return 0x80020009 even when it 
shouldn't
45855 Open   COM-Problem with GET/SET, using same method name (but with 
different arg count)
46224 Open   Cannot instantiate .Net object (ABCpdf 6.1 .Net)
46522 Open   Problem using new com
===[Compile Failure]==
43857 Assigned   --program-suffix not always reflected everywhere
46002 Open   phpize fails when 

[PHP-DEV] PHP 6 Bug Summary Report

2008-12-22 Thread internals
 PHP 6 Bug Database summary - http://bugs.php.net/

 Num Status Summary (73 total -- which includes 32 feature requests)
===[*General Issues]==
26771 Suspended  register_tick_funtions crash under threaded webservers
===[*Unicode Issues]==
46634 Open   Array key differentiates between unicode and binary strings
===[Apache2 related]==
44083 Open   virtual() not outputting results if zlib.output_compression = 
On
===[Arrays related]===
35277 Suspended  incorrect recursion detection
41758 Assigned   SORT_LOCALE_STRING broken for sort() in PHP6
43109 Open   array_intersect() emits unexpected no of notices when 2d array 
is passed as arg
===[Class/Object related]=
41461 Assigned   E_STRICT notice when overriding methods not defined by an 
Interface in hierarchy
===[COM related]==
45836 Open   cannot use com 
46909 Open   COM object not allowing calls to methods
===[Compile Failure]==
42606 Open   unicode/constants.c relies on ICU draft api
44502 Suspended  Compiling ok with MySQL 5.0
===[Filesystem function related]==
42110 Open   fgetcsv doesn't handle \n correctly in multiline csv record
44034 Open   FILE_IGNORE_NEW_LINES in FILE does not work as expected when 
lines end in \r\n
46687 Open   pathinfo() returns unicode strings on Linux and non unicode 
strings on Windows
46688 Open   Return values differ from 5.3 and are also inconsistent
46689 Open   Downcoded notices suggest unfinished code in file system?
===[GD related]===
34670 Assigned   imageTTFText for Indian scripts (Devanagari)
34992 Assigned   imageconvolution does not respect alpha
===[I18N and L10N related]
42471 Open   locale_set_default returns true on invalid locales
===[mbstring related]=
44868 Open   Replaces UTF-8 symbol with incorrect symbol
===[mcrypt related]===
46834 Assigned   Range of mcrypt functions fail on PHP 6.0
===[MySQL related]
44076 Open   mysql_result returns nothing with blob
45246 Open   make error after ./configure --with-mysql
===[ODBC related]=
39756 Open   Crashes in fetching resultsets with LONG ASCII columns from 
MaxDB
===[OpenSSL related]==
25614 Suspended  openssl_pkey_get_public() fails when given a private key
===[Output Control]===
46900 Open   Unexpected behaviour in HEAD when output buffer callback 
returns null
46903 Open   ob_start(): Special $chunk_size value of 1 is not honoured in 
HEAD
===[PDO related]==
35368 Suspended  PDO query does not work properly with serialize
===[Performance problem]==
42528 Open   Out of char(8-bit) range value doesn't roll back, with 
uni-code ON.
===[Program Execution]
39992 Open   proc_terminate() leaves children of child running
43784 Assigned   escapeshellarg removes % from given string
===[Regexps related]==
44923 Open   ereg functions are not unicode aware: provide wrapper 
functions in PCRE
===[Reproducible crash]===
45107 Open   setting ext_dir to ./ (and other ini settings) causes apache 
crash
===[Scripting Engine problem]=
42194 Open   $argc/$argv[] won't work when .php extension is assigned to 
php.exe
===[Session related]==
44860 Open   session_encode() fails for php_binary serializer
===[SPL related]==
46646 Assigned   serialize/unserialize og splfileinfo segfaults
===[Strings related]==
45566 Open   Strict comparision on $_SERVER values fail
===[Unicode Engine related]===
45087 Open   Illegal or truncated character in input
===[URL related]==
45602 Open   urlencode/urldecode should use 

[PHP-DEV] 46848 can be closed

2008-12-22 Thread marius popa
46848 can be closed

I couldn't reproduce the bug with 5.2.8

http://bugs.php.net/46848
Missing Record in query

Tested on :windowsxp ,
on ubuntu intrepid with default php
also on ubuntu with 5.2.8 compiled from source

I don't have the access to close it

-- 
developer flamerobin.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php