#42802 [NEW]: Namespace not supported in typehints

2007-09-30 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux 2.6.21 PHP version: 5CVS-2007-09-30 (CVS) PHP Bug Type: Scripting Engine problem Bug description: Namespace not supported in typehints Description: Namespaces are not supported in type hints. Type hints

#42798 [NEW]: __autoload() not triggered for classes used in method signature

2007-09-29 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 5CVS-2007-09-29 (CVS) PHP Bug Type: Scripting Engine problem Bug description: __autoload() not triggered for classes used in method signature Description: In the PHP_5_3 branch, the __autoload

#42800 [NEW]: fopen() fails on HTTP/1.1 304 Not Modified

2007-09-29 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 5.2.4 PHP Bug Type: Streams related Bug description: fopen() fails on HTTP/1.1 304 Not Modified Description: When passing in an ETag or Last-Modified header to fopen() with a remote http stream

#42614 [NEW]: (feature request) pg_get_notify in pdo_pgsql

2007-09-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: 5.2.4 PHP Bug Type: PDO related Bug description: (feature request) pg_get_notify in pdo_pgsql Description: Hi, sorry that i post this as a bug, there is no other way to specify a feature request per

#42541 [NEW]: Check for namespace decl. on first line doesn't work when extended info is on

2007-09-04 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 6CVS-2007-09-04 (CVS) PHP Bug Type: Scripting Engine problem Bug description: Check for namespace decl. on first line doesn't work when extended info is on Description: When extended info is enabled

#42452 [NEW]: PDO classes do not expose Reflection API information

2007-08-28 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Irrelevant PHP version: 5CVS-2007-08-28 (CVS) PHP Bug Type: PDO related Bug description: PDO classes do not expose Reflection API information Description: PDOStatement, for instance, does not expose the data required

#42443 [NEW]: PDO SQLite3 lacks integer type support

2007-08-27 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: * PHP version: 6CVS-2007-08-27 (CVS) PHP Bug Type: SQLite related Bug description: PDO SQLite3 lacks integer type support Description: PDO SQLite3 calls sqlite3_bind_text() for all non-blob and non-null parameter types

#42372 [NEW]: [DateTime] Difference function

2007-08-22 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: doesn't matter PHP version: 5CVS-2007-08-22 (CVS) PHP Bug Type: Feature/Change Request Bug description: [DateTime] Difference function Description: Would be nice if DateTime had some sort of differences functions

#42352 [NEW]: instanceof get_class() generate parse error

2007-08-20 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Irrelevant PHP version: 5.2.3 PHP Bug Type: Scripting Engine problem Bug description: instanceof get_class() generate parse error Description: insteanceof and get_class() don't play nice. The following line of code

#42340 [NEW]: pg_trace does not work

2007-08-19 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.4.7 PHP Bug Type: PostgreSQL related Bug description: pg_trace does not work Description: pg_trace does not work. PHP:4.4.7 PostgreSQL: 8.2.4 Reproduce code: --- $ createdb testdb

#42230 [NEW]: echo ++$var output differs from $var++

2007-08-07 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: debian linux PHP version: 5.2.4RC1 PHP Bug Type: Unknown/Other Function Bug description: echo ++$var output differs from $var++ Description: different result from echoing post or pre incrementation of a variable $count=1

#42208 [NEW]: substr_replace() crashes when the same array is passed more than once

2007-08-04 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: * PHP version: 5CVS-2007-08-04 (CVS) PHP Bug Type: Reproducible crash Bug description: substr_replace() crashes when the same array is passed more than once Description: substr_replace( subject, replacement, from, len

#42200 [NEW]: when ob_start meet the internal functions..

2007-08-03 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: windows xp sp2 PHP version: 5.2.4RC1 PHP Bug Type: Output Control Bug description: when ob_start meet the internal functions.. Description: I use the functions ob_* with the internal functions to control the output

#42197 [NEW]: header() cannot be used after echo on CLI

2007-08-03 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 5.2.4RC1 PHP Bug Type: Session related Bug description: header() cannot be used after echo on CLI Description: When issuing a header() call in a php command line script (php cli) after I used 'echo

#42173 [NEW]: Query with INTERVAL DAY TO SECOND returns false

2007-08-01 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 6CVS-2007-08-02 (CVS) PHP Bug Type: OCI8 related Bug description: Query with INTERVAL DAY TO SECOND returns false Description: Queries for INTERVAL YEAR TO MONTH and INTERVAL DAY TO SECOND work in PHP5

#42139 [NEW]: XMLReader option constants are broken with respect to open() and XML()

2007-07-29 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: MacOS/Darwin 10.4.10/8.10.1 PHP version: 5CVS-2007-07-29 (CVS) PHP Bug Type: XML related Bug description: XMLReader option constants are broken with respect to open() and XML() Description: The XMLReader constants

#42134 [NEW]: oci_error() returns false after oci_new_collection() fails

2007-07-28 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 5CVS-2007-07-28 (CVS) PHP Bug Type: OCI8 related Bug description: oci_error() returns false after oci_new_collection() fails Description: Collection creation errors are displayed if display_errors

#42135 [NEW]: Second call of session_start() causes creation of SID

2007-07-28 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Irrelevant PHP version: 5.2.3 PHP Bug Type: Session related Bug description: Second call of session_start() causes creation of SID Description: PS(define_sid) = 1; PS(send_cookie) = 1; in session.c is before if (PS

#42112 [NEW]: deleting a node produces memory corruption

2007-07-26 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 5CVS-2007-07-26 (CVS) PHP Bug Type: DOM XML related Bug description: deleting a node produces memory corruption Description: When running getElementById() on a node that just has been removed I get

#42013 [NEW]: flush() does not flush with FastCGI

2007-07-16 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux (FC 6) PHP version: 5CVS-2007-07-16 (CVS) PHP Bug Type: CGI related Bug description: flush() does not flush with FastCGI Description: The following script works with plain CGI setup. It also works fine with Apache

#41924 [NEW]: symlink() on Windows Vista

2007-07-08 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 5.2.3 PHP Bug Type: Filesystem function related Bug description: symlink() on Windows Vista Description: Since Windows Vista, Microsoft supports symlinks as unix does since half a century: http

#41912 [NEW]: date() interprets Unix timestamp as GMT and converts it to the default timezone

2007-07-06 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Debian GNU/Linux PHP version: 5.2.3 PHP Bug Type: Unknown/Other Function Bug description: date() interprets Unix timestamp as GMT and converts it to the default timezone Description: date() interprets a Unix timestamp

#41884 [NEW]: ReflectionClass::getDefaultProperties() does not handle static attributes

2007-07-03 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Irrelevant PHP version: 5CVS-2007-07-03 (CVS) PHP Bug Type: Feature/Change Request Bug description: ReflectionClass::getDefaultProperties() does not handle static attributes Description: Static properties with default

#41770 [Csd-Opn]: SSL: fatal protocol error due to buffer issues

2007-07-02 Thread [EMAIL PROTECTED]
ID: 41770 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Open Bug Type: Streams related Operating System: Linux PHP Version: 5.2.3 New Comment: iliaa: All you did is make the warning not appear

#41781 [NEW]: PHP loses the reference to the default parameter

2007-06-22 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux 2.6.20.2 / Debian Sarge PHP version: 5.2.3 PHP Bug Type: Scripting Engine problem Bug description: PHP loses the reference to the default parameter Description: When using a pass by reference parameter

#41770 [NEW]: SSL: fatal protocol error due to buffer issues

2007-06-21 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 5.2.3 PHP Bug Type: Sockets related Bug description: SSL: fatal protocol error due to buffer issues Description: Essentially this bug is a mash up of #39283, #35758, #41021, #39039 and possibly others

#41724 [NEW]: libxml_get_last_error() - errors survice request scope

2007-06-18 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Any PHP version: 5CVS-2007-06-18 (CVS) PHP Bug Type: XML related Bug description: libxml_get_last_error() - errors survice request scope Description: If one fails to call libxml_clear_error() at the end of a request (via

#41721 [NEW]: Implement publically accessible interface for line numbers

2007-06-17 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: 5CVS-2007-06-18 (CVS) PHP Bug Type: DOM XML related Bug description: Implement publically accessible interface for line numbers Description: This is a feature request. The DOM extension currently offers

#41689 [NEW]: Compilation failure on HPUX 11.00

2007-06-14 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: HPUX 11.00 hppa32 PHP version: 5.2.3 PHP Bug Type: Compile Failure Bug description: Compilation failure on HPUX 11.00 Description: /bin/sh /home/mysqldev/php-mysqlnd-32bit/src/php-5.2.3/libtool --silent --preserve-dup

#41692 [NEW]: ArrayObject shows wierd behaviour in respect to inheritance

2007-06-14 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Gentoo PHP version: 5.2.3 PHP Bug Type: SPL related Bug description: ArrayObject shows wierd behaviour in respect to inheritance Description: See the code for best description, what happens... Reproduce code

#41693 [NEW]: scandir('') throws weird warning

2007-06-14 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 5CVS-2007-06-14 (CVS) PHP Bug Type: Directory function related Bug description: scandir('') throws weird warning Description: print_r(scandir('')) throws the following: Warning: scandir(): (errno 0

#41605 [NEW]: Add link to php.ini from start menu

2007-06-05 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 5.2.3 PHP Bug Type: Feature/Change Request Bug description: Add link to php.ini from start menu Description: Just a small feature request: It'd be helpful to have the installer add a link to php.ini

#41525 [NEW]: ReflectionParameter::getPosition() not available

2007-05-29 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Gentoo PHP version: 5.2.2 PHP Bug Type: Class/Object related Bug description: ReflectionParameter::getPosition() not available Description: The reflection documentation states that there is a method getPosition

#41459 [NEW]: [PATCH] PDO::pgsqlGetNotify()

2007-05-21 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Mac OS X 10.4.9 PHP version: 5CVS-2007-05-21 (CVS) PHP Bug Type: Feature/Change Request Bug description: [PATCH] PDO::pgsqlGetNotify() Description: I read Wez was working on PDO::pgsqlGetNotify(), but since I couldn't

#41390 [Bgs-Opn]: stream_wrapper_register() and underscore in $protocol

2007-05-15 Thread [EMAIL PROTECTED]
ID: 41390 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: Streams related Operating System: WinXP SP2 PHP Version: 5.2.2 New Comment: In php_register_url_stream_wrapper

#41390 [NEW]: stream_wrapper_register() and underscore in $protocol

2007-05-14 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: WinXP SP2 PHP version: 5.2.2 PHP Bug Type: Streams related Bug description: stream_wrapper_register() and underscore in $protocol Description: When I use underscores in $protocol parameter for stream_wrapper_register

#41347 [NEW]: checkdnsrr() segfaults on empty hostname

2007-05-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Mac OS X 10.4.9 PHP version: 5.2.2 PHP Bug Type: Network related Bug description: checkdnsrr() segfaults on empty hostname Description: checkdnsrr() should return FALSE on error, but it segfaults if host argument

#41353 [NEW]: openssl_pkcs12_read() does not verify the type of the first arg

2007-05-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 5CVS-2007-05-10 (CVS) PHP Bug Type: OpenSSL related Bug description: openssl_pkcs12_read() does not verify the type of the first arg Description: Function openssl_pkcs12_read() does not check the type

#41358 [NEW]: configure cannot determine libcurl's SSL lib as of v7.16.2

2007-05-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: 5CVS-2007-05-10 (CVS) PHP Bug Type: *Compile Issues Bug description: configure cannot determine libcurl's SSL lib as of v7.16.2 Description: ext/curl (ZTS) probably needs a runtime check for libcurl's SSL

#41361 [NEW]: shell_exec() does not find binaries

2007-05-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 5CVS-2007-05-11 (CVS) PHP Bug Type: Program Execution Bug description: shell_exec() does not find binaries Description: [EMAIL PROTECTED] ~ % cat test.php ?php shell_exec(php -v); [EMAIL PROTECTED

#41252 [NEW]: calling mcrypt_generic without first calling mcrypt_generic_init crashes

2007-05-01 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.4.6 PHP Bug Type: Reproducible crash Bug description: calling mcrypt_generic without first calling mcrypt_generic_init crashes Description: Calling mcrypt_generic() without first calling

#41113 [NEW]: another complex memleak

2007-04-17 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 5CVS-2007-04-17 (CVS) PHP Bug Type: Scripting Engine problem Bug description: another complex memleak Description: The code below causes two small memleaks. Reproduce code: --- ?php

#41093 [NEW]: magic_quotes_gpc ignores first arrays keys

2007-04-15 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Irrelevant PHP version: 5.2.1 PHP Bug Type: Scripting Engine problem Bug description: magic_quotes_gpc ignores first arrays keys Description: When magic_quotes_gpc is on, it ignores the keys of array values in $_GET etc

#41093 [Opn]: magic_quotes_gpc ignores first arrays keys

2007-04-15 Thread [EMAIL PROTECTED]
ID: 41093 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Irrelevant PHP Version: 5.2.1 New Comment: NB: I specified 5.2.1 to keep the bug tracker happy

#41093 [Opn]: magic_quotes_gpc ignores first arrays keys

2007-04-15 Thread [EMAIL PROTECTED]
ID: 41093 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Irrelevant PHP Version: 5.2.1 New Comment: This seems to fix it (as in the equivalent line for scalar

#41075 [NEW]: memleak when creating default object caused exception

2007-04-13 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 5CVS-2007-04-13 (CVS) PHP Bug Type: Scripting Engine problem Bug description: memleak when creating default object caused exception Description: Kinda hard to explain, better look at the code below

#41061 [NEW]: visibility error in ReflectionFunction::export()

2007-04-12 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 5CVS-2007-04-12 (CVS) PHP Bug Type: Unknown/Other Function Bug description: visibility error in ReflectionFunction::export() Description: ReflectionFunction() incorrectly presumes function flags can

#41062 [NEW]: is_executable only looks at basic executables

2007-04-12 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Windows XP SP2 PHP version: 5CVS-2007-04-12 (snap) PHP Bug Type: Filesystem function related Bug description: is_executable only looks at basic executables Description: For Windows, the is_executable() function only

#41037 [NEW]: unregister_tick_function() inside the tick function crash PHP

2007-04-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: * PHP version: 5CVS-2007-04-10 (CVS) PHP Bug Type: Unknown/Other Function Bug description: unregister_tick_function() inside the tick function crash PHP Description: the given code segfaults (from a manual user note

#40930 [NEW]: Different error handling on different callings with E_STRICT

2007-03-27 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux/WinXP PHP version: 5.2.1 PHP Bug Type: Scripting Engine problem Bug description: Different error handling on different callings with E_STRICT Description: Assume there a two classes. The first class is an abstract

#40918 [NEW]: Enhance debug_backtrace to supply the name of parameters.

2007-03-26 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.4.5 PHP Bug Type: Feature/Change Request Bug description: Enhance debug_backtrace to supply the name of parameters. Description: Currently, debug_backtrace() supplies details of parameters

#40193 [NoF-Opn]: Function names missing in error messages on Sparc

2007-03-19 Thread [EMAIL PROTECTED]
ID: 40193 User updated by: [EMAIL PROTECTED] -Summary: PHP crashes on start on Sparc (GCC 4.x only) Reported By: [EMAIL PROTECTED] -Status: No Feedback +Status: Open Bug Type: Filesystem function related Operating System: Debian Linux

#40193 [Fbk-Opn]: Function names missing in error messages on Sparc

2007-03-19 Thread [EMAIL PROTECTED]
ID: 40193 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Filesystem function related Operating System: Debian Linux/Sparc PHP Version: 6CVS-2007-03-19 (CVS) New Comment: Last

#40848 [NEW]: compiler optimization bug randomizes array sorting

2007-03-18 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Solaris PHP version: 5.2.1 PHP Bug Type: Arrays related Bug description: compiler optimization bug randomizes array sorting Description: Because the wrong type is used for the return value from the qsort callback

#40784 [NEW]: Case sensivity in constructor's fallback

2007-03-12 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Irrelevant PHP version: 5.2.1 PHP Bug Type: Scripting Engine problem Bug description: Case sensivity in constructor's fallback Description: When resolving a static method, there is one case where it will be case

#40574 [NoF-Opn]: file_put_contents fails with ftp wrapper

2007-03-05 Thread [EMAIL PROTECTED]
ID: 40574 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: No Feedback +Status: Open Bug Type:Streams related PHP Version: 5.2.1 New Comment: Using proftpd with authentication fails php $c = stream_context_create

#40705 [NEW]: Iterating within function moves original array pointer

2007-03-03 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Irrelevant PHP version: 5.2.1 PHP Bug Type: Arrays related Bug description: Iterating within function moves original array pointer Description: If an array is passed by value to the function and is iterated over within

#40714 [NEW]: 'false instanceof string;' gives fun times.... NOT

2007-03-03 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 5.2.1 PHP Bug Type: Scripting Engine problem Bug description: 'false instanceof string;' gives fun times NOT Description: # php -r 'false instanceof string;' Fatal error: Invalid opcode 138/1/1

#40714 [Fbk-Opn]: 'false instanceof string;' gives fun times.... NOT

2007-03-03 Thread [EMAIL PROTECTED]
ID: 40714 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Scripting Engine problem Operating System: linux PHP Version: 5.2.1 New Comment: it may never have been intended

#40694 [NEW]: __call() does not allow passing args by reference

2007-03-02 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: 5CVS-2007-03-02 (CVS) PHP Bug Type: Scripting Engine problem Bug description: __call() does not allow passing args by reference Description: __call() method does not allow specifying the arguments array

#40661 [NEW]: cwd is reset when shutdown handler runs

2007-02-27 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4CVS-2007-02-27 (CVS) PHP Bug Type: *Directory/Filesystem functions Bug description: cwd is reset when shutdown handler runs Description: When this script is run with the Apache1 sapi the second CWD

#40639 [NEW]: DBLIB driver segfaults on repeated prepared select statements

2007-02-26 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Mac OS X 10.4.8 PHP version: 5CVS-2007-02-26 (CVS) PHP Bug Type: PDO related Bug description: DBLIB driver segfaults on repeated prepared select statements Description: The DBLIB PDO driver seems to crash when first

#40639 [Fbk-Opn]: DBLIB driver segfaults on repeated prepared select statements

2007-02-26 Thread [EMAIL PROTECTED]
ID: 40639 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: PDO related Operating System: Mac OS X 10.4.8 PHP Version: 5CVS-2007-02-26 (CVS) New Comment: (gdb) p stmt $1

#40639 [Opn]: DBLIB driver segfaults on repeated prepared select statements

2007-02-26 Thread [EMAIL PROTECTED]
ID: 40639 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PDO related Operating System: Mac OS X 10.4.8 PHP Version: 5CVS-2007-02-26 (CVS) New Comment: Also, check out this one, I'm not sure whether

#40621 [NEW]: Crash when constructor called inappropriately (statically)

2007-02-24 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 5.2.1 PHP Bug Type: Reproducible crash Bug description: Crash when constructor called inappropriately (statically) Description: PHP 5.2.x (tried 5.2.1, 5.2.0) crashes if a constructor is called

#40625 [NEW]: Indirect modification of overloaded property

2007-02-24 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: XP SP2 PHP version: 5.2.1 PHP Bug Type: Class/Object related Bug description: Indirect modification of overloaded property Description: While using __get and __set im getting the following notice : Notice: Indirect

#40591 [NEW]: list()=string; gives invalid opcode

2007-02-22 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: 5CVS-2007-02-22 (snap) PHP Bug Type: Scripting Engine problem Bug description: list()=string; gives invalid opcode Description: . Reproduce code: --- list($a,$b,$c)=abc; -- Edit bug report

#40574 [NEW]: file_put_contents fails with ftp wrapper

2007-02-21 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: 5.2.1 PHP Bug Type: Streams related Bug description: file_put_contents fails with ftp wrapper Description: The ftp wrapper fails on writing operations. I tried file_put_contents() with a stream context

#40574 [Opn]: file_put_contents fails with ftp wrapper

2007-02-21 Thread [EMAIL PROTECTED]
ID: 40574 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type:Streams related PHP Version: 5.2.1 New Comment: I've ran an strace, here is the result strace -e network php ftp.php socket(PF_INET, SOCK_STREAM

#40539 [NEW]: Invisible attributes in XML loaded with default namespace

2007-02-19 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 5.2.1 PHP Bug Type: SimpleXML related Bug description: Invisible attributes in XML loaded with default namespace Description: When I load XML with fourth attribute of simplexml_load_file

#40508 [NEW]: Namespace xpath doesn't work for nested elements

2007-02-16 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 5.2.1 PHP Bug Type: SimpleXML related Bug description: Namespace xpath doesn't work for nested elements Description: Registering XPath namespace works only for XPath queries from root element

#40482 [Bgs-Opn]: Sprintf format specifier e output modification

2007-02-15 Thread [EMAIL PROTECTED]
ID: 40482 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: Output Control Operating System: Linux 2.6.20 PHP Version: 5.2.1 New Comment: You could see the the number

#40482 [NEW]: Sprintf format specifier e output modification

2007-02-14 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux 2.6.20 PHP version: 5.2.1 PHP Bug Type: Output Control Bug description: Sprintf format specifier e output modification Description: There is no real category for sprintf() or string functions issues, I hope

#40430 [NEW]: timeout parameter for function file()

2007-02-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.4.4 PHP Bug Type: Feature/Change Request Bug description: timeout parameter for function file() Description: When you use file() to get a file over a network (internet) like file(http://www.php.net

#40374 [NEW]: Double free during shutdown

2007-02-06 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux/Debian amd64 PHP version: 6CVS-2007-02-06 (CVS) PHP Bug Type: Reproducible crash Bug description: Double free during shutdown Description: On my amd64 the following code snippet lead to a warning from glibc

#40374 [Csd]: Double free during shutdown

2007-02-06 Thread [EMAIL PROTECTED]
ID: 40374 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Reproducible crash Operating System: Linux/Debian amd64 PHP Version: 6CVS-2007-02-06 (CVS) New Comment: Ah, yes, I just synced. Thanks

#40367 [NEW]: __COMPILER_HALT_OFFSET__ 2 bytes off in some cases

2007-02-05 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux (Ubuntu 6.10 64-bit) PHP version: 5CVS-2007-02-05 (CVS) PHP Bug Type: Scripting Engine problem Bug description: __COMPILER_HALT_OFFSET__ 2 bytes off in some cases Description: These test script outputs 94 when

#40193 [Opn]: PHP crashes on start on Sparc (GCC 4.x only)

2007-01-30 Thread [EMAIL PROTECTED]
ID: 40193 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Operating System: Debian Linux/Sparc PHP Version: 6CVS-2007-01-22 (CVS) New Comment: Actually I am using Debian/SPARC

#40285 [NEW]: The prepare parser goes into an infinite loop.

2007-01-30 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 5CVS-2007-01-30 (CVS) PHP Bug Type: PDO related Bug description: The prepare parser goes into an infinite loop. Description: When running the reproduce code below the parser pdo_parse_params in ext/pdo

#40231 [Csd]: file_exists incorrectly reports false

2007-01-29 Thread [EMAIL PROTECTED]
ID: 40231 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Filesystem function related Operating System: Windows XP SP2 PHP Version: 5CVS-2007-01-25 (snap) Assigned To: dmitry New Comment: Yes

#40231 [NEW]: file_exists incorrectly reports false

2007-01-25 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Windows XP SP2 PHP version: 5CVS-2007-01-25 (snap) PHP Bug Type: Scripting Engine problem Bug description: file_exists incorrectly reports false Description: Latest release fails to find files using file_exists. 2

#40231 [Opn]: file_exists incorrectly reports false

2007-01-25 Thread [EMAIL PROTECTED]
ID: 40231 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows XP SP2 PHP Version: 5CVS-2007-01-25 (snap) New Comment: Sorry. I forgot to mention that of the 2

#40231 [Fbk-Opn]: file_exists incorrectly reports false

2007-01-25 Thread [EMAIL PROTECTED]
ID: 40231 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Filesystem function related Operating System: Windows XP SP2 PHP Version: 5CVS-2007-01-25 (snap) Assigned

#40235 [NEW]: serialize breaks with floats if locale is set to de_DE

2007-01-25 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Gentoo Linux PHP version: 5.2.1RC3 PHP Bug Type: Variables related Bug description: serialize breaks with floats if locale is set to de_DE Description: If locale is set to de_DE serialized arrays and objects with floats

#40235 [Fbk-Csd]: serialize breaks with floats if locale is set to de_DE

2007-01-25 Thread [EMAIL PROTECTED]
ID: 40235 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Closed Bug Type: Variables related Operating System: Gentoo Linux PHP Version: 5.2.1RC3 New Comment: Fixed in PHP 5.2.1RC4-dev (cli

#40193 [NEW]: PHP crashes on start on Sparc

2007-01-22 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Debian Linux/Sparc PHP version: 6CVS-2007-01-22 (CVS) PHP Bug Type: *General Issues Bug description: PHP crashes on start on Sparc Description: Just php -v on Sparc crashed php (this is HEAD). gcc 4.1 Reproduce code

#40193 [Fbk-Opn]: PHP crashes on start on Sparc

2007-01-22 Thread [EMAIL PROTECTED]
ID: 40193 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open -Bug Type: Reproducible crash +Bug Type: Filesystem function related Operating System: Debian Linux/Sparc PHP Version: 6CVS

#40188 [NEW]: stream_copy_to_stream() with filters truncates output

2007-01-21 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: kubuntu linux PHP version: 5.2.0 PHP Bug Type: Streams related Bug description: stream_copy_to_stream() with filters truncates output Description: This was detected in the phar extension, but can be reproduced

#40189 [NEW]: endless loop in zlib.inflate stream filter

2007-01-21 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: kubuntu linux PHP version: 5CVS-2007-01-22 (CVS) PHP Bug Type: Zlib Related Bug description: endless loop in zlib.inflate stream filter Description: run the test pecl/phar/tests/phar_ctx_001.phpt or pecl/phar/tests

#40153 [NEW]: Segfault with external gd and imagefill

2007-01-17 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux 2.6.19 PHP version: 5.2.0 PHP Bug Type: GD related Bug description: Segfault with external gd and imagefill Description: Segfault occurs when using imagefill() with external GD library. Extract from `php -i

#40121 [Asn]: DBLIB driver wont free statements

2007-01-15 Thread [EMAIL PROTECTED]
ID: 40121 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: PDO related Operating System: Mac OS X 10.4.8 PHP Version: 5.2.1RC2 Assigned To: fmk New Comment: And more issues :-) That previous

#40121 [Csd-Opn]: DBLIB driver wont free statements

2007-01-14 Thread [EMAIL PROTECTED]
ID: 40121 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Open Bug Type: PDO related Operating System: Mac OS X 10.4.8 PHP Version: 5.2.1RC2 New Comment: I couldn't get it to compile, so I

#40121 [Opn]: DBLIB driver wont free statements

2007-01-14 Thread [EMAIL PROTECTED]
ID: 40121 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PDO related Operating System: Mac OS X 10.4.8 PHP Version: 5.2.1RC2 New Comment: After playing around with GDB I noticed that the S-cols is being

#40121 [NEW]: DBLIB driver wont free statements

2007-01-13 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Mac OS X 10.4.8 PHP version: 5.2.1RC2 PHP Bug Type: PDO related Bug description: DBLIB driver wont free statements Description: As stated on the summary, PDO DBLIB driver wont free memory allocated to statements

#40121 [Opn]: DBLIB driver wont free statements

2007-01-13 Thread [EMAIL PROTECTED]
ID: 40121 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PDO related Operating System: Mac OS X 10.4.8 PHP Version: 5.2.1RC2 New Comment: Forgot to mention that it works perfectly with MySQL driver

#40122 [NEW]: Variable parsing eats up memory

2007-01-13 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Mac OS X 10.4.8 PHP version: 5.2.1RC2 PHP Bug Type: Strings related Bug description: Variable parsing eats up memory Description: I'm not sure whether this is intended behaviour, but variable parsing inside strings seem

#40111 [NEW]: call-time pass by reference is either ambiguous or wrong.

2007-01-12 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Irrelevant PHP version: 5.2.0 PHP Bug Type: Scripting Engine problem Bug description: call-time pass by reference is either ambiguous or wrong. Description: Warning: Call-time pass-by-reference has been deprecated

#40086 [NEW]: Method call failure with tr_TR locale

2007-01-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: Linux (CentOS 4) PHP version: 5CVS-2007-01-10 (CVS) PHP Bug Type: Scripting Engine problem Bug description: Method call failure with tr_TR locale Description: Calling object methods with uppercase I characters

#40006 [NEW]: Memory leak in sybase_query()

2007-01-03 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: CentOS 4 PHP version: 5CVS-2007-01-03 (CVS) PHP Bug Type: Sybase (dblib) related Bug description: Memory leak in sybase_query() Description: Calling sybase_query() for a SELECT query that returns multiple rows causes

#39992 [NEW]: proc_terminate() leaves children of child running

2006-12-30 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: linux PHP version: 6CVS-2006-12-30 (CVS) PHP Bug Type: Program Execution Bug description: proc_terminate() leaves children of child running Description: With the short reproduce code below, PHP fork()s a new process (sh

<    1   2   3   4   5   6   7   8   9   10   >