Path to this page:
./
meta-pkgs/php83-extensions,
meta-package for the PHP 8.3 HTML-embedded scripting language
Branch: CURRENT,
Version: 8.3.21,
Package name: php83-extensions-8.3.21,
Maintainer: pkgsrc-usersPHP 8.3.x is HTML-embedded scripting language.
This package does not contain anything by itself -- it is a
"meta-package" that depends on other PHP packages. Its sole purpose is
to require dependencies so users can install this package only and
have all the PHP stuff pulled in by the package dependency mechanism.
Version history: (Expand)
- (2025-05-19) Updated to version: php83-extensions-8.3.21
- (2025-02-08) Updated to version: php83-extensions-8.3.16nb1
- (2025-01-30) Updated to version: php83-extensions-8.3.16
- (2023-11-30) Package added to pkgsrc.se, version php83-extensions-8.3.0 (created)
CVS history: (Expand)
2025-05-19 17:00:56 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
lang/php83: update to 8.3.21
PHP 8.3.21 (2025-05-08)
Core:
* Fixed bug GH-18304 (Changing the properties of a DateInterval through
dynamic properties triggers a SegFault).
* Fix some leaks in php_scandir.
Filter:
* Fixed bug GH-18309 (ipv6 filter integer overflow).
GD:
* Fixed imagecrop() overflow with rect argument with x/width y/heigh usage
in gdImageCrop().
* Fixed GH-18243 imagettftext() overflow/underflow on font size value.
Intl:
* Fix reference support for intltz_get_offset().
LDAP:
* Fixed bug GH-17776 (LDAP_OPT_X_TLS_* options can't be overridden).
* Fix NULL deref on high modification key.
libxml:
* Fixed custom external entity loader returning an invalid resource leading
to a confusing TypeError message.
OpenSSL:
* Fix memory leak in openssl_sign() when passing invalid algorithm.
* Fix potential leaks when writing to BIO fails.
PDO Firebird:
* Fixed GH-18276 - persistent connection - "zend_mm_heap corrupted" with
setAttribute() (SakiTakamachi).
SPL:
* Fixed bug GH-18322 (SplObjectStorage debug handler mismanages memory).
Standard:
* Fixed bug GH-18145 (php8ts crashes in php_clear_stat_cache()).
* Fixed bug GH-18209 (Use-after-free in extract() with EXTR_REFS).
* Fixed bug GH-18212 (fseek with SEEK_CUR whence value and negative offset
leads to negative stream position).
* Fix resource leak in iptcembed() on error.
Zip:
* Fix uouv when handling empty options in ZipArchive::addGlob().
* Fix memory leak when handling a too long path in ZipArchive::addGlob().
|
| 2025-02-08 04:23:44 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
multiple PHP support
Also bump PKGREVISION.
|
| 2025-01-30 15:33:04 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
meta-pkgs/php83-extensions: fix COMMENT
This is a meta package for PHP 8.3, not 8.2.
|
| 2023-11-30 17:17:52 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
meta-pkgs/php83-extensions: add version 8.3.0
PHP 8.3.x is HTML-embedded scripting language.
This package does not contain anything by itself -- it is a
"meta-package" that depends on other PHP packages. Its sole purpose is
to require dependencies so users can install this package only and
have all the PHP stuff pulled in by the package dependency mechanism.
|