<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/php/php_7.4.4.bb, branch nanbield</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=nanbield</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=nanbield'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-08-31T20:04:43+00:00</updated>
<entry>
<title>php: Upgrade 7.4.4 -&gt; 7.4.9</title>
<updated>2020-08-31T20:04:43+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2020-08-31T18:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f46931abf073a4c5b02a160a89fe073f1b67632b'/>
<id>urn:sha1:f46931abf073a4c5b02a160a89fe073f1b67632b</id>
<content type='text'>
Upgrade to release 7.4.9:

- Fixed: Upgrade apache2handler's php_apache_sapi_get_request_time
  to return usec
- Fixed: BSTR to PHP string conversion not binary safe
- Fixed: DCOM does not work with Username, Password parameter
- Fixed: serialize() and unserialize() methods can not be called
  statically
- Fixed: Segfault in php_str_replace_common
- Fixed: Assertion failure if dumping closure with unresolved
  static variable
- Fixed: Assertion failure when assigning property of string
  offset by reference
- Fixed: HT iterators not removed if empty array is destroyed
- Fixed: Changing array during undef index RW error segfaults
- Fixed: Use after free if changing array during undef var during
  array write fetch
- Fixed: Use after free if string used in undefined index warning
  is changed
- Fixed: Public non-static property in child should take priority
  over private static
- Fixed: getimagesize function silently truncates after a null
  byte
- Fixed: finfo_file crash (FILEINFO_MIME)
- Fixed: ftp_size on large files
- Fixed: mb_strimwidth does not trim string
- Fixed: Use of freed hash key in the phar_parse_zipfile function
- Fixed: ::getStaticProperties() ignores property modifications
- Fixed: ::getStaticPropertyValue() throws on protected props
- Fixed: Use after free when type duplicated into
  ReflectionProperty gets resolved
- Fixed: Can't copy() large 'data://' with open_basedir
- Fixed: dns_check_record() always return true on Alpine
- Fixed: array_walk() does not respect property types

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: update fix for opcache link issue in 7.4.4</title>
<updated>2020-05-09T02:56:06+00:00</updated>
<author>
<name>Claude Bing</name>
<email>cbing@cybernetics.com</email>
</author>
<published>2020-05-08T19:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3cfd16be4e1b62efe8ac640cecc080709cf2b9f9'/>
<id>urn:sha1:3cfd16be4e1b62efe8ac640cecc080709cf2b9f9</id>
<content type='text'>
The source of the issue is the update for PHP 7.4 support in
0001-opcache-config.m4-enable-opcache.patch (commit 7cc7a9ec).  Instead
of working around the issue in the recipe file, update the patch to
restore the call to PHP_ADD_LIBRARY().

Signed-off-by: Claude Bing &lt;cbing@cybernetics.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: fix opcache link error in 7.4</title>
<updated>2020-05-08T06:01:29+00:00</updated>
<author>
<name>Claude Bing</name>
<email>cbing@cybernetics.com</email>
</author>
<published>2020-05-07T18:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0145cb4645b720efc36e4a034bb9e1077c191e5e'/>
<id>urn:sha1:0145cb4645b720efc36e4a034bb9e1077c191e5e</id>
<content type='text'>
Explicitly specifying -lrt is required for opcache to be linked against
the proper dependencies.  Additionally, PHP disables libdl when it
detects a cross-compilation environment for some reason.  In order to
load any type of extension, re-enabling libdl is required.

Signed-off-by: Claude Bing &lt;cbing@cybernetics.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: fix PACKAGECONFIG for soap</title>
<updated>2020-05-07T06:20:29+00:00</updated>
<author>
<name>Claude Bing</name>
<email>me@claudebing.com</email>
</author>
<published>2020-05-06T23:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7aeef522ff3522ccf76a6750846e235e7c80427a'/>
<id>urn:sha1:7aeef522ff3522ccf76a6750846e235e7c80427a</id>
<content type='text'>
PHP 7.4 enables libxml by default and removed it as a configurable
option.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: add multibyte string support config</title>
<updated>2020-05-04T19:15:50+00:00</updated>
<author>
<name>Konrad Weihmann</name>
<email>kweihmann@outlook.com</email>
</author>
<published>2020-05-03T14:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=171b924a1f6eda1e602e117d62483386175bddc3'/>
<id>urn:sha1:171b924a1f6eda1e602e117d62483386175bddc3</id>
<content type='text'>
Add mbstring to PACKAGECONFIG to enable
multibyte string support in php

Signed-off-by: Konrad Weihmann &lt;kweihmann@outlook.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: fix zip package config</title>
<updated>2020-05-04T19:15:50+00:00</updated>
<author>
<name>Konrad Weihmann</name>
<email>kweihmann@outlook.com</email>
</author>
<published>2020-05-03T14:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6690afa59e5bb698e752c3346b8470e40f9d9daa'/>
<id>urn:sha1:6690afa59e5bb698e752c3346b8470e40f9d9daa</id>
<content type='text'>
--enable-zip and --with-libzip were removed in PHP 7.x.
These are replaced by --with-zip --with-zlib-dir.

Signed-off-by: Konrad Weihmann &lt;kweihmann@outlook.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: upgrade 7.3.16 -&gt; 7.4.4</title>
<updated>2020-04-27T14:48:47+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2020-04-24T00:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7cc7a9ec88f43a818cb5daf9ca27ab9140268934'/>
<id>urn:sha1:7cc7a9ec88f43a818cb5daf9ca27ab9140268934</id>
<content type='text'>
License-Update: License updated (year updated)

note: for 7.4, pear is disabled by default,
and it will be deprecated in future.

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
