[geeklog-devel] GL2 plugins and $_SERVER['ORIG_PATH_INFO']
Tony Bibbs
tony at tonybibbs.com
Thu Feb 24 09:54:41 EST 2005
I have begin implementing one of the GL2 plugins and getting the
appropriate framework in place. I have it so that plugins can live
happily in one folder in /path/to/geeklog-2/plugins making upgrades, etc
very easy. However, I'm using $_SERVER['ORIG_PATH_INFO'] to get
information on the plugin to call. Thus:
http://www.example.com/index.php/links
would have $_SERVER['ORIG_PATH_INFO'] = '/links';
This isn't unlike what 1.3.x is doing today. So my obvious question is
will this work with PHP5 running under IIS?
I don't have the environment to test that out. Does someone else? If
so I can give you a simple PHP5 script to exercise this. Next question
is, if it doesn't work under IIS, do we care? I'm inclined to say yes
but figured I'd bring it up one last time.
--Tony
More information about the geeklog-devel
mailing list