]> granicus.if.org Git - php/log
php
6 years agoReuse delivered length
Anatol Belski [Wed, 3 Oct 2018 21:10:30 +0000 (23:10 +0200)]
Reuse delivered length

Fix length calculation

6 years agoAdd compatibility bit
Anatol Belski [Wed, 3 Oct 2018 19:17:52 +0000 (21:17 +0200)]
Add compatibility bit

readlink in PHP doesn't error on regular files.

6 years agoRemoved wrong reference counting
Dmitry Stogov [Wed, 3 Oct 2018 17:15:30 +0000 (20:15 +0300)]
Removed wrong reference counting

6 years agoUpdate UPGRADING [ci skip]
Anatol Belski [Wed, 3 Oct 2018 17:11:31 +0000 (19:11 +0200)]
Update UPGRADING [ci skip]

6 years agoRefactor php_sys_readlink
Anatol Belski [Wed, 3 Oct 2018 16:56:08 +0000 (18:56 +0200)]
Refactor php_sys_readlink

Also move the implementation into win32 where it belongs

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Wed, 3 Oct 2018 16:54:47 +0000 (18:54 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Update NEWS [ci skip]

6 years agoUpdate NEWS [ci skip]
Anatol Belski [Wed, 3 Oct 2018 16:54:08 +0000 (18:54 +0200)]
Update NEWS [ci skip]

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Wed, 3 Oct 2018 16:52:21 +0000 (18:52 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Update NEWS [ci skip]
  Update NEWS [ci skip]
  Update NEWS [ci skip]

6 years agoUpdate NEWS [ci skip]
Anatol Belski [Wed, 3 Oct 2018 16:51:48 +0000 (18:51 +0200)]
Update NEWS [ci skip]

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Wed, 3 Oct 2018 16:50:24 +0000 (18:50 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Update NEWS [ci skip]
  Update NEWS [ci skip]

6 years agoUpdate NEWS [ci skip]
Anatol Belski [Wed, 3 Oct 2018 16:49:52 +0000 (18:49 +0200)]
Update NEWS [ci skip]

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Wed, 3 Oct 2018 16:49:13 +0000 (18:49 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Update NEWS [ci skip]

6 years agoUpdate NEWS [ci skip]
Anatol Belski [Wed, 3 Oct 2018 16:48:40 +0000 (18:48 +0200)]
Update NEWS [ci skip]

6 years agoMore careful handling of function prototypes
Dmitry Stogov [Wed, 3 Oct 2018 15:32:25 +0000 (18:32 +0300)]
More careful handling of function prototypes

6 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Wed, 3 Oct 2018 14:43:08 +0000 (17:43 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Avoid code duplication and don't miss env restore

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Wed, 3 Oct 2018 12:36:09 +0000 (14:36 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Avoid code duplication and don't miss env restore

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Wed, 3 Oct 2018 12:35:38 +0000 (14:35 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Avoid code duplication and don't miss env restore

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Wed, 3 Oct 2018 12:34:08 +0000 (14:34 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Avoid code duplication and don't miss env restore

6 years agoAvoid code duplication and don't miss env restore
Anatol Belski [Wed, 3 Oct 2018 12:32:52 +0000 (14:32 +0200)]
Avoid code duplication and don't miss env restore

6 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Wed, 3 Oct 2018 12:01:53 +0000 (15:01 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Hopefully last round of size_t fixes, this makes the remaining php_hash_ops use size_t over an int

6 years agoMerge branch 'master' of git.php.net:/php-src
Kalle Sommer Nielsen [Wed, 3 Oct 2018 11:36:30 +0000 (13:36 +0200)]
Merge branch 'master' of git.php.net:/php-src

6 years agoHopefully last round of size_t fixes, this makes the remaining php_hash_ops use size_...
Kalle Sommer Nielsen [Wed, 3 Oct 2018 11:36:05 +0000 (13:36 +0200)]
Hopefully last round of size_t fixes, this makes the remaining php_hash_ops use size_t over an int

6 years agotypo
Dmitry Stogov [Wed, 3 Oct 2018 11:35:36 +0000 (14:35 +0300)]
typo

6 years agoMerge branch 'PHP-7.3'
Remi Collet [Wed, 3 Oct 2018 10:59:46 +0000 (12:59 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  bump zip extension version

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Remi Collet [Wed, 3 Oct 2018 10:59:31 +0000 (12:59 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  bump zip extension version

6 years agobump zip extension version
Remi Collet [Wed, 3 Oct 2018 10:59:01 +0000 (12:59 +0200)]
bump zip extension version

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Wed, 3 Oct 2018 10:15:54 +0000 (12:15 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fixed bug #76948 Failed shutdown/reboot or end session in Windows

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Wed, 3 Oct 2018 10:15:15 +0000 (12:15 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fixed bug #76948 Failed shutdown/reboot or end session in Windows

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Wed, 3 Oct 2018 10:13:22 +0000 (12:13 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed bug #76948 Failed shutdown/reboot or end session in Windows

6 years agoFixed bug #76948 Failed shutdown/reboot or end session in Windows
Anatol Belski [Wed, 3 Oct 2018 10:11:43 +0000 (12:11 +0200)]
Fixed bug #76948 Failed shutdown/reboot or end session in Windows

6 years agoMerge branch 'master' of git.php.net:/php-src
Kalle Sommer Nielsen [Wed, 3 Oct 2018 09:36:30 +0000 (11:36 +0200)]
Merge branch 'master' of git.php.net:/php-src

6 years agoRemove $ext_shared usage for ext/hash in the Unix build script (Thanks Christoph...
Kalle Sommer Nielsen [Wed, 3 Oct 2018 09:36:11 +0000 (11:36 +0200)]
Remove $ext_shared usage for ext/hash in the Unix build script (Thanks Christoph for the notice)

6 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Wed, 3 Oct 2018 09:33:36 +0000 (12:33 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Second round of fixing compiler warnings in ext/hash. Lots of the signatures that previously was unsigned int is now size_t, there was a fair bit of inconsistency there already and this commit should make it all sync nicely
  Write to correct smart_str
  Revert "Fix compiler warnings in ext/hash"

6 years agoMerge branch 'master' of git.php.net:/php-src
Kalle Sommer Nielsen [Wed, 3 Oct 2018 09:33:15 +0000 (11:33 +0200)]
Merge branch 'master' of git.php.net:/php-src

6 years agoSecond round of fixing compiler warnings in ext/hash. Lots of the signatures that...
Kalle Sommer Nielsen [Wed, 3 Oct 2018 09:32:57 +0000 (11:32 +0200)]
Second round of fixing compiler warnings in ext/hash. Lots of the signatures that previously was unsigned int is now size_t, there was a fair bit of inconsistency there already and this commit should make it all sync nicely

6 years agoAvoid method compatibility check with itself
Dmitry Stogov [Wed, 3 Oct 2018 09:32:33 +0000 (12:32 +0300)]
Avoid method compatibility check with itself

6 years agoAdded assertions
Dmitry Stogov [Wed, 3 Oct 2018 09:31:47 +0000 (12:31 +0300)]
Added assertions

6 years agoWrite to correct smart_str
Nikita Popov [Wed, 3 Oct 2018 09:03:55 +0000 (11:03 +0200)]
Write to correct smart_str

Mixed this up during the migration to ZEND_HASH_FOREACH.

6 years agoMerge branch 'PHP-7.3'
Nikita Popov [Wed, 3 Oct 2018 08:50:38 +0000 (10:50 +0200)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Wed, 3 Oct 2018 08:50:27 +0000 (10:50 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Nikita Popov [Wed, 3 Oct 2018 08:50:16 +0000 (10:50 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

6 years agoReflection: Copy invoke function also in the variadic case
Nikita Popov [Wed, 3 Oct 2018 08:48:42 +0000 (10:48 +0200)]
Reflection: Copy invoke function also in the variadic case

It doesn't matter how the parameters are provided, we always have
to copy the trampoline invoke function.

6 years agoRemove uses of apply_with_arguments API in reflection
Nikita Popov [Tue, 2 Oct 2018 21:28:38 +0000 (23:28 +0200)]
Remove uses of apply_with_arguments API in reflection

Instead of ZEND_HASH_FOREACH. As a side-effect, this fixes a latent
bug in _addmethod, where a zval was interpreted as a zval*.

Also apply some optimizations to getProperties() while at it: For
declared properties, use the HT key instead of unmangling the
property name. For dynamic properties check INDIRECT instead of
looking up prop info to determine if the property is dynamic.

6 years agoRevert "Fix compiler warnings in ext/hash"
Kalle Sommer Nielsen [Wed, 3 Oct 2018 08:37:20 +0000 (10:37 +0200)]
Revert "Fix compiler warnings in ext/hash"

This reverts commit 596fbf7393777cb14006813111875db5b0a21d3b.

6 years agoFix compiler warnings in ext/hash
Kalle Sommer Nielsen [Wed, 3 Oct 2018 06:48:27 +0000 (08:48 +0200)]
Fix compiler warnings in ext/hash

6 years agoUpdate hash tests for consistency in their titles and remove the skipif sections...
Kalle Sommer Nielsen [Wed, 3 Oct 2018 06:48:11 +0000 (08:48 +0200)]
Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests)

6 years agoImplemented RFC "Always available hash extension"
Kalle Sommer Nielsen [Wed, 3 Oct 2018 06:47:07 +0000 (08:47 +0200)]
Implemented RFC "Always available hash extension"

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Tue, 2 Oct 2018 22:22:34 +0000 (00:22 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fixed bug #76947 file_put_contents() blocks the directory of the file (__DIR__)

6 years agoFixed bug #76947 file_put_contents() blocks the directory of the file (__DIR__)
Anatol Belski [Tue, 2 Oct 2018 22:15:43 +0000 (00:15 +0200)]
Fixed bug #76947 file_put_contents() blocks the directory of the file (__DIR__)

The condition was wrong. The target buffer size only matters, when some
output is going to be copied into it.

6 years agoSome reflection cleanups
Nikita Popov [Tue, 2 Oct 2018 17:50:55 +0000 (19:50 +0200)]
Some reflection cleanups

Use zend_string and zend_string_tolower in more places, clean up
__invoke handling slightly.

6 years agoMerge branch 'PHP-7.3'
Nikita Popov [Tue, 2 Oct 2018 16:20:30 +0000 (18:20 +0200)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Tue, 2 Oct 2018 16:20:15 +0000 (18:20 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoFixed bug #66430
Nikita Popov [Tue, 2 Oct 2018 16:19:53 +0000 (18:19 +0200)]
Fixed bug #66430

6 years agoMerge branch 'PHP-7.3'
Nikita Popov [Tue, 2 Oct 2018 15:49:08 +0000 (17:49 +0200)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Tue, 2 Oct 2018 15:48:56 +0000 (17:48 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoFixed bug #76936
Nikita Popov [Tue, 2 Oct 2018 15:47:07 +0000 (17:47 +0200)]
Fixed bug #76936

6 years agoMerge branch 'PHP-7.3'
Nikita Popov [Tue, 2 Oct 2018 14:14:36 +0000 (16:14 +0200)]
Merge branch 'PHP-7.3'

6 years agoFixed bug #76958
Nikita Popov [Tue, 2 Oct 2018 14:13:51 +0000 (16:13 +0200)]
Fixed bug #76958

6 years agoDon't fall back to vtbl_pass if no matching vtbl found
Nikita Popov [Tue, 2 Oct 2018 14:07:22 +0000 (16:07 +0200)]
Don't fall back to vtbl_pass if no matching vtbl found

If we don't know how to convert between two encodings, make sure
we error instead of ignoring the issue.

Explicitly use vtbl_pass if we are round-tripping wchar->wchar or
8bit->8bit. Fingers crossed that nothing else relies on the
vtbl_pass fallback...

6 years agotypo
Dmitry Stogov [Tue, 2 Oct 2018 12:38:55 +0000 (15:38 +0300)]
typo

6 years agoMake ZEND_ACC_IMMUTABLE and ZEND_ACC_HAS_TYPE_HINTS to be common (for functions and...
Dmitry Stogov [Tue, 2 Oct 2018 06:51:06 +0000 (09:51 +0300)]
Make ZEND_ACC_IMMUTABLE and ZEND_ACC_HAS_TYPE_HINTS to be common (for functions and classes)

6 years agoRename ZEND_ACC_NO_RT_ARENA into ZEND_ACC_HEAP_RT_CACHE and use it for pseudo-main...
Dmitry Stogov [Tue, 2 Oct 2018 06:10:04 +0000 (09:10 +0300)]
Rename ZEND_ACC_NO_RT_ARENA into ZEND_ACC_HEAP_RT_CACHE and use it for pseudo-main op_arrays.

6 years agoAllocate only necessary space for static properties of internal classes in ZTS mode.
Dmitry Stogov [Mon, 1 Oct 2018 16:05:31 +0000 (19:05 +0300)]
Allocate only necessary space for static properties of internal classes in ZTS mode.

6 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Mon, 1 Oct 2018 11:11:31 +0000 (14:11 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Bump phpdbg version to PHP_VERSION

6 years agoTurn accel_activate into module callback.
Dmitry Stogov [Mon, 1 Oct 2018 11:10:54 +0000 (14:10 +0300)]
Turn accel_activate into module callback.

6 years agoBump phpdbg version to PHP_VERSION
Peter Kokot [Wed, 26 Sep 2018 03:14:02 +0000 (05:14 +0200)]
Bump phpdbg version to PHP_VERSION

The phpdbg sapi module is distributed with the release cycle of PHP.
This patch simplifes phpdbg versioning and bumps it to the PHP_VERSION.

6 years agoGet rid of accel_deactivate() calback
Dmitry Stogov [Mon, 1 Oct 2018 10:53:15 +0000 (13:53 +0300)]
Get rid of accel_deactivate() calback

6 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Mon, 1 Oct 2018 08:19:36 +0000 (11:19 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src: (29 commits)
  Fix the deplister rule to not ignore the .c file (Anatol)
  Update .gitignore to include the Windows deplister program (win32/build/deplister.c)
  Bug > Feature Request
  NEWS and UPGRADING
  Fixed bug #75479
  Fix test
  Fix some tests and improve coverage for Windows in SPL
  Use already set variable
  Fix reflection arguments for sodium_memzero function
  Deprecate unbinding of $this of non-static methods
  Generalize compile_typename
  Fixed bug #76737
  Fixed bug #72635
  Remove and refactor ext/spl/examples
  Remove outdated soap examples
  Remove unused ext/bz2/php_bz2.def
  Remove redundant ce from reflection property_reference
  Only store zend_type inside reflection type_reference
  Fixed bug #76946
  Bump versions for 7.1.24-dev
  ...

6 years agoFix the deplister rule to not ignore the .c file (Anatol)
Kalle Sommer Nielsen [Mon, 1 Oct 2018 06:31:49 +0000 (08:31 +0200)]
Fix the deplister rule to not ignore the .c file (Anatol)

6 years agoUpdate .gitignore to include the Windows deplister program (win32/build/deplister.c)
Kalle Sommer Nielsen [Mon, 1 Oct 2018 05:54:52 +0000 (07:54 +0200)]
Update .gitignore to include the Windows deplister program (win32/build/deplister.c)

6 years agoBug > Feature Request
Kalle Sommer Nielsen [Mon, 1 Oct 2018 05:52:22 +0000 (07:52 +0200)]
Bug > Feature Request

6 years agoNEWS and UPGRADING
Remi Collet [Mon, 1 Oct 2018 05:24:04 +0000 (07:24 +0200)]
NEWS and UPGRADING

6 years agoFixed bug #76908 PDO_OCI getColumnMeta() not implemented
Remi Collet [Mon, 1 Oct 2018 05:18:20 +0000 (07:18 +0200)]
Fixed bug #76908 PDO_OCI getColumnMeta() not implemented

* Letargie-feature-getcolumnmeta:
  Removing last unused
  Last few changes :  . force the nls_date_format  . add the scale to the return of the function  . add tests on some function return  . removing unused variables
  cs
  Changes : . Add the distinction between NUMBER and FLOAT types . Changing BFLOAT text to be BINARY_FLOAT . Changing BDOUBLE text to be BINARY_DOUBLE . Add the data types names for NCHAR, NVARCHAR and NCLOB . Few changes in the tests
  fixing comments
  Update oci_statement.c
  Add the PDOStatement::getColumnMeta() function to the pdo_oci driver

6 years agoFixed bug #76908 PDO_OCI getColumnMeta() not implemented
Remi Collet [Mon, 1 Oct 2018 05:16:48 +0000 (07:16 +0200)]
Fixed bug #76908  PDO_OCI getColumnMeta() not implemented

Merge branch 'feature-getcolumnmeta' of https://github.com/Letargie/php-src into Letargie-feature-getcolumnmeta

* 'feature-getcolumnmeta' of https://github.com/Letargie/php-src:
  Removing last unused
  Last few changes :  . force the nls_date_format  . add the scale to the return of the function  . add tests on some function return  . removing unused variables
  cs
  Changes : . Add the distinction between NUMBER and FLOAT types . Changing BFLOAT text to be BINARY_FLOAT . Changing BDOUBLE text to be BINARY_DOUBLE . Add the data types names for NCHAR, NVARCHAR and NCLOB . Few changes in the tests
  fixing comments
  Update oci_statement.c
  Add the PDOStatement::getColumnMeta() function to the pdo_oci driver

6 years agoMerge branch 'PHP-7.3'
Nikita Popov [Sun, 30 Sep 2018 18:08:10 +0000 (20:08 +0200)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Sun, 30 Sep 2018 18:07:58 +0000 (20:07 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Nikita Popov [Sun, 30 Sep 2018 18:07:44 +0000 (20:07 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

6 years agoFixed bug #75479
Nikita Popov [Sun, 30 Sep 2018 18:05:30 +0000 (20:05 +0200)]
Fixed bug #75479

Wrap the zend_signal_init() call, so the hook arguments line up.

6 years agoFix test
Nikita Popov [Sun, 30 Sep 2018 17:56:28 +0000 (19:56 +0200)]
Fix test

6 years agoFix some tests and improve coverage for Windows in SPL
Kalle Sommer Nielsen [Sun, 30 Sep 2018 08:41:34 +0000 (10:41 +0200)]
Fix some tests and improve coverage for Windows in SPL

6 years agoUse already set variable
Gabriel Caruso [Sun, 30 Sep 2018 05:01:10 +0000 (02:01 -0300)]
Use already set variable

6 years agoMerge branch 'PHP-7.3'
Nikita Popov [Sat, 29 Sep 2018 19:20:08 +0000 (21:20 +0200)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Sat, 29 Sep 2018 19:20:01 +0000 (21:20 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoFix reflection arguments for sodium_memzero function
James Titcumb [Sat, 29 Sep 2018 17:14:53 +0000 (19:14 +0200)]
Fix reflection arguments for sodium_memzero function

6 years agoDeprecate unbinding of $this of non-static methods
Nikita Popov [Sat, 29 Sep 2018 18:58:17 +0000 (20:58 +0200)]
Deprecate unbinding of $this of non-static methods

Static calls to non-static methods have been fully deprecated in
PHP 7.0 as part of https://wiki.php.net/rfc/reclassify_e_strict.

A combination of ReflectionMethod::getClosure() ("fake closures")
and Closure::bindTo() etc can be used to achieve the same behavior.
This commit ensures that a deprecation notice will be thrown also
in this case.

6 years agoGeneralize compile_typename
Nikita Popov [Sat, 29 Sep 2018 16:53:48 +0000 (18:53 +0200)]
Generalize compile_typename

Return zend_type instead of assigning to arg_info. Also move
nullable handling into the function.

6 years agoFixed bug #76737
Nikita Popov [Sat, 29 Sep 2018 12:47:57 +0000 (14:47 +0200)]
Fixed bug #76737

Explicitly prohibit serialization and unserialization of reflection
objects.

6 years agoMerge branch 'PHP-7.3'
Nikita Popov [Sat, 29 Sep 2018 12:23:13 +0000 (14:23 +0200)]
Merge branch 'PHP-7.3'

6 years agoFixed bug #72635
Nikita Popov [Sat, 29 Sep 2018 12:15:58 +0000 (14:15 +0200)]
Fixed bug #72635

This seems to be a simple oversight, where we did not enable
exceptions. Other constexpr conditions already throw, so there is
no particular reason to stick to a fatal error here.

6 years agoRemove and refactor ext/spl/examples
Peter Kokot [Wed, 26 Sep 2018 13:35:38 +0000 (15:35 +0200)]
Remove and refactor ext/spl/examples

- Test file from ext/spl/examples has been moved to ext/spl/tests
- Other custom SPL examples and implementations were removed in favor of
the PHP manual.

6 years agoRemove outdated soap examples
Peter Kokot [Wed, 26 Sep 2018 12:19:23 +0000 (14:19 +0200)]
Remove outdated soap examples

This patch removes PHP soap extension examples in favor of the PHP
manual.

6 years agoRemove unused ext/bz2/php_bz2.def
Peter Kokot [Wed, 26 Sep 2018 00:34:18 +0000 (02:34 +0200)]
Remove unused ext/bz2/php_bz2.def

Exporting symbols has been added via
a7ba08a0bdb1b7de6a5f1f44ae3d243ea8cedb64 and then removed via
d5c68252418e7ad40fd8527676e9ce4696c19a3c

6 years agoRemove redundant ce from reflection property_reference
Nikita Popov [Fri, 28 Sep 2018 21:16:10 +0000 (23:16 +0200)]
Remove redundant ce from reflection property_reference

The ce is already stored in the main reflection object, no need to
store it twice.

6 years agoOnly store zend_type inside reflection type_reference
Nikita Popov [Fri, 28 Sep 2018 20:27:14 +0000 (22:27 +0200)]
Only store zend_type inside reflection type_reference

We don't need the full arg_info and the baggage associated with it.
Storing the type should be safe, as it's part of structures which
are never released during a request (arg_info and in the future
prop_info).

6 years agoMerge branch 'PHP-7.3'
Nikita Popov [Fri, 28 Sep 2018 17:18:01 +0000 (19:18 +0200)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Fri, 28 Sep 2018 17:17:43 +0000 (19:17 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Nikita Popov [Fri, 28 Sep 2018 17:16:03 +0000 (19:16 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

6 years agoFixed bug #76946
Nikita Popov [Fri, 28 Sep 2018 17:14:47 +0000 (19:14 +0200)]
Fixed bug #76946

6 years agoMerge branch 'PHP-7.3'
Sara Golemon [Fri, 28 Sep 2018 15:33:12 +0000 (11:33 -0400)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Bump versions for 7.1.24-dev

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Sara Golemon [Fri, 28 Sep 2018 15:32:56 +0000 (11:32 -0400)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Bump versions for 7.1.24-dev