Conversation
ext/calendar/jewish.c
Outdated
There was a problem hiding this comment.
One of us added a trailing space here
|
It looks good except that you got the Hebrew name wrong for Adar I (it would translate to Adar 200 instead of 2). I also noticed and fixed two other things:
[1] See http://en.wikipedia.org/wiki/Hebrew_numerals#Gershayim - the characters mentioned there don't seem to exist in ISO-8859-8 so we're stuck with single and double quotes |
|
These things are hard to do on my comp since it's in ISO-8859-8 and none of my text editors understands it and none supports bi-di without UTF-8, so I was doing it blind more or less. Thanks for fixing it. I wonder if we should move the strings to UTF-8 - everybody uses that nowdays anyway... |
|
Let's commit this set of fixes and when I get back from vacation I can try to change them all to UTF-8 - I type in Hebrew well enough that it shouldn't be too much trouble. It might be nice to add a note in the documentation that mentions that it's currently ISO-8859-8. There are a bunch of improvements that could be made to the Hebrew output of jdtojewish, but I don't have the time right now to do all of them and I want to make sure that the main part of this bug gets fixed in the next possible release. |
|
Comment on behalf of stas at php.net: merged |
Fixed issue #149 (Phar mount points not working with OPcache enabled).
* upstream/PHP-5.6: (399 commits) Fixed issue php#115 (path issue when using phar). Fixed issue php#149 (Phar mount points not working with OPcache enabled). Added tests for PHAR/OPCahce incompatibilities Update NEWS Fixed bug #65947 (basename is no more working after fgetcsv in certain situation) Update NEWS Fixed Bug #66043 (Segfault calling bind_param() on mysqli) NEWS entry NEWS entry Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to strings bump API versions Add a couple more test cases to parse_url() tests fix missing change from 'tcp_socket' to the more common 'server' fix many parallel test issues Cleanup temp test file Revert "Fixed issue php#115 (path issue when using phar)." Update LiteSpeed SAPI code to V6.4 Fixed typo in Makefile.frag updated NEWS Remove outdate codes, make it clearer, although just a bit.. Update NEWS ... Conflicts: Zend/zend_compile.h
Improve version of #128