]> granicus.if.org Git - php/log
php
12 years agoRevert "Try to fix mysqli_field tests"
Nikita Popov [Thu, 16 Aug 2012 19:30:58 +0000 (21:30 +0200)]
Revert "Try to fix mysqli_field tests"

This reverts commit 018395efafeb8cbce0b8864ca4a1eac232db1cbb.

This change didn't really make sense in hindsight. Looking for some other
fix.

12 years agoMerge branch 'PHP-5.4'
Pierrick Charron [Thu, 16 Aug 2012 18:51:28 +0000 (14:51 -0400)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #62839

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Pierrick Charron [Thu, 16 Aug 2012 18:50:06 +0000 (14:50 -0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #62839

12 years agoFixed bug #62839
Pierrick Charron [Thu, 16 Aug 2012 18:48:44 +0000 (14:48 -0400)]
Fixed bug #62839

curl_copy_handle segfault with CURLOPT_FILE. The refcount was incremented
before the assignement.

12 years agoMerge branch 'PHP-5.4'
Felipe Pena [Thu, 16 Aug 2012 18:45:40 +0000 (15:45 -0300)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  - Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not set)

12 years ago- Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not set)
Felipe Pena [Thu, 16 Aug 2012 18:45:21 +0000 (15:45 -0300)]
- Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not set)

12 years agoFix curl_basic_022.phpt
Nikita Popov [Thu, 16 Aug 2012 17:02:39 +0000 (19:02 +0200)]
Fix curl_basic_022.phpt

Some curl versions seem to have issues handling dates beyond
Thu, 31-Dec-2037 23:59:59 GMT (dates after this are just clamped to
MAX_INT).

12 years agoFix php_ini_loaded_file() test
Nikita Popov [Thu, 16 Aug 2012 15:46:34 +0000 (17:46 +0200)]
Fix php_ini_loaded_file() test

If running ./run-tests.php directly there isn't necessarily an ini file,
so the function can also return false.

12 years agoAdjust UPGRADING/NEWS for additional mcrypt deprecations
Nikita Popov [Thu, 16 Aug 2012 15:10:05 +0000 (17:10 +0200)]
Adjust UPGRADING/NEWS for additional mcrypt deprecations

12 years agoMerge remote-tracking branch 'googleguy/mcrypt-deprecated-functions-tests'
Nikita Popov [Thu, 16 Aug 2012 15:01:37 +0000 (17:01 +0200)]
Merge remote-tracking branch 'googleguy/mcrypt-deprecated-functions-tests'

12 years agotypo
Xinchen Hui [Thu, 16 Aug 2012 15:01:58 +0000 (23:01 +0800)]
typo

12 years agoFixed Mcrypt deprecated functions and related tests
Sherif Ramadan [Thu, 16 Aug 2012 14:21:22 +0000 (10:21 -0400)]
Fixed Mcrypt deprecated functions and related tests

12 years agoMerge commit '8649e42'
Antony Dovgal [Thu, 16 Aug 2012 10:35:42 +0000 (14:35 +0400)]
Merge commit '8649e42'

* commit '8649e42':
  Fixed bug #62838

12 years agoMerge commit '8649e42' into PHP-5.4
Antony Dovgal [Thu, 16 Aug 2012 10:34:32 +0000 (14:34 +0400)]
Merge commit '8649e42' into PHP-5.4

* commit '8649e42':
  Fixed bug #62838

12 years agoFixed bug #62838
Antony Dovgal [Thu, 16 Aug 2012 10:32:55 +0000 (14:32 +0400)]
Fixed bug #62838

enchant_dict_quick_check() destroys zval, but fails to initialize it

12 years agoPrevents `goto` out of a finally block
Xinchen Hui [Thu, 16 Aug 2012 10:17:26 +0000 (18:17 +0800)]
Prevents `goto` out of a finally block

12 years agoTry to fix mysqli_field tests
Nikita Popov [Wed, 15 Aug 2012 12:47:00 +0000 (14:47 +0200)]
Try to fix mysqli_field tests

Those tests seem to fail when people have a different default collation, so
try to fix by specifying utf8_general_ci explicitely.

12 years agoMerge branch 'master' of git.php.net:php-src
Xinchen Hui [Wed, 15 Aug 2012 02:47:51 +0000 (10:47 +0800)]
Merge branch 'master' of git.php.net:php-src

12 years agoMerge branch 'fix-intl-tests' of https://github.com/reeze/php-src
Xinchen Hui [Wed, 15 Aug 2012 02:46:39 +0000 (10:46 +0800)]
Merge branch 'fix-intl-tests' of https://github.com/reeze/php-src

12 years agoMerge branch 'PHP-5.4'
Christopher Jones [Tue, 14 Aug 2012 21:13:19 +0000 (14:13 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fix skipifs

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Christopher Jones [Tue, 14 Aug 2012 21:13:03 +0000 (14:13 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix skipifs

12 years agoMerge branch 'skipif1' into PHP-5.3
Christopher Jones [Tue, 14 Aug 2012 21:12:27 +0000 (14:12 -0700)]
Merge branch 'skipif1' into PHP-5.3

* skipif1:
  Fix skipifs

12 years agoFix skipifs
Christopher Jones [Tue, 14 Aug 2012 21:10:20 +0000 (14:10 -0700)]
Fix skipifs

Skipifs were referencing an unset variable

12 years agoMerge branch 'PHP-5.4'
Christopher Jones [Tue, 14 Aug 2012 18:45:45 +0000 (11:45 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Small test tidy up

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Christopher Jones [Tue, 14 Aug 2012 18:45:24 +0000 (11:45 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Small test tidy up

12 years agoSmall test tidy up
Christopher Jones [Tue, 14 Aug 2012 18:41:36 +0000 (11:41 -0700)]
Small test tidy up

Make some test changes so the tests can be run with the CLI webserver

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 14 Aug 2012 17:26:33 +0000 (01:26 +0800)]
Merge branch 'PHP-5.4'

12 years agobetter fix & this test pass now
Xinchen Hui [Tue, 14 Aug 2012 17:25:31 +0000 (01:25 +0800)]
better fix & this test pass now

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 14 Aug 2012 17:08:48 +0000 (01:08 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Tue, 14 Aug 2012 17:08:19 +0000 (01:08 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoMerge fix e7535e06e63104ccc0c90c4425b6c2541aa3c939 to 5.3
Xinchen Hui [Tue, 14 Aug 2012 17:06:10 +0000 (01:06 +0800)]
Merge fix e7535e06e63104ccc0c90c4425b6c2541aa3c939 to 5.3

thanks for reeze.xia@gmail.com notice this

12 years agoFix intl tests failed because of missing skipif section
Reeze Xia [Tue, 14 Aug 2012 17:03:56 +0000 (01:03 +0800)]
Fix intl tests failed because of missing skipif section

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 14 Aug 2012 16:47:45 +0000 (00:47 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Tue, 14 Aug 2012 16:47:08 +0000 (00:47 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoupdate NEWS
Xinchen Hui [Tue, 14 Aug 2012 16:46:56 +0000 (00:46 +0800)]
update NEWS

12 years agoFixed bug (segfault due to retval is not initialized)
Xinchen Hui [Tue, 14 Aug 2012 16:44:47 +0000 (00:44 +0800)]
Fixed bug (segfault due to retval is not initialized)

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 14 Aug 2012 16:32:42 +0000 (00:32 +0800)]
Merge branch 'PHP-5.4'

12 years agoAttempt to fix segfault due to retval is not initialized
Xinchen Hui [Tue, 14 Aug 2012 16:31:57 +0000 (00:31 +0800)]
Attempt to fix segfault due to retval is not initialized

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 14 Aug 2012 16:26:09 +0000 (00:26 +0800)]
Merge branch 'PHP-5.4'

12 years agoimprove the fix
Xinchen Hui [Tue, 14 Aug 2012 16:25:06 +0000 (00:25 +0800)]
improve the fix

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 14 Aug 2012 16:16:05 +0000 (00:16 +0800)]
Merge branch 'PHP-5.4'

12 years agoFixed bug (segfault due to PS(mod_user_implemented) not be reseted when closing handl...
Xinchen Hui [Tue, 14 Aug 2012 16:15:34 +0000 (00:15 +0800)]
Fixed bug (segfault due to PS(mod_user_implemented) not be reseted when closing handler call exit)

12 years agoMerge branch 'PHP-5.4'
Nikita Popov [Tue, 14 Aug 2012 15:38:27 +0000 (17:38 +0200)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into 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

12 years agoFix exif test failure
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.

12 years agotypo
Xinchen Hui [Tue, 14 Aug 2012 06:17:27 +0000 (14:17 +0800)]
typo

12 years agoadd test for alone try block, and update test scripts summary
Xinchen Hui [Tue, 14 Aug 2012 06:08:38 +0000 (14:08 +0800)]
add test for alone try block, and update test scripts summary

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 14 Aug 2012 06:03:56 +0000 (14:03 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into 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

12 years agoMerge branch 'skip-memory-exhaust-tests' of https://github.com/reeze/php-src into...
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

12 years agoAdd functions declarations, use tabs
Xinchen Hui [Tue, 14 Aug 2012 00:59:40 +0000 (08:59 +0800)]
Add functions declarations, use tabs

12 years agoMerge branch 'PHP-5.4'
Nikita Popov [Mon, 13 Aug 2012 20:06:43 +0000 (22:06 +0200)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into 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

12 years agoAsk for less random data in mcrypt_create_iv
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).

12 years agoRename mcrypt_cbf -> mcrypt_cfb
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).

12 years agoMerge remote-tracking branch 'reeze/fix-phpcredits-bc'
Nikita Popov [Mon, 13 Aug 2012 19:23:06 +0000 (21:23 +0200)]
Merge remote-tracking branch 'reeze/fix-phpcredits-bc'

12 years agoFix mcrypt_ecb tests after deprecation
Nikita Popov [Mon, 13 Aug 2012 18:29:55 +0000 (20:29 +0200)]
Fix mcrypt_ecb tests after deprecation

12 years agofix windows build
Anatoliy Belsky [Mon, 13 Aug 2012 17:44:45 +0000 (19:44 +0200)]
fix windows build

12 years agoFix 64bit JSON test
Nikita Popov [Mon, 13 Aug 2012 16:42:16 +0000 (18:42 +0200)]
Fix 64bit JSON test

12 years agoImplemented 'finally' keywords for php
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

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Mon, 13 Aug 2012 03:04:05 +0000 (11:04 +0800)]
Merge branch 'PHP-5.4'

12 years agomore test script for #62328
Xinchen Hui [Mon, 13 Aug 2012 03:03:35 +0000 (11:03 +0800)]
more test script for #62328

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sun, 12 Aug 2012 13:00:01 +0000 (21:00 +0800)]
Merge branch 'PHP-5.4'

12 years agoUpdate NEWS
Xinchen Hui [Sun, 12 Aug 2012 12:59:33 +0000 (20:59 +0800)]
Update NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sun, 12 Aug 2012 12:58:45 +0000 (20:58 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #62763 (register_shutdown_function and extending class)
Xinchen Hui [Sun, 12 Aug 2012 12:58:09 +0000 (20:58 +0800)]
Fixed bug #62763 (register_shutdown_function and extending class)

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sun, 12 Aug 2012 04:02:17 +0000 (12:02 +0800)]
Merge branch 'PHP-5.4'

12 years agoRevert "zend_make_printable_zval choses cast_object over __toString"
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.

12 years agoRevert "Test for bug 62328"
Xinchen Hui [Sun, 12 Aug 2012 04:02:02 +0000 (12:02 +0800)]
Revert "Test for bug 62328"

This reverts commit 222ab9da1aa086a47279d29c16a8ebea514257fe.

12 years agoUpdate NEWS
Xinchen Hui [Sun, 12 Aug 2012 04:00:16 +0000 (12:00 +0800)]
Update NEWS

12 years agoFixed bug #62328 (implementing __toString and a cast to string fails)
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

12 years agoMerge branch 'Bug-62328' of https://github.com/leight/php-src
Xinchen Hui [Sun, 12 Aug 2012 02:40:41 +0000 (10:40 +0800)]
Merge branch 'Bug-62328' of https://github.com/leight/php-src

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sat, 11 Aug 2012 08:00:30 +0000 (16:00 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into 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

12 years agoFixed bug #62795 (Zip extension version not defined)
Xinchen Hui [Sat, 11 Aug 2012 07:59:06 +0000 (15:59 +0800)]
Fixed bug #62795 (Zip extension version not defined)

12 years agoSkip tests reply on Zend MM turned on
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

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Fri, 10 Aug 2012 16:25:54 +0000 (00:25 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into 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

12 years agoFix test, from PR 158
Xinchen Hui [Fri, 10 Aug 2012 16:22:52 +0000 (00:22 +0800)]
Fix test, from PR 158

12 years agoTest for bug 62328
Leigh [Fri, 10 Aug 2012 10:43:53 +0000 (11:43 +0100)]
Test for bug 62328

12 years agozend_make_printable_zval choses cast_object over __toString
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.

12 years agoMerge branch 'PHP-5.4'
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

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
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

12 years agoUpdate 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

12 years agoFix phpcredits() BC after remove Logo GUIDs
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.

12 years agoMerge branch 'PHP-5.4'
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

12 years agoMerge branch 'bug40459' into PHP-5.4
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

12 years agoNews for bug#40459
Stanislav Malyshev [Wed, 8 Aug 2012 06:03:33 +0000 (23:03 -0700)]
News for bug#40459

12 years agofix bug #40459 - make all stream funcs that create object call ctor
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

12 years agobug #54254
Stanislav Malyshev [Tue, 7 Aug 2012 08:47:50 +0000 (01:47 -0700)]
bug #54254

12 years agotext fixes from emosenkis
Stanislav Malyshev [Tue, 7 Aug 2012 08:17:17 +0000 (01:17 -0700)]
text fixes from emosenkis

12 years agosome fixes for bug#54254
Stanislav Malyshev [Mon, 6 Aug 2012 03:15:21 +0000 (20:15 -0700)]
some fixes for bug#54254

12 years agoAdd test for interoperability of jdtojewish and cal_days_in_month
Eitan Mosenkis [Thu, 19 Jul 2012 12:54:30 +0000 (08:54 -0400)]
Add test for interoperability of jdtojewish and cal_days_in_month

12 years agoUpdate documentation to reflect fix of 54254
Eitan Mosenkis [Mon, 16 Jul 2012 00:36:34 +0000 (20:36 -0400)]
Update documentation to reflect fix of 54254

12 years agofix for display of Jewish month names
Stanislav Malyshev [Sun, 15 Jul 2012 04:25:55 +0000 (21:25 -0700)]
fix for display of Jewish month names

12 years agoMerge branch 'PHP-5.4'
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.

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
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.

12 years agoAdded the intl tests extracted from Symfony. These are making the intl ext crash...
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.

12 years agoMerge branch 'pull-request/132'
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

12 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Mon, 6 Aug 2012 04:00:16 +0000 (21:00 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Add #51363