135 Commits

Author SHA256 Message Date
ea0a2a5324 package /var/lib/php8 via tmpfiles
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=238
2026-01-26 14:10:45 +00:00
dd493dc488 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=235
2026-01-19 08:35:06 +00:00
dee06af55e Accepting request 1327462 from home:adkorte:branches:devel:languages:php
- version update to 8.4.17
    Core:
        Fix OSS-Fuzz #465488618 (Wrong assumptions when dumping function signature with dynamic class const lookup default argument).
        Fixed bug GH-20695 (Assertion failure in normalize_value() when parsing malformed INI input via parse_ini_string()).
        Fixed bug GH-20714 (Uncatchable exception thrown in generator).
        Fixed bug GH-20352 (UAF in php_output_handler_free via re-entrant ob_start() during error deactivation).
    Bz2:
        Fixed bug GH-20620 (bzcompress overflow on large source size).
    DOM:
        Fixed bug GH-20722 (Null pointer dereference in DOM namespace node cloning via clone on malformed objects).
        Fixed bug GH-20444 (Dom\XMLDocument::C14N() seems broken compared to DOMDocument::C14N()).
    GD:
        Fixed bug GH-20622 (imagestring/imagestringup overflow).
    Intl:
        Fix leak in umsg_format_helper().
    LDAP:
        Fix memory leak in ldap_set_options().
    Mbstring:
        Fixed bug GH-20674 (mb_decode_mimeheader does not handle separator).
    PCNTL:
        Fixed bug with pcntl_getcpuaffinity() on solaris regarding invalid process ids handling.
    Phar:
        Fixed bug GH-20732 (Phar::LoadPhar undefined behavior when reading fails).
        Fix SplFileInfo::openFile() in write mode.
        Fix build on legacy OpenSSL 1.1.0 systems.
        Fixed bug #74154 (Phar extractTo creates empty files).
    POSIX:
        Fixed crash on posix groups to php array creation on macos.
    SPL:
        Fixed bug GH-20678 (resource created by GlobIterator crashes with fclose()).
    Sqlite3:
        Fixed bug GH-20699 (SQLite3Result fetchArray return array|false, null returned).
    Standard:
        Fix error check for proc_open() command.
        Fix memory leak in mail() when header key is numeric.
        Fixed bug GH-20582 (Heap Buffer Overflow in iptcembed).
    Zlib:
        Fix OOB gzseek() causing assertion failure.

OBS-URL: https://build.opensuse.org/request/show/1327462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=233
2026-01-16 07:24:04 +00:00
3bdea41b99 version update to 8.4.16
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=231
2026-01-06 16:20:38 +00:00
f21fa0f1d2 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=229
2025-12-19 07:56:38 +00:00
26db821e5a - main package require wwwrun:www user as it assumes it in filelist
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=227
2025-12-18 09:39:49 +00:00
85d2ec744f - main package require wwwrun:www user as it assumes it in
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=226
2025-12-18 09:37:49 +00:00
684e926367 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=225
2025-11-20 15:03:26 +00:00
8fa2ff76b3 Accepting request 1313254 from home:adkorte:branches:devel:languages:php
- version update to 8.4.14
    Core:
        Fixed bug GH-19765 (object_properties_load() bypasses readonly property checks).
        Fixed hard_timeout with --enable-zend-max-execution-timers.
        Fixed bug GH-19792 (SCCP causes UAF for return value if both warning and exception are triggered).
        Fixed bug GH-19653 (Closure named argument unpacking between temporary closures can cause a crash).
        Fixed bug GH-19839 (Incorrect HASH_FLAG_HAS_EMPTY_IND flag on userland array).
        Fixed bug GH-19480 (error_log php.ini cannot be unset when open_basedir is configured).
        Fixed bug GH-20002 (Broken build on *BSD with MSAN).
    CLI:
        Fix useless "Failed to poll event" error logs due to EAGAIN in CLI server with PHP_CLI_SERVER_WORKERS.
    Curl:
        Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead of the curl_copy_handle() function to clone a CurlHandle.
        Fix curl build and test failures with version 8.16.
    Date:
        Fixed GH-17159: "P" format for ::createFromFormat swallows string literals.
    DOM:
        Fix macro name clash on macOS.
        Fixed bug GH-20022 (docker-php-ext-install DOM failed).
    GD:
        Fixed GH-19955 (imagefttext() memory leak).
    MySQLnd:
        Fixed bug #67563 (mysqli compiled with mysqlnd does not take ipv6 adress as parameter).
    Opcache:
        Fixed bug GH-19669 (assertion failure in zend_jit_trace_type_to_info_ex).
        Fixed bug GH-19831 (function JIT may not deref property value).
        Fixed bug GH-19889 (race condition in zend_runtime_jit(), zend_jit_hot_func()).
    Phar:
        Fix memory leak and invalid continuation after tar header writing fails.
        Fix memory leaks when creating temp file fails when applying zip signature.
    SimpleXML:
        Fixed bug GH-19988 (zend_string_init with NULL pointer in simplexml (UB)).
    Soap:
        Fixed bug GH-19784 (SoapServer memory leak).
        Fixed bug GH-20011 (Array of SoapVar of unknown type causes crash).
    Standard:
        Fixed bug GH-12265 (Cloning an object breaks serialization recursion).
        Fixed bug GH-19701 (Serialize/deserialize loses some data).
        Fixed bug GH-19801 (leaks in var_dump() and debug_zval_dump()).
        Fixed bug GH-20043 (array_unique assertion failure with RC1 array causing an exception on sort).
        Fixed bug GH-19926 (reset internal pointer earlier while splicing array while COW violation flag is still set).
        Fixed bug GH-19570 (unable to fseek in /dev/zero and /dev/null).
    Streams:
        Fixed bug GH-19248 (Use strerror_r instead of strerror in main).
        Fixed bug GH-17345 (Bug #35916 was not completely fixed).
        Fixed bug GH-19705 (segmentation when attempting to flush on non seekable stream.
    XMLReader:
        Fixed bug GH-20009 (XMLReader leak on RelaxNG schema failure).
    Zip:
        Fixed bug GH-19688 (Remove pattern overflow in zip addGlob()).
        Fixed bug GH-19932 (Memory leak in zip setEncryptionName()/setEncryptionIndex()).

OBS-URL: https://build.opensuse.org/request/show/1313254
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=223
2025-10-24 06:30:06 +00:00
28ab3af423 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=221
2025-09-26 06:40:11 +00:00
2348a4b7b9 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=219
2025-08-28 15:31:57 +00:00
aa3ac97c94 Accepting request 1298441 from home:adkorte:branches:devel:languages:php
- 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().

OBS-URL: https://build.opensuse.org/request/show/1298441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=217
2025-08-12 19:42:43 +00:00
a1d8b0d41d checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=215
2025-07-09 12:36:23 +00:00
0b28b72360 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=214
2025-07-03 13:10:22 +00:00
588fe5556d checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=212
2025-06-06 08:26:28 +00:00
a25253a67b Accepting request 1276314 from home:adkorte:branches:devel:languages:php
- 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().

OBS-URL: https://build.opensuse.org/request/show/1276314
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=210
2025-05-12 06:21:28 +00:00
4a5dc7e602 Accepting request 1270788 from home:mmanu84:branches:devel:languages:php
- 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).

OBS-URL: https://build.opensuse.org/request/show/1270788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=208
2025-04-21 13:09:03 +00:00
d894a6da98 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=206
2025-04-02 10:10:46 +00:00
ef0ba1fe03 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=204
2025-03-19 07:14:16 +00:00
cfd78fcd4d checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=202
2025-03-18 11:03:17 +00:00
9082e2e4cd checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=201
2025-03-17 11:09:14 +00:00
9fc9628cd4 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=198
2025-03-14 06:11:38 +00:00
bdc635ad5f checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=196
2025-02-14 07:28:57 +00:00
9729c8fda9 - obsolete also apache2-mod_php7 [bsc#1236850]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=194
2025-02-07 09:31:28 +00:00
e4d674ab21 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=191
2025-01-17 07:29:48 +00:00
9429285904 Accepting request 1237532 from home:pgajdos
- obsolete php7 to smooth the migration [bsc#1234788]

OBS-URL: https://build.opensuse.org/request/show/1237532
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=189
2025-01-14 10:45:25 +00:00
569d379976 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=187
2024-12-20 07:44:44 +00:00
8ce9715b90 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=185
2024-11-25 16:41:21 +00:00
1dced7efd1 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=184
2024-11-25 09:57:51 +00:00
790fb4bc4d checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=182
2024-11-21 07:18:37 +00:00
96460fc5c4 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=180
2024-10-31 14:04:42 +00:00
fb9327f72c checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=178
2024-10-24 18:49:58 +00:00
9a59b5b4e9 Accepting request 1204309 from home:kukuk:cleanup
- Add /srv/www directories to filelist [bsc#1231027]

OBS-URL: https://build.opensuse.org/request/show/1204309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=176
2024-09-28 07:55:48 +00:00
dfea74e68a Accepting request 1203986 from home:adkorte:branches:devel:languages:php
- 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).

OBS-URL: https://build.opensuse.org/request/show/1203986
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=175
2024-09-27 06:11:07 +00:00
a10dc4d1eb checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=172
2024-08-30 07:19:46 +00:00
ec1d5fc843 Accepting request 1194366 from home:adkorte:branches:devel:languages:php
- 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).

OBS-URL: https://build.opensuse.org/request/show/1194366
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=170
2024-08-16 18:16:54 +00:00
e2efc03e2a checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=168
2024-07-07 20:02:29 +00:00
69f385c1ae checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=166
2024-06-20 09:36:17 +00:00
eec7b49ec0 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=164
2024-06-11 11:25:40 +00:00
20ff021e96 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=162
2024-06-07 08:41:52 +00:00
d9d4975716 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=161
2024-06-07 07:58:26 +00:00
dc9bd6123d checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=159
2024-06-07 07:03:58 +00:00
538a4b2802 checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=156
2024-05-09 15:58:43 +00:00
134c3aec6e checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=153
2024-04-12 07:38:01 +00:00
6c368a4154 Accepting request 1164955 from devel:languages:php:php83
- version update to 8.3.4
- version update to 8.3.3
  * A bugfix release.
- version update to 8.3.2
- version update to 8.3.1
    https://www.php.net/ChangeLog-8.php#8.3.1

- version update to 8.3.0
  * https://www.php.net/releases/8.3/en.php
  * Typed class constants
  * Dynamic class constant fetch
  * New #[\Override] attribute
  * Deep-cloning of readonly properties
  * New json_validate() function
  * New Randomizer::getBytesFromString() method
  * New Randomizer::getFloat() and Randomizer::nextFloat() methods
  * New DOMElement::getAttributeNames(), 
        DOMElement::insertAdjacentElement(), 
        DOMElement::insertAdjacentText(), 
        DOMElement::toggleAttribute(), 
        DOMNode::contains(), DOMNode::getRootNode(), 
        DOMNode::isEqualNode(), DOMNameSpaceNode::contains(), and 
        DOMParentNode::replaceChildren() methods.
  * New IntlCalendar::setDate(), 
        IntlCalendar::setDateTime(), 
        IntlGregorianCalendar::createFromDate(), and
        IntlGregorianCalendar::createFromDateTime() methods.
  * New ldap_connect_wallet(), and ldap_exop_sync() functions.
  * New mb_str_pad() function.
  * New posix_sysconf(), posix_pathconf(), posix_fpathconf(),

OBS-URL: https://build.opensuse.org/request/show/1164955
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=151
2024-04-04 14:10:04 +00:00
71f826d4df checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=149
2024-03-19 06:06:03 +00:00
6e6a0224c3 Accepting request 1155517 from home:pmonrealgonzalez:branches:devel:languages:php
- Use the system default cipher list instead of hardcoded values
  by using crypto-policies. [bsc#1211301]
  * Use the --with-system-ciphers configure option.

OBS-URL: https://build.opensuse.org/request/show/1155517
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=147
2024-03-06 19:34:17 +00:00
acf1832ea4 - version update to 8.2.16
* This is a bug fix release.
- modified patches
  % php-build-reproducible-phar.patch (refreshed)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=145
2024-02-16 07:58:23 +00:00
20340bb57a - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=143
2024-01-18 18:02:18 +00:00
62c56fa0c8 - version update to 8.2.14
* This is a bug fix release.
    https://www.php.net/ChangeLog-8.php#8.2.14

OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=141
2024-01-02 11:41:30 +00:00