-
When an error is encountered during a search operation, the body of the response should be printed along with the status code so that debugging is easier.
-
Every once in a while, someone reports unusual behavior to php-src, like how `auto_prepend_file` has changed, or how they see their $_POST data as output. There was one specific Issue a while back I'd…
-
Configure error -
...
checking for ld used by x86_64-pc-linux-gnu-cc... (cached) no
configure: error: no acceptable ld found in $PATH
...
This error occurs if there is more than one $SAPI. If …
-
Right now APC caches are separated by SAPI. Clearing the cache from CLI PHP will successfully clear the cache overall for any other handler, but will leave APC untouched.
The best solution I can com…
-
Add as a new configuration flag (so integration in the config wizard would be welcome):
For example, adding this to the alias:
```
--alias="san:schoolsyst/api-next" --alias="sweb:schoolsyst/webap…
-
When trying to run some new code under oik-batch to set letter taxonomy terms I discovered that the value of the PHP constant PHP_SAPI was not constant!
Whereas php_sapi_name() was correctly retur…
-
I tried to use TA reboot TE possibility and faced the following problem, this is error from logs:
ERROR Configurator Self 13:53:15.292 Failed to add/set instance /agent:Agt_A/interface:ens1f1/featu…
-
-
Mimicing the invocation to change SAPI voice shown in https://msdn.microsoft.com/en-us/library/ms723614%28v=vs.85%29.aspx
```
require "luacom"
talk = luacom.CreateObject("SAPI.SpVoice")
talk.Voice = …
-
import tts.sapi
directory= 'D:\\Google Drive\\python\\'
voice = tts.sapi.Sapi()
voice.set_voice("IVONA 2 Joey")
voice.create_recording(directory+'hello.wav', "Hello")
I can write to this dire…