]> git.eshelyaron.com Git - emacs.git/commit
Support for custom php.ini for the built-in PHP web server.
authorVincenzo Pupillo <v.pupillo@gmail.com>
Mon, 2 Sep 2024 12:11:01 +0000 (14:11 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 8 Sep 2024 11:24:43 +0000 (13:24 +0200)
commit5f494fb8a93a07aa9659e69bac8309503c00ab69
tree5dd8313effba1b554f19c014a5c323e00257a5a0
parentce809c0f2c18e0a29bd28c80c5d2304fbd11b9b7
Support for custom php.ini for the built-in PHP web server.

A new CONFIG attribute, which defaults to 'php-ts-mode-php-config',
allows an alternative php.ini file to be specified for the built-in web
server.  The 'php-ts-mode-run-php-webserver' function, when called
interactively with a prefix argument, also requires this new attribute.
* lisp/progmodes/php-ts-mode.el (php-ts-mode--parent-html-bol):
Fix docstring.
* lisp/progmodes/php-ts-mode.el (php-ts-mode-run-php-webserver):
New CONFIG attribute.  Update docstring.
* lisp/progmodes/php-ts-mode.el (php-ts-mode--webserver-read-args):
Support the new TYPE.  Update docstring.  (Bug#72966)

(cherry picked from commit bb239841670f9bf87576c8196c41fdf295d5eac2)
lisp/progmodes/php-ts-mode.el