Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
2c5d4b8c |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1 |
|
#
bc906117 |
| 19-Aug-2002 |
Zeev Suraski |
Fix a few warnings
|
Revision tags: dev, php-4.2.2, 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 |
|
#
50f7427e |
| 20-May-2002 |
Wez Furlong |
Protect C code with extern "C"
|
Revision tags: php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1 |
|
#
12a00923 |
| 17-Mar-2002 |
Wez Furlong |
Fix for php_stream_gets when the implementation does not support it natively (Thanks Marcus). Implement php_stream_make_seekable() and add STREAM_MUST_SEEK as an option to php_stream
Fix for php_stream_gets when the implementation does not support it natively (Thanks Marcus). Implement php_stream_make_seekable() and add STREAM_MUST_SEEK as an option to php_stream_open_wrapper(). See README.STREAMS for usage.
show more ...
|
#
effa6e8d |
| 17-Mar-2002 |
Wez Furlong |
tidy up the headers (streams related)
|
#
0f65280c |
| 15-Mar-2002 |
Wez Furlong |
New PHP streams...
|
Revision tags: help |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers.
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
6aadae97 |
| 01-Feb-2002 |
James E. Flemer |
Changed php.ini directive 'safe_mode_include_dir' to accept a (semi)colon separated path, rather than a single directory. Also moved checking of said path into a separate path for code re
Changed php.ini directive 'safe_mode_include_dir' to accept a (semi)colon separated path, rather than a single directory. Also moved checking of said path into a separate path for code readability. @- Changed php.ini directive 'safe_mode_include_dir' to accept a @ (semi)colon separated path (like 'include_path') rather than @ a single directory. (jflemer)
show more ...
|
Revision tags: 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, PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
1159c84a |
| 05-Aug-2001 |
Zeev Suraski |
- TSRMLS_FETCH work - whitespace fixes
|
#
0ccc2fd9 |
| 01-Aug-2001 |
foobar |
kill warning and make this build again.
|
#
b1de7fc9 |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation. Enough for today...
|
#
bc42c375 |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work. Got it under 400 now.
|
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
47154039 |
| 21-Jul-2001 |
Andi Gutmans |
- Fix __FILE__ in the main script in CGI/command line mode.
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, 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, 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, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
cae27179 |
| 13-Oct-2000 |
Hartmut Holzgraefe |
fopen wrappers cleanup - comfiguration is now done by an ini parameter instead of a compile time option - the implementations of the three standard wrappers now live in se
fopen wrappers cleanup - comfiguration is now done by an ini parameter instead of a compile time option - the implementations of the three standard wrappers now live in seperate files in ext/standard - the compiler is happy again, no more warnings
show more ...
|
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 |
|
#
c675a39b |
| 16-Aug-2000 |
Andi Gutmans |
- The beginning of an attempt to cleanup fopen-wrappers. - I started with trying to localize the V_FOPEN's so that we can have a - version which won't really open the file for include_once/re
- The beginning of an attempt to cleanup fopen-wrappers. - I started with trying to localize the V_FOPEN's so that we can have a - version which won't really open the file for include_once/require_once to - work faster and have less chance of a race which would cause a fd leak. - What I did will, therefore, change but I want to do this step by step - because the code is extremley messy so first of all I want to make sure - that the isolating of the V_FOPEN code doesn't break anything. - How about moving URL stuff out of this file? - php_fopen_url_wrapper() copy and pasted the second part of - php_fopen_wrapper() (incorrectly). Please try not to copy&paste code but - centralize functionality. Need to think of a nice way to nuke one of the - copies and have both functions use the same one.
show more ...
|
#
40fd4fb2 |
| 08-Aug-2000 |
Stanislav Malyshev |
Standartize full path handling - everything now goes via expand_filepath Add errno to open_basedir checking function
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
0db79942 |
| 03-Jul-2000 |
Sascha Schumann |
Rename macros which begin with underscore to valid macros.
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
eb8cd900 |
| 08-Jun-2000 |
Hartmut Holzgraefe |
@ fopen_wrappers() are now extensible via modules so here it finaly is, the more general approach to fopen wrappers # see what i'll break this time
|
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 |
|
#
c981be0b |
| 09-Apr-2000 |
Andi Gutmans |
- Don't need to extern functions - Use virtual_file_ex() in expand_filepath()
|
Revision tags: PHP-4.0-RC1, php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
9b621d1c |
| 19-Feb-2000 |
Zeev Suraski |
Get the license right... (this won't make it to RC1 of B4)
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch
|