<?xml version="1.0"?>
<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
    <name>datadog_trace</name>
    <channel>pecl.php.net</channel>
    <summary>APM and distributed tracing for PHP</summary>
    <description>The Datadog PHP Tracer brings APM and distributed tracing to PHP.</description>
    <lead>
        <name>Anil Mahtani Mirchandani</name>
        <user>anilm3</user>
        <email>anilm3@php.net</email>
        <active>yes</active>
    </lead>
    <lead>
        <name>Levi Morrison</name>
        <user>levim</user>
        <email>levim@php.net</email>
        <active>yes</active>
    </lead>
    <lead>
        <name>Luca Abbati</name>
        <user>labbati</user>
        <email>luca.abbati@gmail.com</email>
        <active>yes</active>
    </lead>
    <lead>
        <name>Bob Weinand</name>
        <user>bwoebi</user>
        <email>bwoebi@php.net</email>
        <active>yes</active>
    </lead>
    <lead>
        <name>Pierre Bonet</name>
        <user>pierotibou</user>
        <email>pierotibou@php.net</email>
        <active>yes</active>
    </lead>
    <lead>
        <name>Alejandro Estringana Ruiz</name>
        <user>estringanadd</user>
        <email>estringanadd@php.net</email>
        <active>yes</active>
    </lead>
    <lead>
        <name>Florian Engelhardt</name>
        <user>flowcontrol</user>
        <email>flo@dotbox.org</email>
        <active>yes</active>
    </lead>
    <lead>
        <name>Luc Vieillescazes</name>
        <user>iamluc</user>
        <email>luc@vieillescazes.net</email>
        <active>yes</active>
    </lead>
    <!-- **Automatically updated with pecl-build script** -->
    <!-- Date only needs to be set if it was packaged on a different day from release -->
    <date>${date}</date>
    <version>
        <!-- **Automatically updated with pecl-build script** -->
        <!-- Version will be set from version.php or 0.0.0 for nightly builds (see 'tooling/bin/pecl-build') -->
        <release>${version}</release>
        <api>${version}</api>
    </version>
    <stability>
        <release>stable</release>
        <api>stable</api>
    </stability>
    <license uri="https://github.com/DataDog/dd-trace-php/blob/master/LICENSE">BSD 3-Clause</license>
    <notes>
        <![CDATA[
## Tracer
### Fixed
- Block signals for sqlsrv_connect function #3035
- Fall back to stderr if the log path contains colons #3044
## Profiler
### Fixed
- PHP 8.4 crash with opcache optimizer #3038
- Crash during preloading with neighboring ZendMM extension #3037
]]></notes>
    <contents>
        <dir name="/">
            <!-- code, PHP and test files -->${codefiles}
            <file name="config.m4" role="src" />
            <file name="config.w32" role="src" />
            <file name="ddtrace.sym" role="src" />
            <file name="compile_rust.sh" role="src" />
            <file name="VERSION" role="src" />

            <!-- Docs -->
            <file name="CHANGELOG.md" role="doc" />
            <file name="LICENSE" role="doc" />
            <file name="LICENSE.Apache" role="doc" />
            <file name="LICENSE.BSD3" role="doc" />
            <file name="NOTICE" role="doc" />
            <file name="README.md" role="doc" />
        </dir>
    </contents>
    <dependencies>
        <required>
            <php>
                <min>7.0</min>
                <max>8.4.99</max>
            </php>
            <pearinstaller>
                <min>1.4.0</min>
            </pearinstaller>
            <extension>
                <name>json</name>
            </extension>
        </required>
    </dependencies>
    <providesextension>ddtrace</providesextension>
    <extsrcrelease>
        <filelist>
            <!-- Move PHP files to target destination -->${filelist}
        </filelist>
    </extsrcrelease>
</package>
