History log of /PHP-5.5/ext/standard/browscap.c (Results 76 – 100 of 128)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS
# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.


Revision tags: PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 2ec44007 03-Aug-2001 Zeev Suraski

Get rid of a couple of bogus persist_alloc()'s, and some cleanup


# 354f1158 29-Jul-2001 Andi Gutmans

*** empty log message ***


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions


Revision tags: php-4.0.6RC2, php-4.0.6RC1, php-4.0.5
# 4c823e8a 30-Apr-2001 Andi Gutmans

- Change macros from V_ to VCWD_ because of AIX name clash


Revision tags: php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2
# a4ec1646 14-Mar-2001 Sascha Schumann

Fix ZTS build


# 8b5a7686 13-Mar-2001 Zeev Suraski

Make get_browser() read its information from $HTTP_SERVER_VARS[] if available


Revision tags: php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# b06323cd 08-Jan-2001 Stanislav Malyshev

Optimize it a bit - no need to dup empty string (which can be pretty common for .ini)


# 77ebea3a 08-Jan-2001 Stanislav Malyshev

Duplicate property value, otherwise parser would free it and we're in bad shape.


# d812ecb7 08-Jan-2001 Stanislav Malyshev

Fix undefind filehandle type on INI parsing.


# c4d673a1 07-Jan-2001 Zeev Suraski

Fix possible startup crash


Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 78194a47 30-Oct-2000 Zeev Suraski

- Complete the move to the new INI parser. (Side effect: at last, people
can finally have spaces and tabs in their extension statements...)


# 60c08354 29-Oct-2000 Zeev Suraski

Move browscap code to the new modular INI parser


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 79527dd5 26-Jul-2000 Stanislav Malyshev

Make proper object initialization


# 104b4f38 25-Jul-2000 Stanislav Malyshev

Fix more bugs in browscap
# now it shoudl work, but leaks like hell, so don't use it yet


# 005d4c4d 25-Jul-2000 Stanislav Malyshev

Default section name should be uppercase, I guess


# 83513d95 24-Jul-2000 David Croft

Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not alr

Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not already been changed as I am not sure if there are any legal
# issues here. So some extensions still have PHP 3 headers.

show more ...


# 7c296bd9 23-Jul-2000 Stanislav Malyshev

Add another check for broken browscap object
# I do not know how it could get broken, but just in case...


# a172147a 23-Jul-2000 Stanislav Malyshev

Try to fix some get_browser crashes and clean it up
# Probably needs more work, just what I could see immediately


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# e9484d5c 23-Jun-2000 Egon Schmid

Added a description to get_browser().


123456