Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1 |
|
#
18805e83 |
| 30-Apr-2002 |
Stanislav Malyshev |
ZE2 compatibility fix
|
Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help |
|
#
c8e7db98 |
| 12-Mar-2002 |
Andi Gutmans |
- Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers.
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
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
|