File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,11 @@ php speech.php transcribe test/data/audio32KHz.flac --encoding FLAC --sample-rat
3333## Troubleshooting
3434
3535If you have not set a timezone you may get an error from php. This can be resolved by:
36- a) Finding where the php.ini is stored by running php -i | grep 'Configuration File'
37- b) Finding out your timezone from the list on this page: http://php.net/manual/en/timezones.php
38- c) Editing the php.ini file (or creating one if it doesn't exist)
39- d) Adding the timezone to the php.ini file e.g., adding the following line: date.timezone = "America/Los_Angeles"
36+
37+ 1 . Finding where the php.ini is stored by running php -i | grep 'Configuration File'
38+ 1 . Finding out your timezone from the list on this page: http://php.net/manual/en/timezones.php
39+ 1 . Editing the php.ini file (or creating one if it doesn't exist)
40+ 1 . Adding the timezone to the php.ini file e.g., adding the following line: date.timezone = "America/Los_Angeles"
4041
4142[ speech-api ] : http://cloud.google.com/speech
4243[ google-cloud-php ] : https://googlecloudplatform.github.io/google-cloud-php/
You can’t perform that action at this time.
0 commit comments