]> granicus.if.org Git - php/log
php
12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Felipe Pena [Sun, 19 Aug 2012 17:50:52 +0000 (14:50 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Value stored to var is never used

12 years ago- Value stored to var is never used
Felipe Pena [Sun, 19 Aug 2012 17:50:49 +0000 (14:50 -0300)]
- Value stored to var is never used

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Felipe Pena [Sun, 19 Aug 2012 17:34:42 +0000 (14:34 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Value stored to var is never used

12 years ago- Value stored to var is never used
Felipe Pena [Sun, 19 Aug 2012 17:34:38 +0000 (14:34 -0300)]
- Value stored to var is never used

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Felipe Pena [Sun, 19 Aug 2012 15:55:43 +0000 (12:55 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Value stored to var is never used

12 years ago- Value stored to var is never used
Felipe Pena [Sun, 19 Aug 2012 15:55:38 +0000 (12:55 -0300)]
- Value stored to var is never used

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Felipe Pena [Sun, 19 Aug 2012 15:44:49 +0000 (12:44 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Value stored to var is never used

12 years ago- Value stored to var is never used
Felipe Pena [Sun, 19 Aug 2012 15:44:44 +0000 (12:44 -0300)]
- Value stored to var is never used

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Felipe Pena [Sun, 19 Aug 2012 15:13:59 +0000 (12:13 -0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - Value stored to var is never read

12 years ago- Value stored to var is never read
Felipe Pena [Sun, 19 Aug 2012 15:13:48 +0000 (12:13 -0300)]
- Value stored to var is never read

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sun, 19 Aug 2012 10:33:37 +0000 (18:33 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoUpdate NEWS
Xinchen Hui [Sun, 19 Aug 2012 10:33:06 +0000 (18:33 +0800)]
Update NEWS

12 years agoFixed bug #62852 (Unserialize invalid DateTime causes crash)
Reeze Xia [Sun, 19 Aug 2012 09:57:45 +0000 (17:57 +0800)]
Fixed bug #62852 (Unserialize invalid DateTime causes crash)

12 years agoFix test failed
Xinchen Hui [Sat, 18 Aug 2012 04:21:48 +0000 (12:21 +0800)]
Fix test failed

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Fri, 17 Aug 2012 18:31:00 +0000 (20:31 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  More intl tests extracted from symfony

12 years agoMore intl tests extracted from symfony
Matt Ficken [Fri, 17 Aug 2012 18:29:08 +0000 (20:29 +0200)]
More intl tests extracted from symfony

12 years agoUpdate version numbers to 5.4.7-dev.
Adam Harvey [Fri, 17 Aug 2012 15:07:54 +0000 (23:07 +0800)]
Update version numbers to 5.4.7-dev.

12 years agoFixed bug #62836 (Seg fault or broken object references on unserialize())
Xinchen Hui [Fri, 17 Aug 2012 10:28:32 +0000 (18:28 +0800)]
Fixed bug #62836 (Seg fault or broken object references on unserialize())

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 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 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 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.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 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.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 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 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 agoimprove the fix
Xinchen Hui [Tue, 14 Aug 2012 16:25:06 +0000 (00:25 +0800)]
improve the fix

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.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 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 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 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 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 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 '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.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 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 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 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 agoAdd #51363
Stanislav Malyshev [Mon, 6 Aug 2012 04:00:04 +0000 (21:00 -0700)]
Add #51363

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

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

12 years agoMinor spelling corrections
Brett Bieber [Tue, 24 Jul 2012 21:10:08 +0000 (16:10 -0500)]
Minor spelling corrections

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

12 years agofix for #62460
Stanislav Malyshev [Mon, 6 Aug 2012 03:31:08 +0000 (20:31 -0700)]
fix for #62460

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

12 years agoFixed bug #62460 (php binaries installed as binary.dSYM)
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.

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

12 years agoFix 126 tests failed of phar when --enable-zend-multibyte
Xinchen Hui [Sun, 5 Aug 2012 04:40:59 +0000 (12:40 +0800)]
Fix 126 tests failed of phar when --enable-zend-multibyte

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

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

12 years agoThis becomes useless, since we have set that in the INIT macro
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

12 years agoFixed bug #62744 (dangling pointers made by zend_disable_class)
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

12 years agoFixed bug #62725 (Calling exit() in a shutdown function does not return the exit...
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

12 years agoFixed bug that can not get default value of parameter if it's not `optional`
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`

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 2 Aug 2012 14:26:31 +0000 (22:26 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug that can not get default value of parameter if it's not `optional`
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`

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

12 years agoFix test, wrong exepct rule used
Xinchen Hui [Thu, 2 Aug 2012 11:31:34 +0000 (19:31 +0800)]
Fix test, wrong exepct rule used

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into 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

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

12 years agofix test due to float value
Xinchen Hui [Thu, 2 Aug 2012 11:14:06 +0000 (19:14 +0800)]
fix test due to float value

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

12 years agoFixed bug #62685 (Wrong return datatype in PDO::inTransaction())
Xinchen Hui [Thu, 2 Aug 2012 04:55:05 +0000 (12:55 +0800)]
Fixed bug #62685 (Wrong return datatype in PDO::inTransaction())

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 2 Aug 2012 04:53:57 +0000 (12:53 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #62685 (Wrong return datatype in PDO::inTransaction())
Xinchen Hui [Thu, 2 Aug 2012 04:52:11 +0000 (12:52 +0800)]
Fixed bug #62685 (Wrong return datatype in PDO::inTransaction())

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 2 Aug 2012 04:32:44 +0000 (12:32 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #62716 (munmap() is called with the incorrect length)
Xinchen Hui [Thu, 2 Aug 2012 04:30:07 +0000 (12:30 +0800)]
Fixed bug #62716 (munmap() is called with the incorrect length)

12 years agofix NEWS
Stanislav Malyshev [Wed, 1 Aug 2012 19:21:35 +0000 (12:21 -0700)]
fix NEWS

12 years agoSleep a little bit more, in some slow machine (like gcov), it will take a little...
Xinchen Hui [Wed, 1 Aug 2012 15:54:01 +0000 (23:54 +0800)]
Sleep a little bit more, in some slow machine (like gcov), it will take a little more time to setup server

12 years agoupdate NEWS
Xinchen Hui [Wed, 1 Aug 2012 12:24:53 +0000 (20:24 +0800)]
update NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 1 Aug 2012 12:24:14 +0000 (20:24 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)
Xinchen Hui [Wed, 1 Aug 2012 12:23:30 +0000 (20:23 +0800)]
Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)

12 years agosync NEWS
Stanislav Malyshev [Wed, 1 Aug 2012 04:51:46 +0000 (21:51 -0700)]
sync NEWS

12 years agoskip tests if ibase not present
Stanislav Malyshev [Mon, 30 Jul 2012 07:23:53 +0000 (00:23 -0700)]
skip tests if ibase not present

12 years agoImplemented FR #62700 (have the console output 'Listening on http://localhost:8000')
Xinchen Hui [Tue, 31 Jul 2012 14:42:28 +0000 (22:42 +0800)]
Implemented FR #62700 (have the console output 'Listening on http://localhost:8000')

12 years agoexpect pass for 5.4
Xinchen Hui [Tue, 31 Jul 2012 02:51:18 +0000 (10:51 +0800)]
expect pass for 5.4