]> granicus.if.org Git - php/log
php
11 years agoUpdate .gdbinit
Xinchen Hui [Thu, 20 Feb 2014 10:30:06 +0000 (18:30 +0800)]
Update .gdbinit

11 years agoFixed segfault in Zend/tests/008.phpt
Xinchen Hui [Thu, 20 Feb 2014 08:21:41 +0000 (16:21 +0800)]
Fixed segfault in Zend/tests/008.phpt

11 years agoFixed segfault (Zend/tests/026.phpt now pass)
Xinchen Hui [Thu, 20 Feb 2014 07:39:46 +0000 (15:39 +0800)]
Fixed segfault (Zend/tests/026.phpt now pass)

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Wed, 19 Feb 2014 12:50:09 +0000 (16:50 +0400)]
Use better data structures (incomplete)

11 years agoMerge branch 'refactoring2' of github.com:zend-dev/php into refactoring2
Dmitry Stogov [Wed, 19 Feb 2014 11:34:46 +0000 (15:34 +0400)]
Merge branch 'refactoring2' of github.com:zend-dev/php into refactoring2

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Wed, 19 Feb 2014 11:34:32 +0000 (15:34 +0400)]
Use better data structures (incomplete)

11 years agoFixed possible NULL pointer dereference
Xinchen Hui [Wed, 19 Feb 2014 11:33:10 +0000 (19:33 +0800)]
Fixed possible NULL pointer dereference

11 years agozend_hash_del didn't check the PACKED flag
Xinchen Hui [Wed, 19 Feb 2014 11:26:43 +0000 (19:26 +0800)]
zend_hash_del didn't check the PACKED flag

11 years agoFixed segfault in 017.phpt(a memory leak is reported now)
Xinchen Hui [Wed, 19 Feb 2014 11:03:03 +0000 (19:03 +0800)]
Fixed segfault in 017.phpt(a memory leak is reported now)

11 years agoFixed segfault
Xinchen Hui [Wed, 19 Feb 2014 10:49:00 +0000 (18:49 +0800)]
Fixed segfault

11 years agoMerge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Xinchen Hui [Wed, 19 Feb 2014 10:42:22 +0000 (18:42 +0800)]
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2

11 years agoFixed memory leak (forgot to release the zval)
Xinchen Hui [Wed, 19 Feb 2014 10:41:50 +0000 (18:41 +0800)]
Fixed memory leak (forgot to release the zval)

11 years agoMerge branch 'refactoring2' of github.com:zend-dev/php into refactoring2
Dmitry Stogov [Wed, 19 Feb 2014 10:36:05 +0000 (14:36 +0400)]
Merge branch 'refactoring2' of github.com:zend-dev/php into refactoring2

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Wed, 19 Feb 2014 10:35:28 +0000 (14:35 +0400)]
Use better data structures (incomplete)

11 years agoFixed segfault in BEGIN/END SILENT
Xinchen Hui [Wed, 19 Feb 2014 10:34:27 +0000 (18:34 +0800)]
Fixed segfault in BEGIN/END SILENT

11 years agoUse better data structures (incomplete)
Xinchen Hui [Wed, 19 Feb 2014 09:58:39 +0000 (17:58 +0800)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Wed, 19 Feb 2014 08:03:01 +0000 (12:03 +0400)]
Use better data structures (incomplete)

11 years agoUse zend_string avoid mem wasting
Xinchen Hui [Wed, 19 Feb 2014 04:13:43 +0000 (12:13 +0800)]
Use zend_string avoid mem wasting

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Tue, 18 Feb 2014 21:12:05 +0000 (01:12 +0400)]
Use better data structures (incomplete)

11 years agoFixed object destruction
Dmitry Stogov [Tue, 18 Feb 2014 18:35:54 +0000 (22:35 +0400)]
Fixed object destruction

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Tue, 18 Feb 2014 14:10:54 +0000 (18:10 +0400)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Tue, 18 Feb 2014 13:31:27 +0000 (17:31 +0400)]
Use better data structures (incomplete)

11 years agoFixed memory leak
Dmitry Stogov [Tue, 18 Feb 2014 13:11:57 +0000 (17:11 +0400)]
Fixed memory leak

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Tue, 18 Feb 2014 12:44:01 +0000 (16:44 +0400)]
Use better data structures (incomplete)

11 years agoMerge branch 'refactoring2' of github.com:zend-dev/php into refactoring2
Dmitry Stogov [Tue, 18 Feb 2014 12:28:26 +0000 (16:28 +0400)]
Merge branch 'refactoring2' of github.com:zend-dev/php into refactoring2

11 years agoUse better data structures (incomplete; able to run bench.php)
Dmitry Stogov [Tue, 18 Feb 2014 12:27:38 +0000 (16:27 +0400)]
Use better data structures (incomplete; able to run bench.php)

11 years agoRefacting smart_str
Xinchen Hui [Tue, 18 Feb 2014 09:42:46 +0000 (17:42 +0800)]
Refacting smart_str

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Tue, 18 Feb 2014 07:44:58 +0000 (11:44 +0400)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Mon, 17 Feb 2014 21:41:23 +0000 (01:41 +0400)]
Use better data structures (incomplete)

11 years agoemalloced interned strings have to be deallocated before memory manager shutdown
Dmitry Stogov [Mon, 17 Feb 2014 18:30:35 +0000 (22:30 +0400)]
emalloced interned strings have to be deallocated before memory manager shutdown

11 years agoIt should be fixed later in some better way (added ??? marks)
Dmitry Stogov [Mon, 17 Feb 2014 18:17:16 +0000 (22:17 +0400)]
It should be fixed later in some better way (added ??? marks)

11 years agoFixed Memory leak
Xinchen Hui [Mon, 17 Feb 2014 14:59:44 +0000 (22:59 +0800)]
Fixed Memory leak

11 years agoFixed Segfault
Xinchen Hui [Mon, 17 Feb 2014 14:47:52 +0000 (22:47 +0800)]
Fixed Segfault

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Mon, 17 Feb 2014 13:59:18 +0000 (17:59 +0400)]
Use better data structures (incomplete)

11 years agoMerge branch 'refactoring2' of github.com:zend-dev/php into refactoring2
Dmitry Stogov [Mon, 17 Feb 2014 07:50:44 +0000 (11:50 +0400)]
Merge branch 'refactoring2' of github.com:zend-dev/php into refactoring2

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Mon, 17 Feb 2014 07:50:32 +0000 (11:50 +0400)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Xinchen Hui [Mon, 17 Feb 2014 07:41:02 +0000 (15:41 +0800)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Xinchen Hui [Mon, 17 Feb 2014 07:17:53 +0000 (15:17 +0800)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Xinchen Hui [Mon, 17 Feb 2014 03:05:48 +0000 (11:05 +0800)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Xinchen Hui [Sun, 16 Feb 2014 14:27:31 +0000 (22:27 +0800)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Xinchen Hui [Sun, 16 Feb 2014 14:15:54 +0000 (22:15 +0800)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Xinchen Hui [Sat, 15 Feb 2014 15:21:09 +0000 (23:21 +0800)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Xinchen Hui [Fri, 14 Feb 2014 15:11:40 +0000 (23:11 +0800)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Fri, 14 Feb 2014 13:48:45 +0000 (17:48 +0400)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Fri, 14 Feb 2014 11:11:21 +0000 (15:11 +0400)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Fri, 14 Feb 2014 10:55:48 +0000 (14:55 +0400)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Fri, 14 Feb 2014 10:11:52 +0000 (14:11 +0400)]
Use better data structures (incomplete)

11 years agoMerge branch 'refactoring2' of github.com:zend-dev/php into refactoring2
Dmitry Stogov [Fri, 14 Feb 2014 09:40:23 +0000 (13:40 +0400)]
Merge branch 'refactoring2' of github.com:zend-dev/php into refactoring2

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Fri, 14 Feb 2014 09:40:11 +0000 (13:40 +0400)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Xinchen Hui [Fri, 14 Feb 2014 09:05:04 +0000 (17:05 +0800)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Thu, 13 Feb 2014 13:54:23 +0000 (17:54 +0400)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Wed, 12 Feb 2014 19:54:04 +0000 (23:54 +0400)]
Use better data structures (incomplete)

11 years agoReverted zval_clear() and zval_release() back to zval_ptr_dtor()
Dmitry Stogov [Wed, 12 Feb 2014 18:51:19 +0000 (22:51 +0400)]
Reverted zval_clear() and zval_release() back to zval_ptr_dtor()

11 years ago Use better data structures (incomplete) -- stash for today work
Xinchen Hui [Wed, 12 Feb 2014 14:15:08 +0000 (22:15 +0800)]
 Use better data structures (incomplete) -- stash for today work

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Wed, 12 Feb 2014 14:08:11 +0000 (18:08 +0400)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete) - refactored return_value handling
Dmitry Stogov [Wed, 12 Feb 2014 10:29:51 +0000 (14:29 +0400)]
Use better data structures (incomplete) - refactored return_value handling

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Wed, 12 Feb 2014 07:42:27 +0000 (11:42 +0400)]
Use better data structures (incomplete)

11 years agoMerge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Xinchen Hui [Tue, 11 Feb 2014 11:33:48 +0000 (19:33 +0800)]
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2

11 years agoUse better data structures (incomplete)
Xinchen Hui [Tue, 11 Feb 2014 11:30:42 +0000 (19:30 +0800)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Mon, 10 Feb 2014 13:49:21 +0000 (17:49 +0400)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Mon, 10 Feb 2014 08:18:01 +0000 (12:18 +0400)]
Use better data structures (incomplete)

11 years agoUse better data structures (incomplete)
Dmitry Stogov [Mon, 10 Feb 2014 06:04:30 +0000 (10:04 +0400)]
Use better data structures (incomplete)

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Mon, 20 Jan 2014 09:13:22 +0000 (10:13 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fixed glob compilation with vc12

11 years agofixed glob compilation with vc12
Anatol Belski [Mon, 20 Jan 2014 09:11:31 +0000 (10:11 +0100)]
fixed glob compilation with vc12

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Mon, 20 Jan 2014 09:05:37 +0000 (10:05 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  support for Visual C+ 2013

11 years agosupport for Visual C+ 2013
Anatol Belski [Mon, 20 Jan 2014 09:04:20 +0000 (10:04 +0100)]
support for Visual C+ 2013

11 years agoMerge branch 'PHP-5.6'
Remi Collet [Mon, 20 Jan 2014 08:39:39 +0000 (09:39 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Skip readline tests which fail with libedit Add specific libedit test (output slightly differs)

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Mon, 20 Jan 2014 08:39:29 +0000 (09:39 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Skip readline tests which fail with libedit Add specific libedit test (output slightly differs)

11 years agoSkip readline tests which fail with libedit
Remi Collet [Mon, 20 Jan 2014 08:38:34 +0000 (09:38 +0100)]
Skip readline tests which fail with libedit
Add specific libedit test (output slightly differs)

11 years agoMerge branch 'PHP-5.6'
Remi Collet [Mon, 20 Jan 2014 07:41:04 +0000 (08:41 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed Bug #66412 readline_clear_history() with libedit causes segfault after #65714

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Mon, 20 Jan 2014 07:40:39 +0000 (08:40 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed Bug #66412 readline_clear_history() with libedit causes segfault after #65714

11 years agoFixed Bug #66412 readline_clear_history() with libedit causes segfault after #65714
Remi Collet [Mon, 20 Jan 2014 07:38:53 +0000 (08:38 +0100)]
Fixed Bug #66412 readline_clear_history() with libedit causes segfault after #65714

Checking all libedit functions, this check is done in each functions (add_history,
read_history, write_history, ...) but is missing in clear_history.

Test coverage: readline_clear_history_001.phpt

11 years agoMerge branch 'PHP-5.6'
Yasuo Ohgaki [Sun, 19 Jan 2014 04:33:27 +0000 (13:33 +0900)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Enable zend.multibyte tests. Tipcal configuration works, but most tests fail.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Yasuo Ohgaki [Sun, 19 Jan 2014 04:32:35 +0000 (13:32 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Enable zend.multibyte tests. Tipcal configuration works, but most tests fail.

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Sun, 19 Jan 2014 04:31:50 +0000 (13:31 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Enable zend.multibyte tests. Tipcal configuration works, but most tests fail.

11 years agoEnable zend.multibyte tests. Tipcal configuration works, but most tests fail.
Yasuo Ohgaki [Sun, 19 Jan 2014 04:28:48 +0000 (13:28 +0900)]
Enable zend.multibyte tests. Tipcal configuration works, but most tests fail.

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Sun, 19 Jan 2014 01:05:38 +0000 (02:05 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix C89 compat

11 years agofix C89 compat
Anatol Belski [Sun, 19 Jan 2014 01:05:10 +0000 (02:05 +0100)]
fix C89 compat

11 years agoMerge branch 'PHP-5.6'
Will Fitch [Sun, 19 Jan 2014 00:49:06 +0000 (19:49 -0500)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix #62479: Some chars not parsed in passwords

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Will Fitch [Sun, 19 Jan 2014 00:41:45 +0000 (19:41 -0500)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix #62479: Some chars not parsed in passwords

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Will Fitch [Sun, 19 Jan 2014 00:40:54 +0000 (19:40 -0500)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix #62479: Some chars not parsed in passwords

11 years agoFix #62479: Some chars not parsed in passwords
Will Fitch [Sun, 19 Jan 2014 00:24:22 +0000 (19:24 -0500)]
Fix #62479: Some chars not parsed in passwords

This fixes an issue where backslashes and spaces aren't
correctly parsed for passwords.

11 years agoMerge branch 'PHP-5.6'
Will Fitch [Sat, 18 Jan 2014 16:57:34 +0000 (11:57 -0500)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix bug #66509: copy() arginfo incorrect since 5.4

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Will Fitch [Sat, 18 Jan 2014 16:56:22 +0000 (11:56 -0500)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #66509: copy() arginfo incorrect since 5.4

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Will Fitch [Sat, 18 Jan 2014 16:39:32 +0000 (11:39 -0500)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #66509: copy() arginfo incorrect since 5.4

Conflicts:
NEWS

11 years agoFix bug #66509: copy() arginfo incorrect since 5.4
Will Fitch [Sat, 18 Jan 2014 16:25:53 +0000 (11:25 -0500)]
Fix bug #66509: copy() arginfo incorrect since 5.4

Since 5.4, the ZEND_BEGIN_ARG_INFO_EX was replaced
by non _EX, causing Reflection to assume the
$context parameter is required.

11 years agoMerge branch 'PHP-5.6'
Nikita Popov [Sat, 18 Jan 2014 13:44:57 +0000 (14:44 +0100)]
Merge branch 'PHP-5.6'

11 years agoFix argument unpacking across stack pages
Nikita Popov [Sat, 18 Jan 2014 11:30:44 +0000 (12:30 +0100)]
Fix argument unpacking across stack pages

If multiple unpacks were used (or mixed with normal arguments)
parts of the arguments could land on different stack pages. If
this occurs the arguments will now be copied to a new stack page.

The code used to do this is copied verbatim from the PHP 5.4 branch
and only modified to reduce the amount of inlined code.

11 years agoMerge branch 'PHP-5.6'
Johannes Schlüter [Sat, 18 Jan 2014 12:53:15 +0000 (13:53 +0100)]
Merge branch 'PHP-5.6'

11 years agoMerge branch 'phpdbg' into PHP-5.6
Johannes Schlüter [Sat, 18 Jan 2014 12:52:27 +0000 (13:52 +0100)]
Merge branch 'phpdbg' into PHP-5.6

11 years agozts fix
krakjoe [Fri, 17 Jan 2014 21:20:19 +0000 (21:20 +0000)]
zts fix

11 years ago...
krakjoe [Fri, 17 Jan 2014 21:15:03 +0000 (21:15 +0000)]
...

11 years agoremove goto from zend_try/zend_end_try/zend_catch blocks
krakjoe [Fri, 17 Jan 2014 21:08:35 +0000 (21:08 +0000)]
remove goto from zend_try/zend_end_try/zend_catch blocks

11 years agoMerge branch 'PHP-5.6'
Adam Harvey [Fri, 17 Jan 2014 12:29:31 +0000 (20:29 +0800)]
Merge branch 'PHP-5.6'

11 years agoAdd a couple of missing items to UPGRADING.
Adam Harvey [Fri, 17 Jan 2014 12:28:49 +0000 (20:28 +0800)]
Add a couple of missing items to UPGRADING.

Usual grumble about please ensuring UPGRADING gets updated goes here. :)

11 years agoMerge branch 'PHP-5.6'
Michael Wallner [Fri, 17 Jan 2014 11:19:17 +0000 (12:19 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Clarify always_populate_raw_post_data situation in 5.6

11 years agoClarify always_populate_raw_post_data situation in 5.6
Michael Wallner [Fri, 17 Jan 2014 11:18:16 +0000 (12:18 +0100)]
Clarify always_populate_raw_post_data situation in 5.6

11 years agoMerge branch 'PHP-5.6'
Anatol Belski [Fri, 17 Jan 2014 10:08:21 +0000 (11:08 +0100)]
Merge branch 'PHP-5.6'

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 17 Jan 2014 10:08:02 +0000 (11:08 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  added appropriate exception handling flag to ext\intl
  Update NEWS

11 years agoadded appropriate exception handling flag to ext\intl
Anatol Belski [Fri, 17 Jan 2014 10:03:40 +0000 (11:03 +0100)]
added appropriate exception handling flag to ext\intl

According to the doc page
http://msdn.microsoft.com/en-us/library/1deeycx5.aspx
it's appropriate as none of the extern C functions do throw
exceptions. This also fixes the warning C4530.