PHPã®ã½ã¼ã¹ã³ã¼ããèªãããã®ã¨ã£ãããã®è©±ã ã½ã¼ã¹ã³ã¼ãåã£ã¦ãã gitããåå¾ã§ããã $ git clone https://github.com/php/php-src.git ã¨ãããããã«ããã¦ã¿ã ãã«ãã«å¿ è¦ãªãã¼ã«ãã¤ã³ã¹ãã¼ã«ããå¾ãbuildconfã¹ã¯ãªãããå©ãã¦configureã¹ã¯ãªãããçæããã®ã¡ãé常éãconfigureãå©ãã¦makeãããä¾ãã°ãä½è¨ãªæ¡å¼µãä¸åãã«ããããããã¬ã§åãããããã«ãã«ããããå ´åã¯ä»¥ä¸ã®ããã«ãªãã $ cd php-src $ ./buildconf $ ./configure --disable-all --enable-debug $ makeã³ãã³ãã©ã¤ã³ããå©ãããã¤ããªã¯ã"sapi/cli/php"ã«ããã $ sapi/cli/php -r "echo 'hello world';" hello
{{#tags}}- {{label}}
{{/tags}}