[PHP-BUG] Req #64871 [NEW]: The ::class operator should verify the class name

2013-05-17 Thread vr...@php.net
From: vr...@php.net Operating system: Any PHP version: 5.5.0RC1 Package: Class/Object related Bug Type: Feature/Change Request Bug description:The ::class operator should verify the class name Description: One of the main advantages of the ::class

[PHP-BUG] Bug #64863 [NEW]: PHP_INT_SIZE is 4 instead of 8 on 64bit Windows build

2013-05-16 Thread vr...@php.net
From: vrana Operating system: Windows 64bit PHP version: 5.5.0RC1 Package: *Compile Issues Bug Type: Bug Bug description:PHP_INT_SIZE is 4 instead of 8 on 64bit Windows build Description: I want to work with DB bigint data type without troubles, I

[PHP-BUG] Bug #64849 [NEW]: imagescale() ignores method parameter

2013-05-15 Thread vr...@php.net
From: vrana Operating system: Any PHP version: 5.5.0RC1 Package: GD related Bug Type: Bug Bug description:imagescale() ignores method parameter Description: See https://github.com/php/php-src/blob/php-5.5.0RC1/ext/gd/gd.c#L5076. -- Edit bug report

[PHP-BUG] Bug #64851 [NEW]: DateTimeImmutable::createFromFormat() returns DateTime

2013-05-15 Thread vr...@php.net
From: vrana Operating system: Any PHP version: 5.5.0RC1 Package: Date/time related Bug Type: Bug Bug description:DateTimeImmutable::createFromFormat() returns DateTime Description: It should return DateTimeImmutable. Test script: ---

Bug #64849 [Com]: imagescale() ignores method parameter

2013-05-15 Thread vr...@php.net
Edit report at https://bugs.php.net/bug.php?id=64849edit=1 ID: 64849 Comment by: vr...@php.net Reported by:vr...@php.net Summary:imagescale() ignores method parameter Status: Assigned Type: Bug Package:GD

[PHP-BUG] Bug #64852 [NEW]: Allow binding arrays in PDO

2013-05-15 Thread vr...@php.net
From: vrana Operating system: Any PHP version: 5.5.0RC1 Package: PDO related Bug Type: Bug Bug description:Allow binding arrays in PDO Description: Binding arrays would be useful in these queries: WHERE id IN ? INSERT INTO ... VALUES ? Most

[PHP-BUG] Bug #64552 [NEW]: Some extensions missing from x64 Windows distribution

2013-03-30 Thread vr...@php.net
From: vrana Operating system: Windows PHP version: 5.5.0beta1 Package: Windows Installer Bug Type: Bug Bug description:Some extensions missing from x64 Windows distribution Description: I've downloaded php-5.5.0beta2-Win32-VC11-x64.zip from

[PHP-BUG] Bug #61409 [NEW]: Bad formatting on php_info()

2012-03-15 Thread vr...@php.net
From: vrana Operating system: Irrelevant PHP version: 5.4SVN-2012-03-15 (SVN) Package: PHP options/info functions Bug Type: Bug Bug description:Bad formatting on php_info() Description: The whole row of Registered PHP Streams (and two others) is

[PHP-BUG] Bug #61378 [NEW]: php -H doesn't work

2012-03-13 Thread vr...@php.net
From: vrana Operating system: Irrelevant PHP version: 5.4.0 Package: CGI/CLI related Bug Type: Bug Bug description:php -H doesn't work Description: `php -H` or `php --hide-args` should hide passed arguments from the running script but it does

Bug #61378 [PATCH]: php -H doesn't work

2012-03-13 Thread vr...@php.net
Edit report at https://bugs.php.net/bug.php?id=61378edit=1 ID: 61378 Patch added by: vr...@php.net Reported by:vr...@php.net Summary:php -H doesn't work Status: Open Type: Bug Package:CGI/CLI related Operating

[PHP-BUG] Bug #61173 [NEW]: Unable to detect error from finfo constructor

2012-02-23 Thread vr...@php.net
From: vrana Operating system: Irrelevant PHP version: 5.4.0RC8 Package: Filesystem function related Bug Type: Bug Bug description:Unable to detect error from finfo constructor Description: There is currently no way to detect error in

[PHP-BUG] Bug #61116 [NEW]: HTML functions use encoding, not charset

2012-02-16 Thread vr...@php.net
From: vrana Operating system: Irrelevant PHP version: trunk-SVN-2012-02-16 (SVN) Package: Strings related Bug Type: Bug Bug description:HTML functions use encoding, not charset Description: HTML functions use encoding, not charset. E.g. ISO-8859-1

Bug #61116 [PATCH]: HTML functions use encoding, not charset

2012-02-16 Thread vr...@php.net
Edit report at https://bugs.php.net/bug.php?id=61116edit=1 ID: 61116 Patch added by: vr...@php.net Reported by:vr...@php.net Summary:HTML functions use encoding, not charset Status: Open Type: Bug Package:Strings

Bug #55056 [Com]: missing php_gd2.dll in windows.php.net builds

2012-02-03 Thread vr...@php.net
Edit report at https://bugs.php.net/bug.php?id=55056edit=1 ID: 55056 Comment by: vr...@php.net Reported by:giorgio dot liscio at email dot it Summary:missing php_gd2.dll in windows.php.net builds Status: Re-Opened Type

[PHP-BUG] Bug #60732 [NEW]: php_error_docref links to invalid pages

2012-01-12 Thread vr...@php.net
From: vrana Operating system: Irrelevant PHP version: 5.4SVN-2012-01-12 (SVN) Package: Scripting Engine problem Bug Type: Bug Bug description:php_error_docref links to invalid pages Description: Links to PHP Manual generated in case of an error are

Bug #60732 [PATCH]: php_error_docref links to invalid pages

2012-01-12 Thread vr...@php.net
Edit report at https://bugs.php.net/bug.php?id=60732edit=1 ID: 60732 Patch added by: vr...@php.net Reported by:vr...@php.net Summary:php_error_docref links to invalid pages Status: Open Type: Bug Package

[PHP-BUG] Bug #60707 [NEW]: max_input_vars allows one extra var

2012-01-10 Thread vr...@php.net
From: vrana Operating system: Irrelevant PHP version: 5.3.9 Package: Variables related Bug Type: Bug Bug description:max_input_vars allows one extra var Description: Setting max_input_vars to N allows N+1 variables. Test script: --- form

[PHP-BUG] Bug #60668 [NEW]: Setting user_agent can send other headers

2012-01-06 Thread vr...@php.net
From: vrana Operating system: Irrelevant PHP version: 5.4.0RC5 Package: HTTP related Bug Type: Bug Bug description:Setting user_agent can send other headers Description: Setting 'user_agent' INI value to a string containing a newline causes sending a

[PHP-BUG] Bug #60639 [NEW]: ReflectionFunction::IS_DEPRECATED is not used anywhere

2012-01-02 Thread vr...@php.net
From: vrana Operating system: Irrelevant PHP version: trunk-SVN-2012-01-03 (SVN) Package: Reflection related Bug Type: Bug Bug description:ReflectionFunction::IS_DEPRECATED is not used anywhere Description: The ReflectionFunction class defines a

[PHP-BUG] Bug #60468 [NEW]: Output is not discarded when ob_start() callback returns

2011-12-08 Thread vr...@php.net
From: vrana Operating system: Windows PHP version: 5.4.0RC2 Package: Output Control Bug Type: Bug Bug description:Output is not discarded when ob_start() callback returns Description: If ob_start() callback returns an empty string then nothing

[PHP-BUG] Bug #60369 [NEW]: Crash with static property in trait

2011-11-23 Thread vr...@php.net
From: vrana Operating system: Windows 7 PHP version: 5.4.0RC1 Package: Class/Object related Bug Type: Bug Bug description:Crash with static property in trait Description: PHP crashes when there is a static property defined in a trait plus there is a

Bug #60369 [Com]: Crash with static property in trait

2011-11-23 Thread vr...@php.net
Edit report at https://bugs.php.net/bug.php?id=60369edit=1 ID: 60369 Comment by: vr...@php.net Reported by:vr...@php.net Summary:Crash with static property in trait Status: Verified Type: Bug Package:Class

[PHP-BUG] Bug #55101 [NEW]: Functions symlink() and readlink() are missing on Windows Vista

2011-07-01 Thread vr...@php.net
From: Operating system: Windows XP PHP version: 5.4.0alpha1 Package: Reflection related Bug Type: Bug Bug description:Functions symlink() and readlink() are missing on Windows Vista Description: These two functions are available on Windows = Vista

Bug #55101 [Opn]: Functions symlink() and readlink() are missing on Windows Vista

2011-07-01 Thread vr...@php.net
Edit report at https://bugs.php.net/bug.php?id=55101edit=1 ID: 55101 User updated by:vr...@php.net Reported by:vr...@php.net Summary:Functions symlink() and readlink() are missing on Windows Vista Status: Open Type

[PHP-BUG] Bug #55085 [NEW]: Undocumented BC break with changing __construct() signature

2011-06-30 Thread vr...@php.net
From: Operating system: Irrelevant PHP version: 5.4.0alpha1 Package: Class/Object related Bug Type: Bug Bug description:Undocumented BC break with changing __construct() signature Description: PHP 5.* allows changing an abstract __construct()

[PHP-BUG] Bug #55084 [NEW]: Function registered by header_register_callback is called only once per process

2011-06-30 Thread vr...@php.net
From: Operating system: Windows PHP version: 5.4.0alpha1 Package: HTTP related Bug Type: Bug Bug description:Function registered by header_register_callback is called only once per process Description: I use Apache 2.2.19. Function registered by

[PHP-BUG] Req #52390 [NEW]: mysqli_report() should be per-request setting

2010-07-21 Thread vr...@php.net
From: vrana Operating system: Irrelevant PHP version: 5.3.2 Package: MySQLi related Bug Type: Feature/Change Request Bug description:mysqli_report() should be per-request setting Description: The report_mode variable set by mysqli_report() should be

[PHP-BUG] Bug #52120 [NEW]: Unable to call inherited protected __construct

2010-06-18 Thread vr...@php.net
From: vrana Operating system: * PHP version: 5.3.2 Package: Class/Object related Bug Type: Bug Bug description:Unable to call inherited protected __construct Description: Protected visibility allows accessing parent members and also members of

[PHP-BUG] Bug #51690 [NEW]: Phar::setStub looks for case-sensitive __HALT_COMPILER()

2010-04-28 Thread vr...@php.net
From: vrana Operating system: Any PHP version: 5.3.2 Package: PHAR related Bug Type: Bug Bug description:Phar::setStub looks for case-sensitive __HALT_COMPILER() Description: Functions in PHP are case-insensitive. This is valid also for

[PHP-BUG] Bug #51615 [NEW]: PHP crash with wrong HTML in SimpleXML

2010-04-20 Thread vr...@php.net
From: vrana Operating system: Windows XP PHP version: 5.3.2 Package: SimpleXML related Bug Type: Bug Bug description:PHP crash with wrong HTML in SimpleXML Description: It is possible to load incorrect HTML by DOM and import it to

#49566 [NEW]: addcslashes() requires strictly binary string

2009-09-15 Thread vr...@php.net
From: vr...@php.net Operating system: Irrelevant PHP version: 6SVN-2009-09-15 (snap) PHP Bug Type: Strings related Bug description: addcslashes() requires strictly binary string Description: addcslashes() should allow Unicode string in both parameters. I use

#49442 [NEW]: Some queries crash PHP with mysqli_real_connect()

2009-09-02 Thread vr...@php.net
From: vr...@php.net Operating system: Windows PHP version: 5.3.0 PHP Bug Type: MySQLi related Bug description: Some queries crash PHP with mysqli_real_connect() Description: LOAD DATA LOCAL INFILE query together with connecting by mysqli_real_connect() causes

#48314 [NEW]: PDO_MySQL doesn't use prepared statements

2009-05-18 Thread vr...@php.net
From: vr...@php.net Operating system: Windows PHP version: 5.2.9 PHP Bug Type: PDO related Bug description: PDO_MySQL doesn't use prepared statements Description: It seems that PDO_MySQL doesn't use prepared statements even with disabled PDO

#47689 [NEW]: Apache crash with certain regular expression

2009-03-17 Thread vr...@php.net
From: vr...@php.net Operating system: Windows PHP version: 5.2.9 PHP Bug Type: PCRE related Bug description: Apache crash with certain regular expression Description: Apache 2.2.11 crashes with PHP 5.2.9-1 on the following code. The same script run from CLI

#47089 [Fbk-Csd]: Shebang is printed under Windows

2009-01-19 Thread vr...@php.net
ID: 47089 User updated by: vr...@php.net Reported By: vr...@php.net -Status: Feedback +Status: Closed Bug Type: CGI related Operating System: win32 only PHP Version: 5.3.0alpha4-dev Assigned To: pajoye New Comment: Works

#47089 [Opn]: Shebang is printed under Windows

2009-01-14 Thread vr...@php.net
ID: 47089 User updated by: vr...@php.net Reported By: vr...@php.net Status: Open Bug Type: CGI related Operating System: win32 only PHP Version: 5.3.0alpha4-dev New Comment: php.exe in Windows distribution is CLI. ?php echo PHP_SAPI; ? prints cli

#47085 [NEW]: rename() returns true even if the file in PHAR does not exist

2009-01-13 Thread vr...@php.net
From: vr...@php.net Operating system: Windows PHP version: 5.3.0alpha3 PHP Bug Type: PHAR related Bug description: rename() returns true even if the file in PHAR does not exist Description: rename() returns true with phar:// stream wrapper even if the oldfile

#47087 [NEW]: Second parameter of mssql_fetch_array() is ignored

2009-01-13 Thread vr...@php.net
From: vr...@php.net Operating system: Windows PHP version: 5.3.0alpha3 PHP Bug Type: MSSQL related Bug description: Second parameter of mssql_fetch_array() is ignored Description: It seems that the result_type parameter of mssql_fetch_array() is always set

#47089 [NEW]: Shebang is printed under Windows

2009-01-13 Thread vr...@php.net
From: vr...@php.net Operating system: Windows PHP version: 5.3.0alpha4-dev PHP Bug Type: CGI related Bug description: Shebang is printed under Windows Description: The shebang line (e.g. #!/usr/bin/php) is printed in PHP 5.3.0alpha4-dev by php.exe while

#47050 [NEW]: mysqli_poll() modifies improper variables

2009-01-09 Thread vr...@php.net
From: vr...@php.net Operating system: Windows PHP version: 5.3.0alpha3 PHP Bug Type: MySQLi related Bug description: mysqli_poll() modifies improper variables Description: mysqli_poll() modifies the variable which was assigned to variables passed to mysqli_poll

#46759 [NEW]: magic_quotes_gpc doesn't work

2008-12-05 Thread vr...@php.net
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 5.2.7 PHP Bug Type: Variables related Bug description: magic_quotes_gpc doesn't work Description: magic_quotes_gpc doesn't escape $_GET, $_POST, $_COOKIE and $_REQUEST variables. It worked with the