Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125552 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 7D4A71A00BD for ; Sun, 15 Sep 2024 07:39:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1726386072; bh=ZhOdQMzc6UByHjGWhO1UMWGduyHHXN6GeHhCLLdOWME=; h=Date:Subject:To:References:From:In-Reply-To:From; b=PxaEsNDWB2qdUxmWafOhDYGRg6XD5iVTxzqftu+Kyk9/+yGK6FxulLsg7UlZ5woYf GsO3cVWnIPJKZTN+GI0jX4+fevNjX2FU3KRKYxHlCrxOIAdpDkIUXneOBERc3rPmzB zLhGEKgE9sfkZ61OzZNRYbKKp4NHjNSQmdcE1y1Lv81Rn2+FuLMrJA3W6K11yPNfEJ 9bslmH9hYPVckNm6C4spFB0AHoPSlzi6fdRzuG4hNh2iVUjKYU7Cae7DlESHIkFWA+ uTyxUAyXeDLepvLYlBFxAgstiITJR/1qSuwnoGsR1FDKhDgATBTMLDnZllnVYCndrs ibq8ykifa1diw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 9DB4618005C for ; Sun, 15 Sep 2024 07:41:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_MISSING,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from smtp-bc09.mail.infomaniak.ch (smtp-bc09.mail.infomaniak.ch [45.157.188.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 15 Sep 2024 07:41:09 +0000 (UTC) Received: from smtp-3-0000.mail.infomaniak.ch (smtp-3-0000.mail.infomaniak.ch [10.4.36.107]) by smtp-4-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4X60Kg72szzFKs for ; Sun, 15 Sep 2024 09:39:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=processus.org; s=20231208; t=1726385943; bh=DBhhmEqhizJAlCXLPQAsAsvZGQrVLd0evBK9pfbX6M8=; h=Date:Subject:To:References:From:In-Reply-To:From; b=0YSj5Ugx1qERSWRI8TsPcy4q8bdSOusgPcilHCcF/GpqITZX7okTpXPGxU3HoVLrT +8EGYCwX7isa43nnqvzG2qG9OK9WvvrAHBqZwdcm0RYyD09mBpIWlLI2OVkO2Xrpe8 URerqRqLzPtqB7zPJlXlYaeci6BERc10lT4w3sxzP33+IhRn4PkjKLYu0QP9nU7GUN 2nOcAqFvfrxqm2tjwGT1iiyhzsGHj00FZv6uvgTxHPuVNB/GaGR/dKBjsQ0GadOV4k cjR1bOUG0vfqlsgRcdJHe925gqJmwyBcLeKtDMlZJ4hkpR+Paul23cI/5f1Re1lP2N xQP+XXqTvnqbw== Received: from unknown by smtp-3-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4X60Kg4k9Fz25n for ; Sun, 15 Sep 2024 09:39:03 +0200 (CEST) Message-ID: <91e98be3-b9ef-4ada-98e2-19dfc8c84d14@processus.org> Date: Sun, 15 Sep 2024 09:39:03 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PHP-DEV] Which IDE do you recommend for php-src development? To: internals@lists.php.net References: Content-Language: fr-FR, en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Infomaniak-Routing: alpha From: pierre-php@processus.org (Pierre) Le 14/09/2024 à 23:44, Barel a écrit : > Hi > > For C/C++ development I usually use CLion from Jetbrains but I tried > to use it with php-src and was unable to get it to work properly. > CLion really insists on using CMake and has only quite limited support > for makefiles. After trying to get it to work unsuccessfully I am > ready to try something else. > > So which IDE would you recommend for php-src development? I understand > that people probably have many different preferences but I wondered if > there was something that most php internals developers used. One > important feature would be to easily work with the project running on > a docker container > > Thanks in advance! > > Carlos Eclipse for C/C++ developers may work as well. I did use it for writing an xdebug patch and reading the PHP source code. Regards, Pierre