summaryrefslogtreecommitdiff
path: root/ext/standard/browscap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extra ;Johannes Schlüter2012-06-221-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Merge of fix for bug #54918 (r311745, scottmac) to 5.3.Gustavo André dos Santos Lopes2011-06-031-6/+6
* - Fixed double registering of browscap ini directive. See bug #54896.Gustavo André dos Santos Lopes2011-06-021-6/+0
* fix ZTS build for 5_3, tooAntony Dovgal2011-05-011-3/+3
* - Fixed bug #54580 (get_browser() segmentation fault when the browscap iniGustavo André dos Santos Lopes2011-05-011-66/+212
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #50267 (get_browser(null) does not use HTTP_USER_AGENT)Jani Taskinen2009-11-241-3/+6
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-1/+1
* MFH: fix get_browser() (broken in the process of param API conversion)Antony Dovgal2008-08-291-3/+3
* MFH: fix memleak in browscap code (noticed by Gopal)Antony Dovgal2008-08-191-1/+10
* upgrade to PCRE (i.e. get ride of ereg usage)Nuno Lopes2008-08-071-15/+33
* - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFHJani Taskinen2007-11-051-49/+32
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-051-1/+1
* MFH: Nuked ending dots from error messagesJani Taskinen2007-09-301-1/+1
* MFH:Jani Taskinen2007-09-281-7/+35
* malloc() -> pemalloc()Ilia Alshanetsky2007-03-071-6/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-211-3/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: Nuke php3 legacyfoobar2005-12-051-8/+8
* - Bumber up yearfoobar2005-08-031-1/+1
* Don't depend on empty_string.Andrei Zmievski2005-01-251-2/+2
* MFB (Fix several egregious leaks in ext/browscap and sapi/embed).Andrei Zmievski2005-01-251-5/+11
* 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