[PHP-DEV] IntlCharsetDetector

2016-04-04 Thread Sara Golemon
The subject of character set detection (yes, I know, a hard problem to solve) came up on SO chat, and Niki noticed that we don't yet wrap the ICU UCharsetDetector API so I volunteered to put something together. https://github.com/php/php-src/compare/master...sgolemon:intl.charsetdetector The trou

Re: [PHP-DEV] [VOTE] IntlTimeZone::getWindowsID() and getIDForWindowsID()

2016-04-04 Thread Sara Golemon
On Mon, Apr 4, 2016 at 2:52 AM, Derick Rethans wrote: >> https://wiki.php.net/rfc/intl.timezone.get-windows-id#vote at > > I think the RFC misses that either mapping might not work, and hence can > not always return a string. The code handles it correctly by returning > false though. Make sure thi

[PHP-DEV] Final properties

2016-04-04 Thread MichaƂ Brzuchalski
Hey Internals, I'm new here. I've been wondering / working on adding final properties into PHP lang. This work started once I had the time to read the "Core Java for Impateient" by Cay S. Horstmann and found it very usefull to have final properties like Java. Those properties differ than `const`

[PHP-DEV] NEUTRAL Benchmark Results for PHP Master 2016-04-04

2016-04-04 Thread lp_benchmark_robot
Results for project PHP master, build date 2016-04-04 12:50:44+03:00 commit: e7730fe previous commit:c72282a revision date: 2016-04-04 09:35:48+03:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

Re: [PHP-DEV] [VOTE] IntlTimeZone::getWindowsID() and getIDForWindowsID()

2016-04-04 Thread Derick Rethans
On Thu, 31 Mar 2016, Sara Golemon wrote: > Opening vote on > https://wiki.php.net/rfc/intl.timezone.get-windows-id#vote at > 2016-04-01 01:37 UTC. > Vote will close in two weeks: 2016-04-15 23:59 UTC I think the RFC misses that either mapping might not work, and hence can not always return a str