Edit report at https://bugs.php.net/bug.php?id=62964&edit=1
ID: 62964
Comment by: zyss at mail dot zp dot ua
Reported by:ymaryshev at ptsecurity dot ru
Summary:Cross-Site Scripting
Status: Open
Type: Bug
Pac
Edit report at https://bugs.php.net/bug.php?id=49859&edit=1
ID: 49859
Comment by: zyss at mail dot zp dot ua
Reported by:loki5100-nospam at yahoo dot fr
Summary:PHP_FCGI_CHILDREN not work
Status: Not a bug
Type:
Edit report at https://bugs.php.net/bug.php?id=62572&edit=1
ID: 62572
Comment by: zyss at mail dot zp dot ua
Reported by:thbley at gmail dot com
Summary:Relax syntax by skipping ";" at end of line
Status:
From: zyss at mail dot zp dot ua
Operating system: Win32
PHP version: 5.3.14
Package: *General Issues
Bug Type: Bug
Bug description:socket_read(, , PHP_BINARY_READ) never ruturns FALSE when
client disconnects
Description:
It seems that there is a
Edit report at https://bugs.php.net/bug.php?id=9654&edit=1
ID: 9654
Comment by: zyss at mail dot zp dot ua
Reported by:adam at cryptocomm dot com
Summary:Add is_type() function
Status: Open
Type: Feature/Change Req
From:
Operating system: All
PHP version: 5.3.13
Package: *General Issues
Bug Type: Feature/Change Request
Bug description:Allow expressions for const
Description:
Currently PHP supports global constant definition using keyword const
instead of ugly d
Edit report at https://bugs.php.net/bug.php?id=60364&edit=1
ID: 60364
User updated by:zyss at mail dot zp dot ua
Reported by:zyss at mail dot zp dot ua
Summary:Implement ability to recover from fatal errors in
eval()'d cod
Edit report at https://bugs.php.net/bug.php?id=55872&edit=1
ID: 55872
Comment by: zyss at mail dot zp dot ua
Reported by:dsnytkine at ultralogistics dot com
Summary:Zero filled right-shift
Status: Open
Type: Fea
Edit report at https://bugs.php.net/bug.php?id=42116&edit=1
ID: 42116
Comment by: zyss at mail dot zp dot ua
Reported by:kripper3 at hotmail dot com
Summary:Safe eval()
Status: Open
Type: Feature/Change Request
Pac
From:
Operating system: All
PHP version: 5.3.8
Package: *General Issues
Bug Type: Feature/Change Request
Bug description:Implement ability to recover from fatal errors in eval()'d code
Description:
Sometimes eval() is used as a way to execute PHP cod
ID: 48278
User updated by: zyss at mail dot zp dot ua
Reported By: zyss at mail dot zp dot ua
Status: Bogus
Bug Type: Feature/Change Request
Operating System: Irrelevant
PHP Version: 5.2.9
New Comment:
It is just one of arguments, another one is
ID: 48278
User updated by: zyss at mail dot zp dot ua
Reported By: zyss at mail dot zp dot ua
Status: Bogus
Bug Type: Feature/Change Request
Operating System: Irrelevant
PHP Version: 5.2.9
New Comment:
It is a matter of programmer's per
ID: 48278
User updated by: zyss at mail dot zp dot ua
Reported By: zyss at mail dot zp dot ua
Status: Bogus
Bug Type: Feature/Change Request
Operating System: Irrelevant
PHP Version: 5.2.9
New Comment:
It will not break stuff if defined constants
From: zyss at mail dot zp dot ua
Operating system: Irrelevant
PHP version: 5.2.9
PHP Bug Type: Feature/Change Request
Bug description: $ variable prefix is unneeded in most cases
Description:
$ character is one of the most widely used in PHP code, in most cases
From: zyss at mail dot zp dot ua
Operating system: Irrelevant
PHP version: 5.2.9
PHP Bug Type: Feature/Change Request
Bug description: Special case of a function with single array argument
Description:
I propose to add a special syntax (simplification) for a
From: zyss at mail dot zp dot ua
Operating system: Irrelevant
PHP version: 5.2.9
PHP Bug Type: Feature/Change Request
Bug description: new "in" keyword as an alias of array_search
Description:
Please add new keyword "in" to improve readabilit
From: zyss at mail dot zp dot ua
Operating system: Irrelevant
PHP version: 5.2.9
PHP Bug Type: Feature/Change Request
Bug description: shorthand for array keryword
Description:
One of the most frequently used keywords in PHP is "array".
It would b
From: zyss at mail dot zp dot ua
Operating system: Windows Server 2008 x64
PHP version: 5.3.0beta1
PHP Bug Type: Feature/Change Request
Bug description: Official x64 build
Description:
Most part of the recently sold Windows servers are equipped with 64-bit
ID: 46949
Comment by: zyss at mail dot zp dot ua
Reported By: fatih at tullab dot com
Status: Open
Bug Type: Feature/Change Request
Operating System: Windows+Linux
PHP Version: 5.3.0alpha3
New Comment:
Agree, much more convenient. Delphi
ID: 46899
Comment by: zyss at mail dot zp dot ua
Reported By: zyss at mail dot zp dot ua
Status: Open
Bug Type: Feature/Change Request
Operating System: Irrelevant
PHP Version: 5.2.8
New Comment:
Example in more readable form:
class
From: zyss at mail dot zp dot ua
Operating system: Irrelevant
PHP version: 5.2.8
PHP Bug Type: Feature/Change Request
Bug description: Typed function arguments should allow nulls
Description:
Currently class type can be specified as function argument type, but
ID: 46648
Comment by: zyss at mail dot zp dot ua
Reported By: satovey at yahoo dot com
Status: Open
Bug Type: Feature/Change Request
Operating System: Win98
PHP Version: 5.2.6
New Comment:
include_once can be used instead of include (in this
ID: 46742
Comment by: zyss at mail dot zp dot ua
Reported By: ben at ajmadison dot com
Status: Open
Bug Type: Feature/Change Request
Operating System: any
PHP Version: 5.2.6
New Comment:
It shouldn't.
is_numeric() works just in the sam
From: zyss at mail dot zp dot ua
Operating system: Linux, Windows
PHP version: 5.2.8
PHP Bug Type: Feature/Change Request
Bug description: Typed variables and class members
Description:
Currently it is possible to specify class types for function arguments. It
ID: 46384
User updated by: zyss at mail dot zp dot ua
Reported By: zyss at mail dot zp dot ua
Status: Open
Bug Type: Feature/Change Request
Operating System: RHEL4, WinXP
PHP Version: 5.2.6
New Comment:
Yes, that's pretty obvious, but PHP
ID: 46384
User updated by: zyss at mail dot zp dot ua
Reported By: zyss at mail dot zp dot ua
Status: Open
Bug Type: Feature/Change Request
Operating System: RHEL4, WinXP
PHP Version: 5.2.6
New Comment:
try
Previous Comments
From: zyss at mail dot zp dot ua
Operating system: RHEL4, WinXP
PHP version: 5.2.6
PHP Bug Type: Feature/Change Request
Bug description: expr() or continue;
Description:
Why it is possible to write:
foo() or die("Can't foo");
but impo
From: zyss at mail dot zp dot ua
Operating system: All
PHP version: 5.2.5
PHP Bug Type: Feature/Change Request
Bug description: "if set" and "if not set" functions (ifset, ifnset)
Description:
PHP programmers often need to check if certain
ID: 22216
Comment by: zyss at mail dot zp dot ua
Reported By: tim dot lokot at printsoft dot com
Status: Open
Bug Type: Feature/Change Request
Operating System: All
PHP Version: 4.3.0
New Comment:
It is really needef feature to have in PHP
29 matches
Mail list logo