Jump to letter: [
ABCEFGHIJLMNOPRSTUVWXY
]
php72 - PHP 7.2 엔진
License: |
PHP |
Vendor: |
AnNyung Packaging Team |
- Description:
PHP 7.2 is an HTML-embedded scripting language. PHP attempts to make it
easy for developers to write dynamically generated web pages. PHP
also offers built-in database integration for several commercial
and non-commercial database management systems, so writing a
database-enabled web page with PHP is fairly simple. The most
common use of PHP coding is probably as a replacement for CGI
scripts.
Building option:
--with no_goto : if don't add vm kind option with goto..
Packages
php72-7.2.14-1.an3.src
[14.5 MiB] |
Changelog
by JoungKyun.Kim (2019-01-11):
- update 7.2.14
- update ncurses extension
- 7.2.14 official bugs
. fixed #77339 Core: __callStatic may get incorrect arguments
. fixed #73281 GD: imagescale(…, IMG_BILINEAR_FIXED) can cause black border
. fixed #77272 GD: imagescale() may return image resource on failure
. fixed #77439 Standard: parse_str segfaults when inserting item into existing array
. fixed #76839 Sockets: socket_recvfrom may return an invalid 'from' address on MacOS
|
php72-7.2.13-1.an3.src
[14.5 MiB] |
Changelog
by JoungKyun.Kim (2019-01-06):
- update 7.2.13
. http://www.php.net/ChangeLog-7.php#7.2.13
. http://www.php.net/ChangeLog-7.php#7.2.12
. http://www.php.net/ChangeLog-7.php#7.2.11
. http://www.php.net/ChangeLog-7.php#7.2.10
. http://www.php.net/ChangeLog-7.php#7.2.9
. http://www.php.net/ChangeLog-7.php#7.2.8
- 7.2.13 official bugs
. fixed #71041 Core: zend_signal_startup() needs ZEND_API
. fixed #76046 Core: PHP generates "FE_FREE" opcode on the wrong line
. fixed #77339 Core: __callStatic may get incorrect arguments
. fixed #77097 Date: DateTime::diff gives wrong diff when the actual diff is less than 1 second.
. fixed #77184 Exif: Unsigned rational numbers are written out as signed rationals.
. fixed #77195 GD: Incorrect error handling of imagecreatefromjpeg().
. fixed #77198 GD: auto cropping has insufficient precision.
. fixed #77200 GD: imagecropauto(…, GD_CROP_SIDES) crops left but not right.
. fixed #77020 IMAP: null pointer dereference in imap_mail.
. fixed #76804 OCI8: oci_pconnect with OCI_CRED_EXT not working.
. OCI8: Added oci_set_call_timeout() for call timeouts.
. OCI8: Added oci_set_db_operation() for the DBOP end-to-end-tracing attribute.
. fixed #77215 Opcache: CFG assertion failure on multiple finalizing switch frees in one block.
. PDO: Handle invalid index passed to PDOStatement::fetchColumn() as error.
. fixed #77051 SQLite3: Issue with re-binding on SQLite3.
- 7.2.14 official bugs
. fixed #77391 GD: 1bpp BMPs may fail to be loaded.
. fixed #75684 MySQLnd: In mysqlnd_ext_plugin.h the plugin methods family has no external visibility.
. fixed #77273 PD0: array_walk_recursive corrupts value types leading to PDO failure.
. fixed #77395 Standard: segfault about array_multisort.
- security issues:
. CVE-2018-17082 Apache2: XSS due to the header Transfer-Encoding: chunked (#76582)
. CVE-2018-12882 EXIF: heap use after free in _php_stream_free (#76409)
. CVE-2018-14883 EXIF: Int Overflow lead to Heap OverFlow in exif_thumbnail_extract of exif.c (#76423)
. CVE-2018-14851 EXIF: heap-buffer-overflow (READ of size 48) while reading exif data (#76557)
|
php72-7.2.7-1.an3.src
[14.5 MiB] |
Changelog
by JoungKyun.Kim (2018-07-07):
- update 7.2.7
. http://www.php.net/ChangeLog-7.php#7.2.7
- 7.2.7 official bugs
. fixed #76534 Core: PHP hangs on 'illegal string offset on string references with an error handler
. fixed #76520 Core: Object creation leaks memory when executed over HTTP
. fixed #76502 Core: Chain of mixed exceptions and errors does not serialize properly
. fixed #76462 Date: Undefined property: DateInterval::$f
. fixed #76409 EXIF: heap use after free in _php_stream_free
. fixed #73342 FPM: Vulnerability in php-fpm by changing stdin to non-blocking
. fixed #74670 GMP: Integer Underflow when unserializing GMP and possible other classes
. fixed #76556 intl: get_debug_info handler for BreakIterator shows wrong type
. fixed #76532 mbstring: Integer overflow and excessive memory usage in mb_strimwidth
. fixed #76477 Opcache: Opcache causes empty return value
. fixed #76548 PGSQL: pg_fetch_result did not fetch the next row
. fixed #76536 Reflection: PHP crashes with core dump when throwing exception in error handler
. fixed #75231 Reflection: ReflectionProperty#getValue() incorrectly works with inherited classes
. fixed #76505 Standard: array_merge_recursive() is duplicating sub-array keys
. fixed #71848 Standard: getimagesize with $imageinfo returns false
. fixed #76461 ZIP: OPSYS_Z_CPM defined instead of OPSYS_CPM
- 7.2.8 official bugs
. Fixed bug #76366 Filter: References in sub-array for filtering breaks the filter
- security issues
. CVE-2018-10549 Exif: Heap Buffer Overflow (READ: 1786) in exif_iif_add_value (#76130)
. CVE-2018-10546 iconv: stream filter convert.iconv leads to infinite loop on invalid sequence (#76249)
. CVE-2018-10548 ldap: Malicious LDAP-Server Response causes Crash (#76248)
. CVE-2018-10547 Phar: fix for CVE-2018-5712 may not be complete (#76129)
. CVE-2018-10545 FPM: Dumpable FPM child processes allow bypassing opcache access controls (#75605)
|
php72-7.2.3-1.an3.src
[14.5 MiB] |
Changelog
by JoungKyun.Kim (2018-03-19):
- update 7.2.3
. http://www.php.net/ChangeLog-7.php#7.2.3
- 7.2.3 official bugs
. fixed #76025 Core: Segfault while throwing exception in error_handler
. fixed #73957 GD: signed integer conversion in imagescale()
. fixed #76041 GD: null pointer access crashed php
. fixed #62545 Mbstring: wrong unicode mapping in some charsets
. fixed #75969 Opcache: Assertion failure in live range DCE due to block pass misoptimization
. fixed #76085 Phar: Segmentation fault in buildFromIterator when directory name contains a \n
. fixed #76068 Standard: parse_ini_string fails to parse "[foo]\nbar=1|>baz" with segfault
- 7.2.4 official bugs
. fixed #76094 Opcache: Access violation when using opcache
. fixed #74139 Standard: mail.add_x_header default inconsistent with docs
- security issues
. CVE-2018-7584 stack-buffer-overflow while parsing HTTP response (#75981)
|
php72-7.2.2-2.an3.src
[14.1 MiB] |
Changelog
by JoungKyun.Kim (2018-02-16):
- 7.2.2 official bugs
. fixed #75916 Standard: DNS_CAA record results contain garbage
. fixed #75928 Date: Argument 2 for `DateTimeZone::listIdentifiers()` should accept `null`
. fixed #75857 Date: Timezone gets truncated when formatted
. fixed #68406 Date: calling var_dump on a DateTimeZone object modifies it
. fixed #49876 LDAP: Fix LDAP path lookup on 64-bit distros
. fixed #75838 PGSQL: Memory leak in pg_escape_bytea()
. fixed #54289 Phar: Phar::extractTo() does not accept specific directories to be extracted
. fixed #65414 Phar: deal with leading slash while adding files correctly
. fixed #73725 ODBC: Unable to retrieve value of varchar(max) type
. fixed #75729 Opcache: opcache segfault when installing Bitrix
. fixed #75893 Opcache: file_get_contents $http_response_header variable bugged with opcache
. fixed #75938 Opcache: Modulus value not stored in variable
. fixed #74519 SPL: strange behavior of AppendIterator
|
php72-7.2.2-1.an3.src
[14.1 MiB] |
Changelog
by JoungKyun.Kim (2018-02-08):
- udpate 7.2.2
|