GNU bug report logs -
#72966
30.0.90; [PATCH] php-ts-mode: custom php.ini config for the built-in php webserver
Previous Next
Reported by: Vincenzo Pupillo <v.pupillo <at> gmail.com>
Date: Mon, 2 Sep 2024 13:41:02 UTC
Severity: normal
Tags: patch
Found in version 30.0.90
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 72966 <at> debbugs.gnu.org (full text, mbox):
Ok, thanks.
I will fix ASAP.
Vincenzo.
In data lunedì 2 settembre 2024 16:23:53 CEST, Eli Zaretskii ha scritto:
> > From: Vincenzo Pupillo <v.pupillo <at> gmail.com>
> > Date: Mon, 02 Sep 2024 15:29:23 +0200
> >
> > Ciao,
> > this patch adds a new CONFIG attribute to 'php-ts-mode-run-php-webserver'
> > that allows you to specify an alternative php.ini file to the default (or
> > whatever is specified in 'php-ts-mode-php-config').
>
> Thanks.
>
> > -(defun php-ts-mode-run-php-webserver (&optional port hostname
> > document-root -
> > router-script num-of-workers) +(defun php-ts-mode-run-php-webserver
> > (&optional port
> > + hostname
> > + document-root
> > + router-script
> > + config
> > + num-of-workers)
> >
> > "Run PHP built-in web server.
>
> This changes a public API in backward-incompatible way, something we
> don't do, because it could break someone's code out there. (It is
> true that php-ts-mode was introduced in Emacs 30, but that version is
> already in pretest and will be released soon, so I don't think we can
> change this there, either.)
>
> So please find a backward-compatible way of adding this feature,
> perhaps add the new CONFIG argument as the last one?
>
> Also, I think this needs a NEWS entry describing the change in
> behavior.
This bug report was last modified 313 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.