]>
granicus.if.org Git - php/log
Nikita Popov [Tue, 14 Aug 2012 15:38:27 +0000 (17:38 +0200)]
Merge branch 'PHP-5.4'
Nikita Popov [Tue, 14 Aug 2012 15:37:10 +0000 (17:37 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
Nikita Popov [Tue, 14 Aug 2012 15:33:38 +0000 (17:33 +0200)]
Fix exif test failure
There are two slightly different error messages for invalid pointers, so
make the pattern slightly less strict to account for both.
Xinchen Hui [Tue, 14 Aug 2012 06:17:27 +0000 (14:17 +0800)]
typo
Xinchen Hui [Tue, 14 Aug 2012 06:08:38 +0000 (14:08 +0800)]
add test for alone try block, and update test scripts summary
Xinchen Hui [Tue, 14 Aug 2012 06:03:56 +0000 (14:03 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Tue, 14 Aug 2012 06:03:05 +0000 (14:03 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Tue, 14 Aug 2012 05:58:15 +0000 (13:58 +0800)]
Merge branch 'skip-memory-exhaust-tests' of https://github.com/reeze/php-src into PHP-5.3
Xinchen Hui [Tue, 14 Aug 2012 00:59:40 +0000 (08:59 +0800)]
Add functions declarations, use tabs
Nikita Popov [Mon, 13 Aug 2012 20:06:43 +0000 (22:06 +0200)]
Merge branch 'PHP-5.4'
Nikita Popov [Mon, 13 Aug 2012 20:06:18 +0000 (22:06 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
Nikita Popov [Mon, 13 Aug 2012 19:46:15 +0000 (21:46 +0200)]
Ask for less random data in mcrypt_create_iv
Otherwise the RNG blocks and the test takes a lot of time to run (and
occasionally fails).
Nikita Popov [Mon, 13 Aug 2012 19:44:50 +0000 (21:44 +0200)]
Rename mcrypt_cbf -> mcrypt_cfb
Also fix ECB -> CFB in the initialization vector size call (not that it
makes a difference, they have the same size).
Nikita Popov [Mon, 13 Aug 2012 19:23:06 +0000 (21:23 +0200)]
Merge remote-tracking branch 'reeze/fix-phpcredits-bc'
Nikita Popov [Mon, 13 Aug 2012 18:29:55 +0000 (20:29 +0200)]
Fix mcrypt_ecb tests after deprecation
Anatoliy Belsky [Mon, 13 Aug 2012 17:44:45 +0000 (19:44 +0200)]
fix windows build
Nikita Popov [Mon, 13 Aug 2012 16:42:16 +0000 (18:42 +0200)]
Fix 64bit JSON test
Xinchen Hui [Mon, 13 Aug 2012 13:48:39 +0000 (21:48 +0800)]
Implemented 'finally' keywords for php
RFC: https://wiki.php.net/rfc/finally
FR: https://bugs.php.net/bug.php?id=32100
and I have got some improvment ideas(performance), will implemented
later. thanks
Xinchen Hui [Mon, 13 Aug 2012 03:04:05 +0000 (11:04 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Mon, 13 Aug 2012 03:03:35 +0000 (11:03 +0800)]
more test script for #62328
Xinchen Hui [Sun, 12 Aug 2012 13:00:01 +0000 (21:00 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Sun, 12 Aug 2012 12:59:33 +0000 (20:59 +0800)]
Update NEWS
Xinchen Hui [Sun, 12 Aug 2012 12:58:45 +0000 (20:58 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sun, 12 Aug 2012 12:58:09 +0000 (20:58 +0800)]
Fixed bug #62763 (register_shutdown_function and extending class)
Xinchen Hui [Sun, 12 Aug 2012 04:02:17 +0000 (12:02 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Sun, 12 Aug 2012 04:02:06 +0000 (12:02 +0800)]
Revert "zend_make_printable_zval choses cast_object over __toString"
This reverts commit
a5dfd414941953c282bb68f6b08685252ca93a1a .
Xinchen Hui [Sun, 12 Aug 2012 04:02:02 +0000 (12:02 +0800)]
Revert "Test for bug 62328"
This reverts commit
222ab9da1aa086a47279d29c16a8ebea514257fe .
Xinchen Hui [Sun, 12 Aug 2012 04:00:16 +0000 (12:00 +0800)]
Update NEWS
Xinchen Hui [Sun, 12 Aug 2012 03:50:28 +0000 (11:50 +0800)]
Fixed bug #62328 (implementing __toString and a cast to string fails)
__toString should has a high priority
Xinchen Hui [Sun, 12 Aug 2012 02:40:41 +0000 (10:40 +0800)]
Merge branch 'Bug-62328' of https://github.com/leight/php-src
Xinchen Hui [Sat, 11 Aug 2012 08:00:30 +0000 (16:00 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Sat, 11 Aug 2012 08:00:00 +0000 (16:00 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sat, 11 Aug 2012 07:59:06 +0000 (15:59 +0800)]
Fixed bug #62795 (Zip extension version not defined)
Reeze Xia [Fri, 10 Aug 2012 16:34:37 +0000 (00:34 +0800)]
Skip tests reply on Zend MM turned on
Those two tests have expect memory exhausted fatal error
Xinchen Hui [Fri, 10 Aug 2012 16:25:54 +0000 (00:25 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Fri, 10 Aug 2012 16:24:12 +0000 (00:24 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 10 Aug 2012 16:22:52 +0000 (00:22 +0800)]
Fix test, from PR 158
Leigh [Fri, 10 Aug 2012 10:43:53 +0000 (11:43 +0100)]
Test for bug 62328
Leigh [Fri, 10 Aug 2012 10:09:25 +0000 (11:09 +0100)]
zend_make_printable_zval choses cast_object over __toString
https://bugs.php.net/bug.php?id=62328
Added a check to see if the object implements a __toString magic
method. This should be called instead of the cast_object method of
built-in classes when defined.
Rob Richards [Thu, 9 Aug 2012 18:25:46 +0000 (14:25 -0400)]
Merge branch 'PHP-5.4'
# By Daniel Veillard
* PHP-5.4:
Update to work with libxml 2.9.0
Rob Richards [Thu, 9 Aug 2012 18:24:50 +0000 (14:24 -0400)]
Merge branch 'PHP-5.3' into PHP-5.4
# By Daniel Veillard
* PHP-5.3:
Update to work with libxml 2.9.0
Daniel Veillard [Thu, 9 Aug 2012 18:02:33 +0000 (14:02 -0400)]
Update to work with libxml 2.9.0
Reeze Xia [Thu, 9 Aug 2012 13:43:59 +0000 (21:43 +0800)]
Fix phpcredits() BC after remove Logo GUIDs
This test was affected: ext/standard/tests/general_functions/phpcredits2.phpt
see https://github.com/php/php-src/pull/132/files#diff-3
This makes constant PHP_CREDITS_FULLPAGE didn't functional anymore.
Stanislav Malyshev [Thu, 9 Aug 2012 07:12:22 +0000 (00:12 -0700)]
Merge branch 'PHP-5.4'
* PHP-5.4:
News for bug#40459
fix bug #40459 - make all stream funcs that create object call ctor
Stanislav Malyshev [Thu, 9 Aug 2012 07:10:31 +0000 (00:10 -0700)]
Merge branch 'bug40459' into PHP-5.4
* bug40459:
News for bug#40459
fix bug #40459 - make all stream funcs that create object call ctor
Stanislav Malyshev [Wed, 8 Aug 2012 06:03:33 +0000 (23:03 -0700)]
News for bug#40459
Stanislav Malyshev [Wed, 8 Aug 2012 05:59:12 +0000 (22:59 -0700)]
fix bug #40459 - make all stream funcs that create object call ctor
Stanislav Malyshev [Tue, 7 Aug 2012 08:47:50 +0000 (01:47 -0700)]
bug #54254
Stanislav Malyshev [Tue, 7 Aug 2012 08:17:17 +0000 (01:17 -0700)]
text fixes from emosenkis
Stanislav Malyshev [Mon, 6 Aug 2012 03:15:21 +0000 (20:15 -0700)]
some fixes for bug#54254
Eitan Mosenkis [Thu, 19 Jul 2012 12:54:30 +0000 (08:54 -0400)]
Add test for interoperability of jdtojewish and cal_days_in_month
Eitan Mosenkis [Mon, 16 Jul 2012 00:36:34 +0000 (20:36 -0400)]
Update documentation to reflect fix of 54254
Stanislav Malyshev [Sun, 15 Jul 2012 04:25:55 +0000 (21:25 -0700)]
fix for display of Jewish month names
Anatoliy Belsky [Mon, 6 Aug 2012 12:13:25 +0000 (14:13 +0200)]
Merge branch 'PHP-5.4'
* PHP-5.4:
Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too.
Anatoliy Belsky [Mon, 6 Aug 2012 12:12:04 +0000 (14:12 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too.
Matt Ficken [Mon, 6 Aug 2012 12:07:42 +0000 (14:07 +0200)]
Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too.
Stanislav Malyshev [Mon, 6 Aug 2012 04:13:39 +0000 (21:13 -0700)]
Merge branch 'pull-request/132'
* pull-request/132:
OK, bye bye JavaScript, let's just include credits before license
Nicer (JSLint-compliant!) credits reveal JavaScript
Removed now-unnecessary expose_php checks for logo
Fixed small misalignment in prev commit
Removed Logo GUIDs and replaced with Data URIs and div hidden with JS
Stanislav Malyshev [Mon, 6 Aug 2012 04:00:16 +0000 (21:00 -0700)]
Merge branch 'PHP-5.4'
* PHP-5.4:
Add #51363
Stanislav Malyshev [Mon, 6 Aug 2012 04:00:04 +0000 (21:00 -0700)]
Add #51363
Stanislav Malyshev [Mon, 6 Aug 2012 03:58:46 +0000 (20:58 -0700)]
Merge branch 'PHP-5.4'
* PHP-5.4:
var_export outputs an E_WARNING when recursion is detected
Lonny Kapelushnik [Sun, 5 Aug 2012 15:36:36 +0000 (15:36 +0000)]
var_export outputs an E_WARNING when recursion is detected
Stanislav Malyshev [Mon, 6 Aug 2012 03:48:47 +0000 (20:48 -0700)]
Merge branch 'PHP-5.4'
* PHP-5.4:
Added Bison 2.5.1 to bison_version_list
Ryusuke SEKIYAMA [Thu, 19 Jul 2012 06:18:31 +0000 (15:18 +0900)]
Added Bison 2.5.1 to bison_version_list
Stanislav Malyshev [Mon, 6 Aug 2012 03:43:53 +0000 (20:43 -0700)]
Merge branch 'PHP-5.4'
* PHP-5.4:
Minor spelling corrections
Brett Bieber [Tue, 24 Jul 2012 21:10:08 +0000 (16:10 -0500)]
Minor spelling corrections
Stanislav Malyshev [Mon, 6 Aug 2012 03:41:14 +0000 (20:41 -0700)]
add note for mcrypt_ecb
Stanislav Malyshev [Mon, 6 Aug 2012 03:39:45 +0000 (20:39 -0700)]
Merge branch 'pull-request/141'
* pull-request/141:
Fixes mcrypt_ecb not issuing an E_DEPRECATED level notice, despite having been deprecated for some time. Please reference bug #62374 as well.
Stanislav Malyshev [Mon, 6 Aug 2012 03:31:40 +0000 (20:31 -0700)]
Merge branch 'PHP-5.4'
* PHP-5.4:
fix for #62460
Stanislav Malyshev [Mon, 6 Aug 2012 03:31:29 +0000 (20:31 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
fix for #62460
Stanislav Malyshev [Mon, 6 Aug 2012 03:31:08 +0000 (20:31 -0700)]
fix for #62460
Stanislav Malyshev [Mon, 6 Aug 2012 03:24:20 +0000 (20:24 -0700)]
Merge branch 'PHp-5.4'
* PHp-5.4:
Fixed bug #62460 (php binaries installed as binary.dSYM)
Stanislav Malyshev [Mon, 6 Aug 2012 03:23:53 +0000 (20:23 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #62460 (php binaries installed as binary.dSYM)
(empty merge for 5.4)
Reeze Xia [Wed, 18 Jul 2012 16:27:34 +0000 (00:27 +0800)]
Fixed bug #62460 (php binaries installed as binary.dSYM)
See http://marc.info/?l=php-cvs&m=
125961714419896
Mac OS X 10.7&10.8 affected too.
Stanislav Malyshev [Mon, 6 Aug 2012 02:25:15 +0000 (19:25 -0700)]
add #61642
Dmitri Iouchtchenko [Sun, 29 Jul 2012 17:41:40 +0000 (13:41 -0400)]
Fix #61642: modify("+5 weekdays") returns Sunday
Adding a non-zero multiple of 5 weekdays to any Friday, Saturday, or
Sunday would result in a Sunday instead of the correct date. This patch
provides an implementation of do_adjust_special_weekday() which does
not suffer from this issue.
Xinchen Hui [Sun, 5 Aug 2012 04:47:28 +0000 (12:47 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Sun, 5 Aug 2012 04:46:55 +0000 (12:46 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sun, 5 Aug 2012 04:40:59 +0000 (12:40 +0800)]
Fix 126 tests failed of phar when --enable-zend-multibyte
Xinchen Hui [Sat, 4 Aug 2012 03:29:56 +0000 (11:29 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Sat, 4 Aug 2012 03:29:04 +0000 (11:29 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sat, 4 Aug 2012 03:14:03 +0000 (11:14 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Conflicts:
Zend/zend_API.h
Xinchen Hui [Sat, 4 Aug 2012 03:03:21 +0000 (11:03 +0800)]
This becomes useless, since we have set that in the INIT macro
Xinchen Hui [Sat, 4 Aug 2012 02:41:26 +0000 (10:41 +0800)]
Fixed bug #62744 (dangling pointers made by zend_disable_class)
the test will be added while commit the fix for #62737
Xinchen Hui [Thu, 2 Aug 2012 15:05:09 +0000 (23:05 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Thu, 2 Aug 2012 15:03:38 +0000 (23:03 +0800)]
Fixed bug #62725 (Calling exit() in a shutdown function does not return the exit value)
The fix is make 5.4 behavior consistent with 5.3
Xinchen Hui [Thu, 2 Aug 2012 14:29:43 +0000 (22:29 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Thu, 2 Aug 2012 14:28:04 +0000 (22:28 +0800)]
Fixed bug that can not get default value of parameter if it's not `optional`
Xinchen Hui [Thu, 2 Aug 2012 14:26:31 +0000 (22:26 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 2 Aug 2012 14:16:46 +0000 (22:16 +0800)]
Fixed bug that can not get default value of parameter if it's not `optional`
Xinchen Hui [Thu, 2 Aug 2012 11:33:58 +0000 (19:33 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Thu, 2 Aug 2012 11:33:27 +0000 (19:33 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 2 Aug 2012 11:31:34 +0000 (19:31 +0800)]
Fix test, wrong exepct rule used
Xinchen Hui [Thu, 2 Aug 2012 11:24:23 +0000 (19:24 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Thu, 2 Aug 2012 11:23:19 +0000 (19:23 +0800)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Xinchen Hui [Thu, 2 Aug 2012 11:23:04 +0000 (19:23 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Conflicts:
ext/standard/tests/file/realpath_cache.phpt
Xinchen Hui [Thu, 2 Aug 2012 11:14:06 +0000 (19:14 +0800)]
fix test due to float value
Nuno Lopes [Thu, 2 Aug 2012 10:44:15 +0000 (11:44 +0100)]
make default_exception_ce and error_exception_ce static
Nuno Lopes [Thu, 2 Aug 2012 10:44:15 +0000 (11:44 +0100)]
make default_exception_ce and error_exception_ce static
Xinchen Hui [Thu, 2 Aug 2012 04:55:43 +0000 (12:55 +0800)]
Merge branch 'PHP-5.4'
Xinchen Hui [Thu, 2 Aug 2012 04:55:05 +0000 (12:55 +0800)]
Fixed bug #62685 (Wrong return datatype in PDO::inTransaction())