<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>49116</bug_id>
          
          <creation_ts>2024-01-18 16:28:40 +0300</creation_ts>
          <short_desc>Ошибка сегментирования в php8.3, при наличии php8.3-swoole и php8.3-mysqlnd</short_desc>
          <delta_ts>2024-01-19 22:48:03 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>php8.3</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Osmolovskaya Anastasia">osmolovskayaaa</reporter>
          <assigned_to name="Anton Farygin">rider</assigned_to>
          <cc>rider</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>240325</commentid>
    <comment_count>0</comment_count>
    <who name="Osmolovskaya Anastasia">osmolovskayaaa</who>
    <bug_when>2024-01-18 16:28:40 +0300</bug_when>
    <thetext>Версия пакетов: 
php-base-2.7-alt3
php8.3-mysqlnd-8.3.1-alt1.x86_64
php8.3-swoole-5.1.1-alt1.1.x86_64
php8.3-8.3.1-alt1.x86_64
php8.3-curl-8.3.1-alt1.x86_64
php8.3-libs-8.3.1-alt1.x86_64
php8.3-sockets-8.3.1-alt1.x86_64

Шаги для воспроизведения:
1. apt-get install php8.3 php8.3-curl php8.3-swoole php8.3-mysqlnd
2. # cat &gt;test.php&lt;&lt;EOF
&lt;?php
\$curl = curl_init(&quot;http://example.com&quot;);
curl_setopt(\$curl, CURLOPT_FAILONERROR, true);
curl_setopt(\$curl, CURLOPT_FOLLOWLOCATION, true);
curl_setopt(\$curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt(\$curl, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt(\$curl, CURLOPT_SSL_VERIFYPEER, false);
\$result = curl_exec(\$curl);
echo \$result;
?&gt;
EOF
3. php8.3 test.php

Ожидаемый результат: успешное выполнение
Реальный результат: ошибка сегментирования</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>240389</commentid>
    <comment_count>1</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2024-01-19 22:48:03 +0300</bug_when>
    <thetext>php8.3-swoole-5.1.1-alt2.2 -&gt; sisyphus:

 Fri Jan 19 2024 Anton Farygin &lt;rider@altlinux&gt; 5.1.1-alt2.2
 - Rebuild with php-devel = 8.3.2-5.1.1-alt2.2
 Fri Jan 19 2024 Anton Farygin &lt;rider@altlinux.ru&gt; 5.1.1-alt2
 - added upstream fix against php 8.3 (Closes: #49116)
 - removed postscripts (there is a filetrigger)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>