]> granicus.if.org Git - php/log
php
10 years agoAdd a XFAIL test, which I'd like to think more about a better fix
Xinchen Hui [Mon, 2 Mar 2015 14:50:51 +0000 (22:50 +0800)]
Add a XFAIL test, which I'd like to think more about a better fix

10 years agoImproved assert() according to expectations RFC.
Dmitry Stogov [Mon, 2 Mar 2015 09:25:40 +0000 (12:25 +0300)]
Improved assert() according to expectations RFC.

See https://wiki.php.net/rfc/expectations

Squashed commit of the following:

commit 3f3651a7870738e35ec541e53b53069152135b24
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Mon Mar 2 11:56:33 2015 +0300

    opcode 137 is used for ZEND_OP_DATA and con't be reused for ZEND_ASSERT_CHECK

commit ca8ecabf2a5f97f9116839c33396c9a7037e4368
Merge: 24328ac 9dac923
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Mon Mar 2 10:49:23 2015 +0300

    Merge branch 'master' into assert

    * master:
      Update NEWS
      Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize)
      windows only test
      Align entries format
      Align entries format for 5.6.7
      Align entries format for 5.5.23
      Bump header year
      Fixed bug #69144 (strtr not replacing with partly matching replace pairs)
      Fixed test?
      Revert mktime()/gmmktime()'s arginfo
      Update NEWS
      Fixed bug #69141 Missing arguments in reflection info for some builtin functions
      Add NEWS entry
      Remove useless date warning
      Fix ARG_INFO for levenshtein
      Fix ARG_INFO for levenshtein
      fix dir separator in tests
      Update NEWS
      Fixed bug #69085 (SoapClient's __call() type confusion through unserialize()).

commit 24328ac03f79a0f3b19be7411bf9e173f392abda
Merge: 021fd94 1cdee9a
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Fri Feb 27 15:57:13 2015 +0300

    Merge branch 'master' into assert

    * master:
      Fixed C++ support
      Fixed bug #69115 crash in mail
      Reorder
      Update NEWs
      Fixed bug #69121 (Segfault in get_current_user when script owner is not in passwd with ZTS build)
      Update News
      Fixed bug #69125 (Array numeric string as key)
      fix bug#68942's patch
      Fixed ability to build unspecialized executor
      Fixed bug #69124 (method name could not be used when by ref)
      Fixed a bug that header value is not terminated by '\0' when accessed through getenv().
      Fixed a bug that header value is not terminated by '\0' when accessed through getenv().

commit 021fd94ed1d692d212e6e30c6c1a9767c3f16f7f
Merge: 49963eb ace1f82
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Thu Feb 26 11:26:03 2015 +0300

    Merge branch 'master' into assert

    * master: (59 commits)
      Improved ASSIGN_DIM handler
      Don't inline slow path
      Revert a part committted by mistake
      Fixed compilation warnings
      Fixed a bug that header value is not terminated by '\0' when accessed through getenv().
      better name
      Improve fix for #69038
      Update NEWs
      Fixed bug #69108 ("Segmentation fault" when (de)serializing SplObjectStorage)
      Added specialized versions of DO_FCALL handler:   DO_ICALL - for internal functions   DO_UCALL - for user functions   DO_FCALL_BY_NAME - plain, most probably user, funcstions (not methods)
      Use cache_slot offsets instead of indexes (simplify run-time instructions)
      Split INIT_FCALL_BY_NAME inti INIT_FCALL_BY_NAME(CONST+STRING) and INIT_DYNAMIC_CALL(CONST-STRING|TMPVAR|CV)
      Support list($a, $b) = $a
      Avoid unnecassary check
      Make zend_array_destroy() to free the corresponding zend_array
      Eliminate check on the fast path
      Make current() and key() receive argument by value.
      Use Firebird default home folder, replace Interbase with Firebird
      Updated NEWS
      updated NEWS
      ...

    Conflicts:
     Zend/zend_vm_execute.h
     Zend/zend_vm_opcodes.c
     Zend/zend_vm_opcodes.h

commit 49963ebf9d2bcd6d2670203dd72884f6ba6c8a4b
Merge: 07b1f92 6b77959
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Thu Feb 19 11:13:08 2015 +0300

    Merge branch 'master' into assert

    * master:
      Implemented AST pretty-printer
      update NEWS to match the actual stuff in 5.6.6
      update NEWS to match the actual stuff in 5.5.22
      update NEWS(add missing entry for the enchant fix, and reorder the entries a bit)
      fix typo in bug#
      update NEWS
      fix email format
      update NEWS
      update 5.6.6 release date in NEWS
      Fix bug #69033 (Request may get env. variables from previous requests if PHP works as FastCGI)
      BFN
      fix test
      fix test
      fix test
      Fixed bug #65593 (Segfault when calling ob_start from output buffering callback)
      Updated NEWS
      add CVE
      5.4.39 next
      Fix associativity to match Perl
      Blast off to space.

    Conflicts:
     Zend/zend_ast.c

commit 07b1f92ed662f6fa9309e679b83aff328362c98b
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Wed Feb 18 23:06:32 2015 +0300

    fixed pretty-printer (support for "elseif")

commit 5a976c8d85078502b48379996ab066e57533a0c3
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Wed Feb 18 19:50:08 2015 +0300

    Fixed vaeious ptetty-printer issues

commit 69491e8e8e692030b0585aab485146906c0fedaf
Merge: 8473157 3ddc246
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Wed Feb 18 10:18:32 2015 +0300

    Merge branch 'master' into assert

    * master:
      Set PHP_JSON_VERSION to 1.4.0
      Remove unnecessary resource checks in openssl ext
      JSON is now maintained

commit 8473157fbb12d03fff8d5b602865a4b667522a4d
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Wed Feb 18 10:17:26 2015 +0300

    Fixed typo and white spaces

commit 96de5ffc8d604df9797d0141ae5ad9c15e1d6c32
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Wed Feb 18 00:28:39 2015 +0300

    Fixed assert() in namesapaces

commit 5eba069c28e7b6590618707e0b21cdb2dd62a192
Merge: 4a2d9c0 d428bf2
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Tue Feb 17 22:45:55 2015 +0300

    Merge branch 'master' into assert

    * master: (25 commits)
      improve debugability in TS debug builds
      More UPGRADING, in particular on foreach
      Fixed bug #69038 (switch(SOMECONSTANT) misbehaves) for master
      Replace var is introduced
      abstain from using xmlCleanupParser
      fix TS build
      Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
      update news
      Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
      Port for for bug #68552
      Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
      Update NEWS
      Fixed bug #69038 (switch(SOMECONSTANT) misbehaves)
      - BFN
      Don't read the local php.ini when Generating Phar When building phar shared, you can end up loading a previous phar.so that isn't compatible with the php cli being used to generate Phar here.
      - Fixed bug #67827 (broken detection of system crypt sha256/sha512 support)
      Delete json outdated package.xml
      made ZEND_TSRMLS_CACHE_* macros look like function calls
      - Fix merge
      - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de
      ...

commit 4a2d9c0953dccd9e78ebee9291e1213419eb9136
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Tue Feb 17 22:45:10 2015 +0300

    Implemented AST pretty-printer to capture expression passed to assert()

commit 7a059b66d51a65159801bd826346721325b89fec
Merge: 9973df7 3892eba
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Mon Feb 16 18:42:28 2015 +0300

    Merge branch 'expect' of github.com:krakjoe/php-src into assert

    * 'expect' of github.com:krakjoe/php-src:
      import expect

    Conflicts:
     Zend/zend_compile.c
     Zend/zend_execute_API.c
     Zend/zend_globals.h
     Zend/zend_vm_def.h
     Zend/zend_vm_execute.h
     Zend/zend_vm_opcodes.c
     Zend/zend_vm_opcodes.h
     ext/opcache/Optimizer/block_pass.c
     ext/opcache/Optimizer/pass1_5.c
     ext/standard/assert.c
     ext/standard/tests/assert/assert_error3.phpt

commit 3892eba2bf56a7699453855c995404106322718d
Author: krakjoe <joe.watkins@live.co.uk>
Date:   Sun Feb 2 12:49:35 2014 +0000

    import expect

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Sun, 1 Mar 2015 15:20:22 +0000 (23:20 +0800)]
Merge branch 'PHP-5.6'

Conflicts:
ext/standard/var_unserializer.c
ext/standard/var_unserializer.re

10 years agoUpdate NEWS
Xinchen Hui [Sun, 1 Mar 2015 15:17:57 +0000 (23:17 +0800)]
Update NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Sun, 1 Mar 2015 15:17:41 +0000 (23:17 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

Conflicts:
ext/standard/var_unserializer.c

10 years agoFixed bug #69139 (Crash in gc_zval_possible_root on unserialize)
Xinchen Hui [Sun, 1 Mar 2015 15:16:15 +0000 (23:16 +0800)]
Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize)

10 years agowindows only test
Ferenc Kovacs [Sun, 1 Mar 2015 12:02:44 +0000 (13:02 +0100)]
windows only test

10 years agoAlign entries format
Lior Kaplan [Sun, 1 Mar 2015 09:44:30 +0000 (11:44 +0200)]
Align entries format

10 years agoMerge branch 'PHP-5.6'
Lior Kaplan [Sun, 1 Mar 2015 09:37:02 +0000 (11:37 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Align entries format for 5.6.7
  Align entries format for 5.5.23

10 years agoAlign entries format for 5.6.7
Lior Kaplan [Sun, 1 Mar 2015 09:36:01 +0000 (11:36 +0200)]
Align entries format for 5.6.7

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Lior Kaplan [Sun, 1 Mar 2015 09:34:11 +0000 (11:34 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Align entries format for 5.5.23

10 years agoAlign entries format for 5.5.23
Lior Kaplan [Sun, 1 Mar 2015 09:32:09 +0000 (11:32 +0200)]
Align entries format for 5.5.23

10 years agoMerge branch 'PHP-5.6'
Reeze Xia [Sun, 1 Mar 2015 07:15:03 +0000 (15:15 +0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Bump header year
  Update NEWS

Conflicts:
NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Reeze Xia [Sun, 1 Mar 2015 07:08:20 +0000 (15:08 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Bump header year

10 years agoBump header year
Reeze Xia [Sun, 1 Mar 2015 07:03:21 +0000 (15:03 +0800)]
Bump header year

10 years agoFixed bug #69144 (strtr not replacing with partly matching replace pairs)
Xinchen Hui [Sat, 28 Feb 2015 14:37:46 +0000 (22:37 +0800)]
Fixed bug #69144 (strtr not replacing with partly matching replace pairs)

10 years agoFixed test?
Xinchen Hui [Sat, 28 Feb 2015 14:35:55 +0000 (22:35 +0800)]
Fixed test?

10 years agoRevert mktime()/gmmktime()'s arginfo
Reeze Xia [Sat, 28 Feb 2015 10:32:18 +0000 (18:32 +0800)]
Revert mktime()/gmmktime()'s arginfo

$is_dst parameter has been removed in commit: 9c5eaac18b65038cc377c7335b32889b892cf1fc

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Reeze Xia [Sat, 28 Feb 2015 08:45:44 +0000 (16:45 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Update NEWS

10 years agoUpdate NEWS
Reeze Xia [Sat, 28 Feb 2015 08:45:26 +0000 (16:45 +0800)]
Update NEWS

10 years agoMerge branch 'PHP-5.6'
Reeze Xia [Sat, 28 Feb 2015 08:43:41 +0000 (16:43 +0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed bug #69141 Missing arguments in reflection info for some builtin functions

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Reeze Xia [Sat, 28 Feb 2015 08:40:06 +0000 (16:40 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #69141 Missing arguments in reflection info for some builtin functions

10 years agoFixed bug #69141 Missing arguments in reflection info for some builtin functions
Reeze Xia [Sat, 28 Feb 2015 08:37:14 +0000 (16:37 +0800)]
Fixed bug #69141 Missing arguments in reflection info for some builtin functions

This include:

- setcookie (missing "httponly")
- setrawcookie (missing "httponly")
- spl_autoload_register (missing 2 optional params)
- mktime  (missing "is_dst")
- gmmktime (missing "is_dst")

10 years agoAdd NEWS entry
Bob Weinand [Fri, 27 Feb 2015 22:28:19 +0000 (23:28 +0100)]
Add NEWS entry

10 years agoRemove useless date warning
Bob Weinand [Tue, 27 Jan 2015 00:55:19 +0000 (01:55 +0100)]
Remove useless date warning

10 years agoMerge branch 'PHP-5.6'
Nikita Popov [Fri, 27 Feb 2015 22:24:02 +0000 (23:24 +0100)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Nikita Popov [Fri, 27 Feb 2015 22:23:49 +0000 (23:23 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFix ARG_INFO for levenshtein
Дмитрий Пацура [Tue, 24 Feb 2015 09:54:36 +0000 (17:54 +0800)]
Fix ARG_INFO for levenshtein

This can work with 2 parameters (require)

refs http://php.net/manual/ru/function.levenshtein.php
refs https://github.com/phalcon/zephir/issues/753

10 years agoFix ARG_INFO for levenshtein
Дмитрий Пацура [Tue, 24 Feb 2015 09:54:36 +0000 (17:54 +0800)]
Fix ARG_INFO for levenshtein

This can work with 2 parameters (require)

refs http://php.net/manual/ru/function.levenshtein.php
refs https://github.com/phalcon/zephir/issues/753

10 years agofix dir separator in tests
Anatol Belski [Fri, 27 Feb 2015 15:46:04 +0000 (16:46 +0100)]
fix dir separator in tests

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Fri, 27 Feb 2015 15:35:56 +0000 (23:35 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Fri, 27 Feb 2015 15:35:37 +0000 (23:35 +0800)]
Merge branch 'PHP-5.6'

Conflicts:
ext/soap/soap.c

10 years agoUpdate NEWS
Xinchen Hui [Fri, 27 Feb 2015 15:33:23 +0000 (23:33 +0800)]
Update NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 15:32:59 +0000 (23:32 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFixed bug #69085 (SoapClient's __call() type confusion through unserialize()).
Xinchen Hui [Fri, 27 Feb 2015 15:32:32 +0000 (23:32 +0800)]
Fixed bug #69085 (SoapClient's __call() type confusion through unserialize()).

10 years agoFixed C++ support
Dmitry Stogov [Fri, 27 Feb 2015 10:45:11 +0000 (13:45 +0300)]
Fixed C++ support

10 years agoFixed bug #69115 crash in mail
Anatol Belski [Fri, 27 Feb 2015 09:42:20 +0000 (10:42 +0100)]
Fixed bug #69115 crash in mail

There were two issues

- php_pcre_replace could be used directly and sbject_str could be NULL
- the Windows sendmail variant was freeing something passed from the outside

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Fri, 27 Feb 2015 04:03:04 +0000 (12:03 +0800)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 04:03:00 +0000 (12:03 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoReorder
Xinchen Hui [Fri, 27 Feb 2015 04:02:42 +0000 (12:02 +0800)]
Reorder

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Fri, 27 Feb 2015 04:01:40 +0000 (12:01 +0800)]
Merge branch 'PHP-5.6'

10 years agoUpdate NEWs
Xinchen Hui [Fri, 27 Feb 2015 04:01:28 +0000 (12:01 +0800)]
Update NEWs

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 04:01:05 +0000 (12:01 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFixed bug #69121 (Segfault in get_current_user when script owner is not in passwd...
Xinchen Hui [Fri, 27 Feb 2015 04:00:52 +0000 (12:00 +0800)]
Fixed bug #69121 (Segfault in get_current_user when script owner is not in passwd with ZTS build)

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Fri, 27 Feb 2015 03:43:49 +0000 (11:43 +0800)]
Merge branch 'PHP-5.6'

10 years agoUpdate News
Xinchen Hui [Fri, 27 Feb 2015 03:43:41 +0000 (11:43 +0800)]
Update News

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 03:42:57 +0000 (11:42 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFixed bug #69125 (Array numeric string as key)
Xinchen Hui [Fri, 27 Feb 2015 03:42:36 +0000 (11:42 +0800)]
Fixed bug #69125 (Array numeric string as key)

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Fri, 27 Feb 2015 03:13:07 +0000 (11:13 +0800)]
Merge branch 'PHP-5.6'

Conflicts:
ext/date/php_date.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 03:11:45 +0000 (11:11 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agofix bug#68942's patch
Taoguang Chen [Fri, 27 Feb 2015 02:41:53 +0000 (10:41 +0800)]
fix bug#68942's patch

Fix type confusion bug in unserialize() with DateTimeZone. https://bugs.php.net/bug.php?id=68942

10 years agoFixed ability to build unspecialized executor
Dmitry Stogov [Thu, 26 Feb 2015 14:53:03 +0000 (17:53 +0300)]
Fixed ability to build unspecialized executor

10 years agoFixed bug #69124 (method name could not be used when by ref)
Bob Weinand [Thu, 26 Feb 2015 13:21:48 +0000 (14:21 +0100)]
Fixed bug #69124 (method name could not be used when by ref)

10 years agoImproved ASSIGN_DIM handler
Dmitry Stogov [Wed, 25 Feb 2015 23:49:19 +0000 (02:49 +0300)]
Improved ASSIGN_DIM handler

10 years agoDon't inline slow path
Dmitry Stogov [Wed, 25 Feb 2015 22:28:47 +0000 (01:28 +0300)]
Don't inline slow path

10 years agoRevert a part committted by mistake
Dmitry Stogov [Wed, 25 Feb 2015 20:23:10 +0000 (23:23 +0300)]
Revert a part committted by mistake

10 years agoFixed compilation warnings
Dmitry Stogov [Wed, 25 Feb 2015 20:20:47 +0000 (23:20 +0300)]
Fixed compilation warnings

10 years agoFixed a bug that header value is not terminated by '\0' when accessed through getenv().
George Wang [Wed, 25 Feb 2015 15:48:19 +0000 (10:48 -0500)]
Fixed a bug that header value is not terminated by '\0' when accessed through getenv().

Conflicts:
sapi/litespeed/lsapilib.c

10 years agoFixed a bug that header value is not terminated by '\0' when accessed through getenv().
George Wang [Wed, 25 Feb 2015 15:48:19 +0000 (10:48 -0500)]
Fixed a bug that header value is not terminated by '\0' when accessed through getenv().

10 years agoFixed a bug that header value is not terminated by '\0' when accessed through getenv().
George Wang [Wed, 25 Feb 2015 15:48:19 +0000 (10:48 -0500)]
Fixed a bug that header value is not terminated by '\0' when accessed through getenv().

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Wed, 25 Feb 2015 12:49:51 +0000 (20:49 +0800)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Wed, 25 Feb 2015 12:49:17 +0000 (20:49 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agobetter name
Xinchen Hui [Wed, 25 Feb 2015 12:49:07 +0000 (20:49 +0800)]
better name

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Wed, 25 Feb 2015 12:16:15 +0000 (20:16 +0800)]
Merge branch 'PHP-5.6'

Conflicts:
ext/opcache/Optimizer/zend_optimizer.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Wed, 25 Feb 2015 12:08:52 +0000 (20:08 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

Conflicts:
ext/opcache/tests/bug69038.phpt

10 years agoImprove fix for #69038
Xinchen Hui [Wed, 25 Feb 2015 12:07:02 +0000 (20:07 +0800)]
Improve fix for #69038

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Wed, 25 Feb 2015 10:23:54 +0000 (18:23 +0800)]
Merge branch 'PHP-5.6'

Conflicts:
ext/spl/spl_observer.c

10 years agoUpdate NEWs
Xinchen Hui [Wed, 25 Feb 2015 10:22:41 +0000 (18:22 +0800)]
Update NEWs

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Wed, 25 Feb 2015 10:22:18 +0000 (18:22 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFixed bug #69108 ("Segmentation fault" when (de)serializing SplObjectStorage)
Xinchen Hui [Wed, 25 Feb 2015 10:21:59 +0000 (18:21 +0800)]
Fixed bug #69108 ("Segmentation fault" when (de)serializing SplObjectStorage)

10 years agoAdded specialized versions of DO_FCALL handler:
Dmitry Stogov [Wed, 25 Feb 2015 07:37:21 +0000 (10:37 +0300)]
Added specialized versions of DO_FCALL handler:
  DO_ICALL - for internal functions
  DO_UCALL - for user functions
  DO_FCALL_BY_NAME - plain, most probably user, funcstions (not methods)

10 years agoUse cache_slot offsets instead of indexes (simplify run-time instructions)
Dmitry Stogov [Tue, 24 Feb 2015 22:52:35 +0000 (01:52 +0300)]
Use cache_slot offsets instead of indexes (simplify run-time instructions)

10 years agoSplit INIT_FCALL_BY_NAME inti INIT_FCALL_BY_NAME(CONST+STRING) and INIT_DYNAMIC_CALL...
Dmitry Stogov [Tue, 24 Feb 2015 19:29:47 +0000 (22:29 +0300)]
Split INIT_FCALL_BY_NAME inti INIT_FCALL_BY_NAME(CONST+STRING) and INIT_DYNAMIC_CALL(CONST-STRING|TMPVAR|CV)

10 years agoSupport list($a, $b) = $a
Nikita Popov [Tue, 24 Feb 2015 17:57:14 +0000 (18:57 +0100)]
Support list($a, $b) = $a

By compiling the RHS $a as a non-CV fetch.

This worked as expected in PHP 5, but broke in PHP 7 due to the
different assign order. However the new implementation is more
general, in that it allows $a on the LHS in any place, not just
the first element.

10 years agoAvoid unnecassary check
Dmitry Stogov [Tue, 24 Feb 2015 16:21:21 +0000 (19:21 +0300)]
Avoid unnecassary check

10 years agoMake zend_array_destroy() to free the corresponding zend_array
Dmitry Stogov [Tue, 24 Feb 2015 15:34:37 +0000 (18:34 +0300)]
Make zend_array_destroy() to free the corresponding zend_array

10 years agoEliminate check on the fast path
Dmitry Stogov [Tue, 24 Feb 2015 15:34:15 +0000 (18:34 +0300)]
Eliminate check on the fast path

10 years agoMake current() and key() receive argument by value.
Dmitry Stogov [Tue, 24 Feb 2015 14:40:25 +0000 (17:40 +0300)]
Make current() and key() receive argument by value.

10 years agoUse Firebird default home folder, replace Interbase with Firebird
Popa Adrian Marius [Tue, 24 Feb 2015 11:58:14 +0000 (13:58 +0200)]
Use Firebird default home folder, replace Interbase with Firebird

10 years agoMerge branch 'PHP-5.6'
Julien Pauli [Mon, 23 Feb 2015 10:23:57 +0000 (11:23 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Updated NEWS
  updated NEWS
  curl: add new proxy constants

10 years agoUpdated NEWS
Julien Pauli [Mon, 23 Feb 2015 10:23:48 +0000 (11:23 +0100)]
Updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Julien Pauli [Mon, 23 Feb 2015 10:23:00 +0000 (11:23 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS
  curl: add new proxy constants

10 years agoupdated NEWS
Julien Pauli [Mon, 23 Feb 2015 10:22:44 +0000 (11:22 +0100)]
updated NEWS

10 years agocurl: add new proxy constants
Linus Unnebäck [Tue, 17 Jun 2014 10:28:44 +0000 (12:28 +0200)]
curl: add new proxy constants

10 years agoMerge branch 'PHP-5.6'
Julien Pauli [Mon, 23 Feb 2015 09:40:45 +0000 (10:40 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed test fails for bug68557

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Julien Pauli [Mon, 23 Feb 2015 09:35:35 +0000 (10:35 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed test fails for bug68557

10 years agoFixed test fails for bug68557
Xinchen Hui [Sat, 21 Feb 2015 04:36:38 +0000 (12:36 +0800)]
Fixed test fails for bug68557

10 years agoMerge branch 'pr/1103'
Derick Rethans [Mon, 23 Feb 2015 08:57:20 +0000 (08:57 +0000)]
Merge branch 'pr/1103'

10 years agoMerge branch 'PHP-5.6'
Jakub Zelenka [Sun, 22 Feb 2015 20:54:05 +0000 (20:54 +0000)]
Merge branch 'PHP-5.6'

The fix for master is a bit different (it's fixed in encoder)

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Jakub Zelenka [Sun, 22 Feb 2015 20:35:03 +0000 (20:35 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6

Conflicts:
ext/json/json.c

10 years agoFix bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are numbers plus...
Jakub Zelenka [Sun, 22 Feb 2015 20:22:47 +0000 (20:22 +0000)]
Fix bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are numbers plus the letter e)

10 years agoNEWS entry
Rasmus Lerdorf [Sun, 22 Feb 2015 16:32:32 +0000 (08:32 -0800)]
NEWS entry

10 years agoNEWS entry
Rasmus Lerdorf [Sun, 22 Feb 2015 16:31:17 +0000 (08:31 -0800)]
NEWS entry

10 years agoFix bug #68166
Rasmus Lerdorf [Sun, 22 Feb 2015 16:14:41 +0000 (08:14 -0800)]
Fix bug #68166
We can't always efree here
php_escape_html_entities can return an interned_empty_string

10 years agoFix bug #68166
Rasmus Lerdorf [Sun, 22 Feb 2015 16:14:41 +0000 (08:14 -0800)]
Fix bug #68166
We can't always efree here
php_escape_html_entities can return an interned_empty_string

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Sun, 22 Feb 2015 15:48:22 +0000 (16:48 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  updated NEWS
  updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Sun, 22 Feb 2015 15:47:56 +0000 (16:47 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS

10 years agoupdated NEWS
Anatol Belski [Sun, 22 Feb 2015 15:47:44 +0000 (16:47 +0100)]
updated NEWS

10 years agoupdated NEWS
Anatol Belski [Sun, 22 Feb 2015 15:46:39 +0000 (16:46 +0100)]
updated NEWS

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Sun, 22 Feb 2015 15:27:27 +0000 (16:27 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix Win32 SSPI initialization for digest authentication in cURL