Commit Graph

  • 1945d083f0 Accepting request 1301824 from devel:languages:php factory Ana Guerrero 2025-08-29 16:34:46 +00:00
  • 1538e7dd93 checkin Petr Gajdos 2025-08-28 15:31:57 +00:00
  • 6f6d7409f0 Accepting request 1299142 from devel:languages:php Dominique Leuenberger 2025-08-13 14:23:23 +00:00
  • e429568b56 - version update to 8.4.11 Calendar: Fixed jewishtojd overflow on year argument. Core: Fixed bug GH-18833 (Use after free with weakmaps dependent on destruction order). Fixed bug GH-18907 (Leak when creating cycle in hook). Fix OSS-Fuzz #427814456. Fix OSS-Fuzz #428983568 and #428760800. Fixed bug GH-17204 (-Wuseless-escape warnings emitted by re2c). Fixed bug GH-19064 (Undefined symbol 'execute_ex' on Windows ARM64). Curl: Fix memory leaks when returning refcounted value from curl callback. Remove incorrect string release. DOM: Fixed bug GH-18979 (Dom\XMLDocument::createComment() triggers undefined behavior with null byte). LDAP: Fixed GH-18902 ldap_exop/ldap_exop_sync assert triggered on empty request OID. MbString: Fixed bug GH-18901 (integer overflow mb_split). Opcache: Fixed bug GH-18639 (Internal class aliases can break preloading + JIT). Fixed bug GH-18899 (JIT function crash when emitting undefined variable warning and opline is not set yet). Fixed bug GH-14082 (Segmentation fault on unknown address 0x600000000018 in ext/opcache/jit/zend_jit.c). Fixed bug GH-18898 (SEGV zend_jit_op_array_hot with property hooks and preloading). OpenSSL: Fixed bug #80770 (It is not possible to get client peer certificate with stream_socket_server). PCNTL: Fixed bug GH-18958 (Fatal error during shutdown after pcntl_rfork() or pcntl_forkx() with zend-max-execution-timers). Phar: Fix stream double free in phar. Fix phar crash and file corruption with SplFileObject. SOAP: Fixed bug GH-18990, bug #81029, bug #47314 (SOAP HTTP socket not closing on object destruction). Fix memory leak when URL parsing fails in redirect. SPL: Fixed bug GH-19094 (Attaching class with no Iterator implementation to MultipleIterator causes crash). Standard: Fix misleading errors in printf(). Fix RCN violations in array functions. Fixed GH-18976 pack() overflow with h/H format and INT_MAX repeater value. Streams: Fixed GH-13264 (fgets() and stream_get_line() do not return false on filter fatal error). Zip: Fix leak when path is too long in ZipArchive::extractTo(). devel Arjen de Korte 2025-08-12 19:42:43 +00:00
  • 7c86eeaee1 Accepting request 1291490 from devel:languages:php slfo-main slfo-1.2 Ana Guerrero 2025-07-10 21:14:52 +00:00
  • 6d472e68b2 checkin Petr Gajdos 2025-07-09 12:36:23 +00:00
  • 09722d5c55 checkin Petr Gajdos 2025-07-03 13:10:22 +00:00
  • baa181b861 Accepting request 1283579 from devel:languages:php Ana Guerrero 2025-06-10 06:59:23 +00:00
  • d353beb46e checkin Petr Gajdos 2025-06-06 08:26:28 +00:00
  • bf0b8c4749 Accepting request 1276711 from devel:languages:php Ana Guerrero 2025-05-12 14:46:40 +00:00
  • 8b806e160d - version update to 8.4.7 Core: Fixed bug GH-18038 (Lazy proxy calls magic methods twice). Fixed bug GH-18209 (Use-after-free in extract() with EXTR_REFS). Fixed bug GH-18268 (Segfault in array_walk() on object with added property hooks). Fixed bug GH-18304 (Changing the properties of a DateInterval through dynamic properties triggers a SegFault). Fix some leaks in php_scandir. DBA: FIxed bug GH-18247 dba_popen() memory leak on invalid path. 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. Opcache: Fixed bug GH-18294 (assertion failure zend_jit_ir.c). Fixed bug GH-18289 (Fix segfault in JIT). Fixed bug GH-18136 (tracing JIT floating point register clobbering on Windows and ARM64). OpenSSL: Fix memory leak in openssl_sign() when passing invalid algorithm. Fix potential leaks when writing to BIO fails. PDO Firebird: Fixed bug GH-18276 (persistent connection - "zend_mm_heap corrupted" with setAttribute()) Fixed bug GH-17383 (PDOException has wrong code and message since PHP 8.4) PDO Sqlite: Fix memory leak on error return of collation callback. PgSql: Fix uouv in pg_put_copy_end(). SPL: Fixed bug GH-18322 (SplObjectStorage debug handler mismanages memory). Standard: Fixed bug GH-18145 (php8ts crashes in php_clear_stat_cache()). Fix resource leak in iptcembed() on error. Tests: Address deprecated PHP 8.4 session options to prevent test failures. Zip: Fix uouv when handling empty options in ZipArchive::addGlob(). Fix memory leak when handling a too long path in ZipArchive::addGlob(). Petr Gajdos 2025-05-12 06:21:28 +00:00
  • c22a6fbfc4 Accepting request 1271170 from devel:languages:php Ana Guerrero 2025-04-22 15:25:46 +00:00
  • 71e557c034 - version update to 8.4.6 BCMath: Fixed pointer subtraction for scale. Core: Fixed property hook backing value access in multi-level inheritance. Fixed accidentally inherited default value in overridden virtual properties. Fixed bug GH-17376 (Broken JIT polymorphism for property hooks added to child class). Fixed bug GH-17913 (ReflectionFunction::isDeprecated() returns incorrect results for closures created from magic __call()). Fixed bug GH-17941 (Stack-use-after-return with lazy objects and hooks). Fixed bug GH-17988 (Incorrect handling of hooked props without get hook in get_object_vars()). Fixed bug GH-17998 (Skipped lazy object initialization on primed SIMPLE_WRITE cache). Fixed bug GH-17998 (Assignment to backing value in set hook of lazy proxy calls hook again). Fixed bug GH-17961 (use-after-free during dl()'ed module class destruction). Fixed bug GH-15367 (dl() of module with aliased class crashes in shutdown). Fixed OSS-Fuzz #403308724. Fixed bug GH-13193 again (Significant performance degradation in 'foreach'). DBA: Fixed assertion violation when opening the same file with dba_open multiple times. DOM: Fixed bug GH-17991 (Assertion failure dom_attr_value_write). Fix weird unpack behaviour in DOM. Fixed bug GH-18090 (DOM: Svg attributes and tag names are being lowercased). Fix xinclude destruction of live attributes. Fuzzer: Fixed bug GH-18081 (Memory leaks in error paths of fuzzer SAPI). GD: Fixed bug GH-17984 (calls with arguments as array with references). LDAP: Fixed bug GH-18015 (Error messages for ldap_mod_replace are confusing). Mbstring: Fixed bug GH-17989 (mb_output_handler crash with unset http_output_conv_mimetypes). Opcache: Fixed bug GH-15834 (Segfault with hook "simple get" cache slot and minimal JIT). Fixed bug GH-17966 (Symfony JIT 1205 assertion failure). Fixed bug GH-18037 (SEGV Zend/zend_execute.c). Fixed bug GH-18050 (IN_ARRAY optimization in DFA pass is broken). Fixed bug GH-18113 (stack-buffer-overflow ext/opcache/jit/ir/ir_sccp.c). Fixed bug GH-18112 (NULL access with preloading and INI option). Fixed bug GH-18107 (Opcache CFG jmp optimization with try-finally breaks the exception table). PDO: Fix memory leak when destroying PDORow. Standard: Fix memory leaks in array_any() / array_all(). SOAP: Fixed bug #66049 (Typemap can break parsing in parse_packet_soap leading to a segfault) . SPL: Fixed bug GH-18018 (RC1 data returned from offsetGet causes UAF in ArrayObject). Treewide: Fixed bug GH-17736 (Assertion failure zend_reference_destroy()). Windows: Fixed bug GH-17836 (zend_vm_gen.php shouldn't break on Windows line endings). Arjen de Korte 2025-04-21 13:09:03 +00:00
  • 458c582da3 Accepting request 1267591 from devel:languages:php Ana Guerrero 2025-04-08 15:50:39 +00:00
  • de110e06bf checkin Petr Gajdos 2025-04-02 10:10:46 +00:00
  • 6da594a879 Accepting request 1254303 from devel:languages:php Ana Guerrero 2025-03-19 21:33:27 +00:00
  • 4c3b7647ab checkin Petr Gajdos 2025-03-19 07:14:16 +00:00
  • b5fdc68fc8 Accepting request 1254084 from devel:languages:php Ana Guerrero 2025-03-18 16:40:23 +00:00
  • 51329fd55f checkin Petr Gajdos 2025-03-18 11:03:17 +00:00
  • 04311735ca checkin Petr Gajdos 2025-03-17 11:09:14 +00:00
  • 8602acce9c Accepting request 1253013 from devel:languages:php Dominique Leuenberger 2025-03-15 15:15:55 +00:00
  • 94840a6e42 checkin Petr Gajdos 2025-03-14 09:30:30 +00:00
  • fbdb1263cd checkin Petr Gajdos 2025-03-14 06:11:38 +00:00
  • c20d752886 Accepting request 1245821 from devel:languages:php Dominique Leuenberger 2025-02-16 21:37:11 +00:00
  • ed85cbb754 checkin Petr Gajdos 2025-02-14 07:28:57 +00:00
  • 69be8a53df Accepting request 1244104 from devel:languages:php Dominique Leuenberger 2025-02-09 19:00:17 +00:00
  • 9953ae4ebe - obsolete also apache2-mod_php7 [bsc#1236850] Petr Gajdos 2025-02-07 09:31:28 +00:00
  • 7f8487b2c5 Accepting request 1238427 from devel:languages:php Dominique Leuenberger 2025-01-18 12:17:37 +00:00
  • 4077ff3d78 checkin Petr Gajdos 2025-01-17 07:45:52 +00:00
  • e6afe086da checkin Petr Gajdos 2025-01-17 07:29:48 +00:00
  • 7858e2c23d Accepting request 1237725 from devel:languages:php Ana Guerrero 2025-01-15 16:42:13 +00:00
  • 2fdbcbda4e - obsolete php7 to smooth the migration [bsc#1234788] Petr Gajdos 2025-01-14 10:45:25 +00:00
  • 7628d3b697 Accepting request 1232801 from devel:languages:php Ana Guerrero 2024-12-22 16:58:53 +00:00
  • 149894726f checkin Petr Gajdos 2024-12-20 07:44:44 +00:00
  • 506c95c8eb Accepting request 1226875 from devel:languages:php Ana Guerrero 2024-11-28 21:42:43 +00:00
  • f3bea5782f checkin Petr Gajdos 2024-11-25 16:41:21 +00:00
  • ecc2995640 checkin Petr Gajdos 2024-11-25 09:57:51 +00:00
  • c67687f8ed Accepting request 1225446 from devel:languages:php Ana Guerrero 2024-11-22 22:50:19 +00:00
  • 98f5d22669 checkin Petr Gajdos 2024-11-21 07:18:37 +00:00
  • db9744d1e3 Accepting request 1219869 from devel:languages:php Dominique Leuenberger 2024-10-31 15:08:57 +00:00
  • f98a88335e checkin Petr Gajdos 2024-10-31 14:04:42 +00:00
  • f77974bf57 Accepting request 1218225 from devel:languages:php Ana Guerrero 2024-10-25 17:19:15 +00:00
  • ca772987d9 checkin Petr Gajdos 2024-10-24 18:49:58 +00:00
  • 06e97b5933 Accepting request 1204317 from devel:languages:php Ana Guerrero 2024-09-29 16:09:25 +00:00
  • 85b157d848 - Add /srv/www directories to filelist [bsc#1231027] Arjen de Korte 2024-09-28 07:55:48 +00:00
  • e30469a868 - version update to 8.3.12 CGI: Fixed bug GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection Vulnerability). (CVE-2024-8926) Fixed bug GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is bypassable due to the environment variable collision). (CVE-2024-8927) Core: Fixed bug GH-15408 (MSan false-positve on zend_max_execution_timer). Fixed bug GH-15515 (Configure error grep illegal option q). Fixed bug GH-15514 (Configure error: genif.sh: syntax error). Fixed bug GH-15565 (--disable-ipv6 during compilation produces error EAI_SYSTEM not found). Fixed bug GH-15587 (CRC32 API build error on arm 32-bit). Fixed bug GH-15330 (Do not scan generator frames more than once). Fixed uninitialized lineno in constant AST of internal enums. Curl: Fixed bug GH-15547 (curl_multi_select overflow on timeout argument). DOM: Fixed bug GH-15551 (Segmentation fault (access null pointer) in ext/dom/xml_common.h). Fixed bug GH-15654 (Signed integer overflow in ext/dom/nodelist.c). Fileinfo: Fixed bug GH-15752 (Incorrect error message for finfo_file with an empty filename argument). FPM: Fixed bug GHSA-865w-9rf3-2wh5 (Logs from childrens may be altered). (CVE-2024-9026) MySQLnd: Fixed bug GH-15432 (Heap corruption when querying a vector). Opcache: Fixed bug GH-15661 (Access null pointer in Zend/Optimizer/zend_inference.c). Fixed bug GH-15658 (Segmentation fault in Zend/zend_vm_execute.h). SAPI: Fixed bug GHSA-9pqp-7h25-4f32 (Erroneous parsing of multipart form data). (CVE-2024-8925) Standard: Fixed bug GH-15552 (Signed integer overflow in ext/standard/scanf.c). Streams: Fixed bug GH-15628 (php_stream_memory_get_buffer() not zero-terminated). Petr Gajdos 2024-09-27 06:11:07 +00:00
  • bc5cea071c Accepting request 1197730 from devel:languages:php Dominique Leuenberger 2024-08-30 11:25:49 +00:00
  • d080779f11 checkin Petr Gajdos 2024-08-30 07:25:11 +00:00
  • 7d98670011 checkin Petr Gajdos 2024-08-30 07:19:46 +00:00
  • cadfd30367 Accepting request 1194367 from devel:languages:php Dominique Leuenberger 2024-08-18 16:19:25 +00:00
  • 285519dca3 - version update to 8.3.10 Core: Fixed bug GH-13922 (Fixed support for systems with sysconf(_SC_GETPW_R_SIZE_MAX) == -1). Fixed bug GH-14626 (Fix is_zend_ptr() for huge blocks). Fixed bug GH-14590 (Memory leak in FPM test gh13563-conf-bool-env.phpt. Fixed OSS-Fuzz #69765. Fixed bug GH-14741 (Segmentation fault in Zend/zend_types.h). Fixed bug GH-14969 (Use-after-free in property coercion with __toString()). Dom: Fixed bug GH-14702 (DOMDocument::xinclude() crash). Fileinfo: Fixed bug GH-14888 (README.REDIST.BINS refers to non-existing LICENSE). Gd: ext/gd/tests/gh10614.phpt: skip if no PNG support. restored warning instead of fata error. LibXML: Fixed bug GH-14563 (Build failure with libxml2 v2.13.0). Opcache: Fixed bug GH-14550 (No warning message when Zend DTrace is enabled that opcache.jit is implictly disabled). Output: Fixed bug GH-14808 (Unexpected null pointer in Zend/zend_string.h with empty output buffer). PDO: Fixed bug GH-14712 (Crash with PDORow access to null property). Phar: Fixed bug GH-14603 (null string from zip entry). PHPDBG: Fixed bug GH-14596 (crashes with ASAN and ZEND_RC_DEBUG=1). Fixed bug GH-14553 (echo output trimmed at NULL byte). Shmop: Fixed bug GH-14537 (shmop Windows 11 crashes the process). SPL: Fixed bug GH-14639 (Member access within null pointer in ext/spl/spl_observer.c). Standard: Fixed bug GH-14775 (range function overflow with negative step argument). Fix 32-bit wordwrap test failures. Fixed bug GH-14774 (time_sleep_until overflow). Streams: Fixed bug GH-14930 (Custom stream wrapper dir_readdir output truncated to 255 characters in PHP 8.3). Tidy: Fix memory leak in tidy_repair_file(). Treewide: Fix compatibility with libxml2 2.13.2. XML: Move away from to-be-deprecated libxml fields. Fixed bug GH-14834 (Error installing PHP when --with-pear is used). Arjen de Korte 2024-08-16 18:16:54 +00:00
  • 712ea20539 Accepting request 1186042 from devel:languages:php Ana Guerrero 2024-07-08 17:07:02 +00:00
  • 1287f4be8e checkin Petr Gajdos 2024-07-07 20:02:29 +00:00
  • e9368f78db Accepting request 1181895 from devel:languages:php Ana Guerrero 2024-06-21 14:02:18 +00:00
  • 7b6e0e5607 checkin Petr Gajdos 2024-06-20 09:36:17 +00:00
  • 542155380a Accepting request 1180000 from devel:languages:php Ana Guerrero 2024-06-11 16:28:26 +00:00
  • a19514aa42 checkin Petr Gajdos 2024-06-11 11:25:40 +00:00
  • ee4e1ebacd Accepting request 1179157 from devel:languages:php Ana Guerrero 2024-06-09 18:18:51 +00:00
  • df80465a52 checkin Petr Gajdos 2024-06-07 08:41:52 +00:00
  • 70af562413 checkin Petr Gajdos 2024-06-07 07:58:26 +00:00
  • e65b496d37 checkin Petr Gajdos 2024-06-07 07:10:03 +00:00
  • 2e31d755bb checkin Petr Gajdos 2024-06-07 07:03:58 +00:00
  • 2285296e81 Accepting request 1172959 from devel:languages:php Dominique Leuenberger 2024-05-11 16:18:56 +00:00
  • 95f0cf753b checkin Petr Gajdos 2024-05-09 15:59:29 +00:00
  • 079a370488 checkin Petr Gajdos 2024-05-09 15:58:43 +00:00
  • c5aeaef730 Accepting request 1167767 from devel:languages:php Ana Guerrero 2024-04-16 18:03:07 +00:00
  • 05ea6befde add public key for Eric A Mann <eric@sixthree.me>, AFD8691FDAEDF03BDF6E460563F15A9B715376CA Petr Gajdos 2024-04-15 07:59:33 +00:00
  • 5e41399f7e checkin Petr Gajdos 2024-04-12 07:38:01 +00:00
  • ad5abec69d Accepting request 1165539 from devel:languages:php Ana Guerrero 2024-04-05 18:24:37 +00:00
  • a6e2c6ad47 Accepting request 1164955 from devel:languages:php:php83 Petr Gajdos 2024-04-04 14:10:04 +00:00
  • 5abc7b45c1 Accepting request 1159219 from devel:languages:php Dominique Leuenberger 2024-03-20 20:09:46 +00:00
  • 47e429b433 checkin Petr Gajdos 2024-03-19 06:06:03 +00:00
  • 4d44ba8540 Accepting request 1155742 from devel:languages:php Dominique Leuenberger 2024-03-07 17:28:02 +00:00
  • 49c355a311 Accepting request 1155517 from home:pmonrealgonzalez:branches:devel:languages:php Petr Gajdos 2024-03-06 19:34:17 +00:00
  • 6c463db467 Accepting request 1147032 from devel:languages:php Ana Guerrero 2024-02-16 20:49:15 +00:00
  • 4891b7e93d - version update to 8.2.16 * This is a bug fix release. - modified patches % php-build-reproducible-phar.patch (refreshed) Petr Gajdos 2024-02-16 07:58:23 +00:00
  • c7785ee488 Accepting request 1139795 from devel:languages:php Ana Guerrero 2024-01-21 22:07:46 +00:00
  • de00318600 - version update to 8.2.15 * This is a bug fix release. - modified patches % php-ar-flags.patch (refreshed) % php-build-reproducible-phar.patch (refreshed) Petr Gajdos 2024-01-18 18:02:18 +00:00
  • 16587d8f11 Accepting request 1136160 from devel:languages:php Dominique Leuenberger 2024-01-04 14:56:45 +00:00
  • 3c7e197400 - version update to 8.2.14 * This is a bug fix release. https://www.php.net/ChangeLog-8.php#8.2.14 Petr Gajdos 2024-01-02 11:41:30 +00:00
  • 142bad9e5d Accepting request 1128516 from devel:languages:php Ana Guerrero 2023-11-26 18:36:31 +00:00
  • c0439229aa - version update to 8.2.13 * This is a bug fix release. https://www.php.net/ChangeLog-8.php#8.2.13 Petr Gajdos 2023-11-24 09:21:37 +00:00
  • c895a9ccdb Accepting request 1120625 from devel:languages:php Ana Guerrero 2023-10-29 18:39:14 +00:00
  • 91f87726ed - version update to 8.2.12 * This is a bug fix release. https://www.php.net/ChangeLog-8.php#8.2.12 Petr Gajdos 2023-10-26 18:03:33 +00:00
  • f87053219c Accepting request 1114306 from devel:languages:php Ana Guerrero 2023-10-01 19:21:51 +00:00
  • ca4ce3100d - version update to 8.2.11 * This is a bug fix release. * https://www.php.net/ChangeLog-8.php#8.2.11 Petr Gajdos 2023-09-29 09:39:15 +00:00
  • d0b3bf22e0 Accepting request 1113638 from devel:languages:php Ana Guerrero 2023-09-26 20:00:54 +00:00
  • 062d1af0a7 - add missing references to rpm changelog - 15sp4 only: [bsc#1200772], [jsc#SLE-24723] add pecl, pear [jsc#SLE-23639] version update - CVE-2023-3247 [bsc#1212349] * fixed: CVE-2022-31630 [bsc#1204979], CVE-2022-37454 [bsc#1204577] * CVEs fixed: CVE-2022-31628 [bsc#1203867], CVE-2022-31629 [bsc#1203870] * CVE-2022-31625 [bsc#1200645] * CVE-2022-31626 [bsc#1200628] * [bsc#1197644] - updated to 8.1.3: This is a security release (CVE-2021-21708 [bsc#1196252]) - updated to 8.0.13: This is a security release (CVE-2021-21707 [bsc#1193041]) - updated to 8.0.12: This is a security release (CVE-2021-21703 [bsc#1192050]) Petr Gajdos 2023-09-26 09:28:41 +00:00
  • 4f02f4ee6a Accepting request 1108884 from devel:languages:php Ana Guerrero 2023-09-06 16:55:39 +00:00
  • 8469321d1a Accepting request 1108388 from home:bmwiedemann:branches:devel:languages:php Arjen de Korte 2023-09-04 13:22:00 +00:00
  • 192a6dd5ce Accepting request 1108385 from devel:languages:php Dominique Leuenberger 2023-09-02 20:07:18 +00:00
  • b2ce5789ca - version update to 8.2.10 * This is a bug fix release. * https://www.php.net/ChangeLog-8.php#8.2.10 Petr Gajdos 2023-09-01 06:53:23 +00:00
  • a50690c35b Accepting request 1105258 from devel:languages:php Ana Guerrero 2023-08-23 12:56:46 +00:00
  • bdd92e2238 - version update to 8.2.9 * This is a security release. * Fixes CVE-2023-3824 [bsc#1214103] and CVE-2023-3823 [bsc#1214106] * https://www.php.net/ChangeLog-8.php#8.2.9 - deleted patches - php-unicode-allow-redistribution.patch (upstreamed) - deleted sources - repack.sh (not needed) Petr Gajdos 2023-08-22 12:15:00 +00:00
  • 9693e501a9 Accepting request 1099444 from devel:languages:php Ana Guerrero 2023-07-24 16:12:17 +00:00
  • 1aa7bbcc19 - version update to 8.2.8 * This is a bug fix release. * https://www.php.net/ChangeLog-8.php#8.2.8 - modified patches % php-sort-filelist-phar.patch (refreshed) Petr Gajdos 2023-07-17 08:20:13 +00:00
  • e734565a86 Accepting request 1094682 from devel:languages:php Dominique Leuenberger 2023-06-23 19:52:11 +00:00
  • 53e212cf7a - version update to 8.2.7 * Readonly classes * Disjunctive Normal Form (DNF) Types * Allow null, false, and true as stand-alone types * New "Random" extension * Constants in traits * Deprecate dynamic properties * for details, see https://www.php.net/releases/8.2/en.php https://www.php.net/manual/en/migration82.php - modified patches % php-ar-flags.patch (refreshed) % php-build-reproducible-phar.patch (refreshed) % php-date-regenerate-lexers.patch (refreshed) % php-ini.patch (refreshed) % php-systzdata-v23.patch (refreshed) Petr Gajdos 2023-06-22 14:00:11 +00:00
  • e439f6d7aa Accepting request 1093234 from devel:languages:php Dominique Leuenberger 2023-06-16 14:53:04 +00:00
  • 6d1b279b18 OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=121 Petr Gajdos 2023-06-15 07:16:15 +00:00