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().
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2 |
|
#
2c975a2b |
| 29-Mar-2000 |
Sterling Hughes |
single, sorta proto.
|
Revision tags: PHP-4.0-RC1 |
|
#
99e0b363 |
| 06-Mar-2000 |
Stig Bakken |
@Cleaned up extension namespace (Stig) Cleaned up extension namespace, and changed ext/standard into one single extension.
|
#
e45c1af8 |
| 27-Feb-2000 |
Andi Gutmans |
- Hopefully fix browscap problem
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
75b1316e |
| 16-Feb-2000 |
Zeev Suraski |
@- Updated the browscap module to work with PHP 4.0 (Zeev)
|
#
6d0ab616 |
| 10-Feb-2000 |
Zeev Suraski |
SAPIfication, Episode VI: Return of the SAPI Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except f
SAPIfication, Episode VI: Return of the SAPI Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library
show more ...
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
c12aa454 |
| 05-Feb-2000 |
Zeev Suraski |
Compile fixes
|