#49221 [NEW]: Inactivity logout feature request

2009-08-11 Thread ryan14 at mail dot com
From: ryan14 at mail dot com
Operating system: Windows/Linux
PHP version:  5.3.0
PHP Bug Type: Feature/Change Request
Bug description:  Inactivity logout feature request

Description:

PHP should have a feature that automatically logs out a user after a
certain period of inactivity. For example, a user on a public computer may
log into a website and then go away and leave the browser open and forget
to logout, so the next person who uses the public computer will be able to
access the previous person's account.

So if there was a php feature called "inactivity timeout" where a
programmer could set a period of for example 10 minutes of inactivity, it
means if a person is inactive for more than 10 minutes since the last time
they clicked on a part of the website,  they will be automatically logged
out when they click again and redirected to the current page they were on
or whatever page the programmer chooses(like the login page or index
page).

This should work with sessions and cookies and http authentication.

Cookies(secure and non-secure(httponly) ) and sessions will be
closed/deleted/ended so users will have to login again.


-- 
Edit bug report at http://bugs.php.net/?id=49221&edit=1
-- 
Try a snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=49221&r=trysnapshot52
Try a snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=49221&r=trysnapshot53
Try a snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=49221&r=trysnapshot60
Fixed in SVN:
http://bugs.php.net/fix.php?id=49221&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49221&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=49221&r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=49221&r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=49221&r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=49221&r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=49221&r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=49221&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=49221&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=49221&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=49221&r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=49221&r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=49221&r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=49221&r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=49221&r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=49221&r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=49221&r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=49221&r=mysqlcfg



#49185 [NEW]: Feature Request: Global date/time

2009-08-06 Thread ryan14 at mail dot com
From: ryan14 at mail dot com
Operating system: Windows/Linux
PHP version:  5.3.0
PHP Bug Type: Feature/Change Request
Bug description:  Feature Request: Global date/time

Description:

PHP doesn't have a feature to display the time and date according to the
country ip address. For example:

Person has a video sharing website

Person uploads video and video says it was uploaded at 7 Jan 2009 5.01pm
using the USA based server's clock time and date

If a person from the UK looks at the video details, they will see the date
and time in USA time, not UK time.

So PHP should have a Global date and time feature where when a video is
uploaded to a server the date/time is displayed using the server's time,
but if a person from another country views it then it will detect their ip
address and display their country's date and time on the uploaded video
details.


-- 
Edit bug report at http://bugs.php.net/?id=49185&edit=1
-- 
Try a snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=49185&r=trysnapshot52
Try a snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=49185&r=trysnapshot53
Try a snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=49185&r=trysnapshot60
Fixed in SVN:
http://bugs.php.net/fix.php?id=49185&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49185&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=49185&r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=49185&r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=49185&r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=49185&r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=49185&r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=49185&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=49185&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=49185&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=49185&r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=49185&r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=49185&r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=49185&r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=49185&r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=49185&r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=49185&r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=49185&r=mysqlcfg



#47894 [NEW]: Request: Support multi threading/multiple CPU cores

2009-04-04 Thread ryan14 at mail dot com
From: ryan14 at mail dot com
Operating system: Windows/Linux
PHP version:  5.3.0RC1
PHP Bug Type: Feature/Change Request
Bug description:  Request: Support multi threading/multiple CPU cores

Description:

PHP doesn't currently support Multi threading and multiple core CPU's. All
new CPU's have multiple cores like intel's quad core CPU which has 4 cores
and some motherboards have two CPU sockets so 2 quad core CPU's would mean
there would be 8 cores.
 PHP should support Multi threading and multiple core CPU's because it
will mean people won't need to have as many servers in their cluster,
because alot of CPU power is being wasted because PHP doesn't support Multi
threading and multiple core CPU's. 
 You can read more about it here:

http://www.alternateinterior.com/2007/05/multi-threading-strategies-in-php.html

So please PHP, the next version of PHP should support Multi threading and
multiple core CPU's. If you have to work with the mysql and apache teams
with this then please do it.

Can you pass on my feature request to the php team?

Thanks


-- 
Edit bug report at http://bugs.php.net/?id=47894&edit=1
-- 
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=47894&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=47894&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=47894&r=trysnapshot60
Fixed in CVS:
http://bugs.php.net/fix.php?id=47894&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47894&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=47894&r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=47894&r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=47894&r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=47894&r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=47894&r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=47894&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=47894&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=47894&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=47894&r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=47894&r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=47894&r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=47894&r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=47894&r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=47894&r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=47894&r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=47894&r=mysqlcfg



#46983 [NEW]: Overhaul PHP code so it's more like the English language

2008-12-30 Thread ryan14 at mail dot com
From: ryan14 at mail dot com
Operating system: Windows/Linux
PHP version:  5.3.0alpha3
PHP Bug Type: Feature/Change Request
Bug description:  Overhaul PHP code so it's more like the English language

Description:

Currently PHP code is very hard to understand for beginners because it is
nothing like the English language. PHP is currently like learning another
language.

For example, to output some text onto a webpage, PHP uses this code:



Now for a person who doesn't know PHP, they are wondering what "echo"
means.
 So to make this PHP code more like the English language we could use the
word "display" so the code would look like this:



So any person who has never seen PHP code before would know it means to
display the text 'hello world'.

Another example is the "if" condition which means the code to be executed
if condition is true. Instead of using "if", why not use the word "true".

So all of the PHP code should get an overhaul and make it more like the
English language.


-- 
Edit bug report at http://bugs.php.net/?id=46983&edit=1
-- 
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=46983&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=46983&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=46983&r=trysnapshot60
Fixed in CVS:
http://bugs.php.net/fix.php?id=46983&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=46983&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=46983&r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=46983&r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=46983&r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=46983&r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=46983&r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=46983&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=46983&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=46983&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=46983&r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=46983&r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=46983&r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=46983&r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=46983&r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=46983&r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=46983&r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=46983&r=mysqlcfg



#46922 [NEW]: Official PHP Gzip alternative

2008-12-21 Thread ryan14 at mail dot com
From: ryan14 at mail dot com
Operating system: Windows/Linux
PHP version:  5.3.0alpha3
PHP Bug Type: Feature/Change Request
Bug description:  Official PHP Gzip alternative

Description:

PHP should develop an alternative to Gzip. Gzip can compress php websites
so they use less bandwidth. PHP should create an official php alternative
to Gzip that compresses PHP even more than Gzip.


-- 
Edit bug report at http://bugs.php.net/?id=46922&edit=1
-- 
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=46922&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=46922&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=46922&r=trysnapshot60
Fixed in CVS:
http://bugs.php.net/fix.php?id=46922&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=46922&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=46922&r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=46922&r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=46922&r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=46922&r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=46922&r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=46922&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=46922&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=46922&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=46922&r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=46922&r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=46922&r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=46922&r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=46922&r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=46922&r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=46922&r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=46922&r=mysqlcfg