[PHP-WEBMASTER] [PHP-BUG] Req #72706 [NEW]: Releases page should show signatures and sha256 hashes

2016-07-29 Thread sala...@php.net
From: sala...@php.net
Operating system: 
PHP version:  Irrelevant
Package:  Website problem
Bug Type: Feature/Change Request
Bug description:Releases page should show signatures and sha256 hashes

Description:

The releases page (http://php.net/releases/) should link to the GPG
signature files, and display the SHA-256 hashes, where these are
available just like the downloads page (http://php.net/downloads.php)
does.


-- 
Edit bug report at https://bugs.php.net/bug.php?id=72706&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=72706&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=72706&r=trysnapshot55
Try a snapshot (trunk): 
https://bugs.php.net/fix.php?id=72706&r=trysnapshottrunk
Fixed in SVN:   https://bugs.php.net/fix.php?id=72706&r=fixed
Fixed in release:   https://bugs.php.net/fix.php?id=72706&r=alreadyfixed
Need backtrace: https://bugs.php.net/fix.php?id=72706&r=needtrace
Need Reproduce Script:  https://bugs.php.net/fix.php?id=72706&r=needscript
Try newer version:  https://bugs.php.net/fix.php?id=72706&r=oldversion
Not developer issue:https://bugs.php.net/fix.php?id=72706&r=support
Expected behavior:  https://bugs.php.net/fix.php?id=72706&r=notwrong
Not enough info:
https://bugs.php.net/fix.php?id=72706&r=notenoughinfo
Submitted twice:
https://bugs.php.net/fix.php?id=72706&r=submittedtwice
register_globals:   https://bugs.php.net/fix.php?id=72706&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=72706&r=php4
Daylight Savings:   https://bugs.php.net/fix.php?id=72706&r=dst
IIS Stability:  https://bugs.php.net/fix.php?id=72706&r=isapi
Install GNU Sed:https://bugs.php.net/fix.php?id=72706&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=72706&r=float
No Zend Extensions: https://bugs.php.net/fix.php?id=72706&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=72706&r=mysqlcfg


-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [PHP-BUG] Req #72707 [NEW]: Filter releases by minor version

2016-07-29 Thread sala...@php.net
From: sala...@php.net
Operating system: 
PHP version:  Irrelevant
Package:  Website problem
Bug Type: Feature/Change Request
Bug description:Filter releases by minor version

Description:

The releases page (http://php.net/releases/), when using the
serialize/json views, allows filtering by major version using the
"version" query string parameter. It would be nice if that could be
extended to all more than the major version integer.

E.g. to get the latest 5.4 version, "version=5.4&max=1".


-- 
Edit bug report at https://bugs.php.net/bug.php?id=72707&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=72707&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=72707&r=trysnapshot55
Try a snapshot (trunk): 
https://bugs.php.net/fix.php?id=72707&r=trysnapshottrunk
Fixed in SVN:   https://bugs.php.net/fix.php?id=72707&r=fixed
Fixed in release:   https://bugs.php.net/fix.php?id=72707&r=alreadyfixed
Need backtrace: https://bugs.php.net/fix.php?id=72707&r=needtrace
Need Reproduce Script:  https://bugs.php.net/fix.php?id=72707&r=needscript
Try newer version:  https://bugs.php.net/fix.php?id=72707&r=oldversion
Not developer issue:https://bugs.php.net/fix.php?id=72707&r=support
Expected behavior:  https://bugs.php.net/fix.php?id=72707&r=notwrong
Not enough info:
https://bugs.php.net/fix.php?id=72707&r=notenoughinfo
Submitted twice:
https://bugs.php.net/fix.php?id=72707&r=submittedtwice
register_globals:   https://bugs.php.net/fix.php?id=72707&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=72707&r=php4
Daylight Savings:   https://bugs.php.net/fix.php?id=72707&r=dst
IIS Stability:  https://bugs.php.net/fix.php?id=72707&r=isapi
Install GNU Sed:https://bugs.php.net/fix.php?id=72707&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=72707&r=float
No Zend Extensions: https://bugs.php.net/fix.php?id=72707&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=72707&r=mysqlcfg


-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [PHP-BUG] Bug #73993 [NEW]: lxr.php.net java.lang.OutOfMemoryError: Java heap space

2017-01-25 Thread sala...@php.net
From: sala...@php.net
Operating system: 
PHP version:  Irrelevant
Package:  Website problem
Bug Type: Bug
Bug description:lxr.php.net java.lang.OutOfMemoryError: Java heap space

Description:

When using lxr.php.net, some of the responses are coming back with Java
heap space errors.

Test script:
---
Visiting http://lxr.php.net/search?q=nocvsdir&project=PHP-MASTER seems
to consistently hit the error, which reads:

"There was an error!

Java heap space

java.lang.OutOfMemoryError: Java heap space"

Expected result:

Search results.

Actual result:
--
Error page.

-- 
Edit bug report at https://bugs.php.net/bug.php?id=73993&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=73993&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=73993&r=trysnapshot55
Try a snapshot (trunk): 
https://bugs.php.net/fix.php?id=73993&r=trysnapshottrunk
Fixed in SVN:   https://bugs.php.net/fix.php?id=73993&r=fixed
Fixed in release:   https://bugs.php.net/fix.php?id=73993&r=alreadyfixed
Need backtrace: https://bugs.php.net/fix.php?id=73993&r=needtrace
Need Reproduce Script:  https://bugs.php.net/fix.php?id=73993&r=needscript
Try newer version:  https://bugs.php.net/fix.php?id=73993&r=oldversion
Not developer issue:https://bugs.php.net/fix.php?id=73993&r=support
Expected behavior:  https://bugs.php.net/fix.php?id=73993&r=notwrong
Not enough info:
https://bugs.php.net/fix.php?id=73993&r=notenoughinfo
Submitted twice:
https://bugs.php.net/fix.php?id=73993&r=submittedtwice
register_globals:   https://bugs.php.net/fix.php?id=73993&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=73993&r=php4
Daylight Savings:   https://bugs.php.net/fix.php?id=73993&r=dst
IIS Stability:  https://bugs.php.net/fix.php?id=73993&r=isapi
Install GNU Sed:https://bugs.php.net/fix.php?id=73993&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=73993&r=float
No Zend Extensions: https://bugs.php.net/fix.php?id=73993&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=73993&r=mysqlcfg


-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] Bug #63492 [Com]: k...@php.net is an invalid email address

2012-11-12 Thread sala...@php.net
Edit report at https://bugs.php.net/bug.php?id=63492&edit=1

 ID: 63492
 Comment by: sala...@php.net
 Reported by:kevin at vanzonneveld dot net
 Summary:k...@php.net is an invalid email address
 Status: Not a bug
 Type:   Bug
 Package:Website problem
 PHP Version:Irrelevant
 Block user comment: N
 Private report: N

 New Comment:

Testing "Add Comment" tab when logged in.


Previous Comments:

[2012-11-12 17:20:40] bj...@php.net

@php.net addresses can only be used to make a "developers comment" - so click 
the 
"Developer" tab, not the "Add comment" tab.

--------
[2012-11-12 11:55:11] sala...@php.net

Try logging in before attempting to use your php.net email address in that 
field.


[2012-11-12 10:45:32] kevin at vanzonneveld dot net

Description:

Trying to submit a bugreport, my php.net email address turns out to be invalid:
https://www.dropbox.com/s/p2pmamk9yj9n5sl/Screen%20Shot%202012-11-
12%20at%2011.41.22%20AM.png

whud?







-- 
Edit this bug report at https://bugs.php.net/bug.php?id=63492&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [PHP-BUG] Bug #65183 [NEW]: After revert back cant come back to new beta site

2013-07-02 Thread sala...@php.net
From: sala...@php.net
Operating system: 
PHP version:  Irrelevant
Package:  Website problem
Bug Type: Bug
Bug description:After revert back cant come back to new beta site

Description:

>From beta feedback:

After Revert back i redirect to old version of php.net page
in that page if i click on "Step into the future! Click here
to switch to the beta php.net site" the link not working...
please check..

http://phpdotnet.uservoice.com/forums/211823-php-net-beta-
site/suggestions/4147435-after-revert-back-cant-come-back-to-new-beta-site-


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


-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [PHP-BUG] Bug #65194 [NEW]: New Theme: Missing "show source" link

2013-07-03 Thread sala...@php.net
From: sala...@php.net
Operating system: 
PHP version:  Irrelevant
Package:  Website problem
Bug Type: Bug
Bug description:New Theme: Missing "show source" link

Description:

The current php.net site has a "show source" link at the bottom of the
pages, 
which is not present on the new design.

From: http://phpdotnet.uservoice.com/forums/211823-php-net-beta-
site/suggestions/4133205-view-source-link-in-footer


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


-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [PHP-BUG] Bug #67227 [NEW]: Flickr API going SSL-only

2014-05-07 Thread sala...@php.net
From: sala...@php.net
Operating system: 
PHP version:  Irrelevant
Package:  Website problem
Bug Type: Bug
Bug description:Flickr API going SSL-only

Description:

See
http://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/

We use Flickr's API to fetch elephpants, so will need to update the
endpoint in the script on master.php.net that pulls them.


-- 
Edit bug report at https://bugs.php.net/bug.php?id=67227&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=67227&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=67227&r=trysnapshot55
Try a snapshot (trunk): 
https://bugs.php.net/fix.php?id=67227&r=trysnapshottrunk
Fixed in SVN:   https://bugs.php.net/fix.php?id=67227&r=fixed
Fixed in release:   https://bugs.php.net/fix.php?id=67227&r=alreadyfixed
Need backtrace: https://bugs.php.net/fix.php?id=67227&r=needtrace
Need Reproduce Script:  https://bugs.php.net/fix.php?id=67227&r=needscript
Try newer version:  https://bugs.php.net/fix.php?id=67227&r=oldversion
Not developer issue:https://bugs.php.net/fix.php?id=67227&r=support
Expected behavior:  https://bugs.php.net/fix.php?id=67227&r=notwrong
Not enough info:
https://bugs.php.net/fix.php?id=67227&r=notenoughinfo
Submitted twice:
https://bugs.php.net/fix.php?id=67227&r=submittedtwice
register_globals:   https://bugs.php.net/fix.php?id=67227&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=67227&r=php4
Daylight Savings:   https://bugs.php.net/fix.php?id=67227&r=dst
IIS Stability:  https://bugs.php.net/fix.php?id=67227&r=isapi
Install GNU Sed:https://bugs.php.net/fix.php?id=67227&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=67227&r=float
No Zend Extensions: https://bugs.php.net/fix.php?id=67227&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=67227&r=mysqlcfg


-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [PHP-BUG] Req #67532 [NEW]: Link "PHP Group" to a list of its members

2014-06-27 Thread sala...@php.net
From: sala...@php.net
Operating system: 
PHP version:  Irrelevant
Package:  Website problem
Bug Type: Feature/Change Request
Bug description:Link "PHP Group" to a list of its members

Description:

We refer to "the PHP Group" all over the website, but it's not so easy
to find a list of who actually makes up that group.

We should link to the list (on credits.php).


-- 
Edit bug report at https://bugs.php.net/bug.php?id=67532&edit=1
-- 


-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [PHP-BUG] Bug #69518 [NEW]: Bugsweb Quick Fix descriptions refer to snaps.php.net

2015-04-23 Thread sala...@php.net
From: salathe
Operating system: 
PHP version:  Irrelevant
Package:  Website problem
Bug Type: Bug
Bug description:Bugsweb Quick Fix descriptions refer to snaps.php.net

Description:

The list of "quick fix" choices that we get for responding to bugs, and
listed at https://bugs.php.net/quick-fix-desc.php, still make reference
to the no-longer active snaps.php.net.

The quick fix messages should be updated or removed as appropriate.


-- 
Edit bug report at https://bugs.php.net/bug.php?id=69518&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=69518&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=69518&r=trysnapshot55
Try a snapshot (trunk): 
https://bugs.php.net/fix.php?id=69518&r=trysnapshottrunk
Fixed in SVN:   https://bugs.php.net/fix.php?id=69518&r=fixed
Fixed in release:   https://bugs.php.net/fix.php?id=69518&r=alreadyfixed
Need backtrace: https://bugs.php.net/fix.php?id=69518&r=needtrace
Need Reproduce Script:  https://bugs.php.net/fix.php?id=69518&r=needscript
Try newer version:  https://bugs.php.net/fix.php?id=69518&r=oldversion
Not developer issue:https://bugs.php.net/fix.php?id=69518&r=support
Expected behavior:  https://bugs.php.net/fix.php?id=69518&r=notwrong
Not enough info:
https://bugs.php.net/fix.php?id=69518&r=notenoughinfo
Submitted twice:
https://bugs.php.net/fix.php?id=69518&r=submittedtwice
register_globals:   https://bugs.php.net/fix.php?id=69518&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=69518&r=php4
Daylight Savings:   https://bugs.php.net/fix.php?id=69518&r=dst
IIS Stability:  https://bugs.php.net/fix.php?id=69518&r=isapi
Install GNU Sed:https://bugs.php.net/fix.php?id=69518&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=69518&r=float
No Zend Extensions: https://bugs.php.net/fix.php?id=69518&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=69518&r=mysqlcfg


-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php