summaryrefslogtreecommitdiff
path: root/ext/standard/browscap.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly).Jay Smith2004-03-151-20/+82
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* MFBUwe Schindler2003-12-041-1/+1
* It's boolean, not long.Wez Furlong2003-08-131-1/+1
* fix a crash I run into on occasionShane Caraveo2003-06-301-3/+5
* updating license information in the headers.James Cox2003-06-101-3/+3
* Relying on longer matches seems to work better thanJay Smith2003-05-301-10/+3
* MFB: php_error_docref -> zend_error (MINIT)foobar2003-05-271-1/+1
* Make get_browser() try harder to find better matches.Jay Smith2003-05-201-6/+16
* Fixed bug #23657 (Missing initialization in browscap module init)Ilia Alshanetsky2003-05-161-0/+2
* Removed redundant TSRMLS_FETCH'sMoriyoshi Koizumi2003-05-071-5/+0
* A few fixes Uwe suggested, plus plugged a memleak and a possibleJay Smith2003-04-281-20/+11
* get_browser() needs to use zend_is_auto_global() on _SERVER.Jay Smith2003-03-181-0/+1
* @- Fixed bug #22386 (Using browscap causes segfault). This fixJay Smith2003-03-141-36/+60
* zend_error -> php_error_docref.Ilia Alshanetsky2003-01-241-1/+1
* Reverted because correct decision has not been made yet.Moriyoshi Koizumi2003-01-111-3/+3
* Reduced warnings in ZE2 buildMoriyoshi Koizumi2003-01-111-3/+3
* Fixed Bug #21443 and related bug #21468.Ilia Alshanetsky2003-01-061-4/+0
* build fixesZeev Suraski2003-01-011-0/+4
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Added error message if browscap location is not set in php.inifoobar2002-11-181-0/+1
* Fixed bug #20462.Ilia Alshanetsky2002-11-181-1/+6
* Fixed bug #19649.Ilia Alshanetsky2002-10-141-1/+5
* php_error_docrefMarcus Boerger2002-08-241-1/+1
* Unify error messagesDerick Rethans2002-07-081-1/+1
* ZE2 compatibility fixStanislav Malyshev2002-04-301-6/+7
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-121-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-24/+24
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-111-16/+16
* Get rid of a couple of bogus persist_alloc()'s, and some cleanupZeev Suraski2001-08-031-1/+1
* *** empty log message ***Andi Gutmans2001-07-291-11/+13
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+0
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-6/+17
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* Fix ZTS buildSascha Schumann2001-03-141-0/+1
* Make get_browser() read its information from $HTTP_SERVER_VARS[] if availableZeev Suraski2001-03-131-1/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Optimize it a bit - no need to dup empty string (which can be pretty common f...Stanislav Malyshev2001-01-081-1/+1
* Duplicate property value, otherwise parser would free it and we're in bad shape.Stanislav Malyshev2001-01-081-1/+1
* Fix undefind filehandle type on INI parsing.Stanislav Malyshev2001-01-081-0/+1
* Fix possible startup crashZeev Suraski2001-01-071-1/+1
* - Complete the move to the new INI parser. (Side effect: at last, peopleZeev Suraski2000-10-301-2/+3
* Move browscap code to the new modular INI parserZeev Suraski2000-10-291-1/+132
* Make proper object initializationStanislav Malyshev2000-07-261-7/+5
* Fix more bugs in browscapStanislav Malyshev2000-07-251-4/+4
* Default section name should be uppercase, I guessStanislav Malyshev2000-07-251-1/+1