Hi,

I have an app that makes intensive use of get_browser.

I have:

app.yaml
--------------------------------
application: **********
version: 2-01-09
runtime: php
api_version: 1
handlers:
- url: /
  script: index.php

php.ini
--------------------------------
google_app_engine.enable_functions = "phpversion, phpinfo"
browscap = full_php_browscap.ini

And of course in the root of the app there is the file 
full_php_browscap.ini (~17M).

Even though the 2 functions from the first line in php.ini are activated 
the next line is disregarded and in the app logs I get:
PHP Warning: get_browser(): browscap ini directive not set in 
/base/data/home/apps/*****/2-01-09.377920756246546740/index.php 
on line 26

Am I missing something?



-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to