Revision tags: php-4.2.0RC2, php-4.2.0RC1, help |
|
#
46a7b0cf |
| 05-Mar-2002 |
Frank M. Kromann |
Killing compiler warning on Win32
|
#
b4d5aa5c |
| 04-Mar-2002 |
Sascha Schumann |
Supply php_html_puts which escapes a whole string.. now fully works in ZTS mode, too.
|
#
ab256405 |
| 28-Feb-2002 |
Edin Kadribasic |
Removed CWD from php_ini_search_path when using CLI SAPI.
|
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 |
|
#
b91a6669 |
| 26-Nov-2001 |
Sterling Hughes |
Z_TYPE(filehandle)?? ok.. whatever... ;)
|
Revision tags: php-4.1.0RC3, php-4.1.0RC2 |
|
#
2830e45f |
| 01-Nov-2001 |
Derick Rethans |
- Applied patch by Yasuo Ohgaki <yasuo_ohgaki@yahoo.com>
|
Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1 |
|
#
a0bbfb59 |
| 06-Oct-2001 |
Derick Rethans |
- <br> -> <br />
|
Revision tags: 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 |
|
#
00ef0318 |
| 03-Sep-2001 |
Rasmus Lerdorf |
This is a list of char *'s, not zvals (caught by Nick - see bug #13107)
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE |
|
#
001df0d0 |
| 07-Aug-2001 |
foobar |
Yet another TSRM fix.
|
Revision tags: PRE_ENGINE2_SPLIT |
|
#
373b3e10 |
| 05-Aug-2001 |
Sascha Schumann |
more tsrm cleanup -- output.c is not doing any fetches anymore
|
#
1159c84a |
| 05-Aug-2001 |
Zeev Suraski |
- TSRMLS_FETCH work - whitespace fixes
|
#
2ec44007 |
| 03-Aug-2001 |
Zeev Suraski |
Get rid of a couple of bogus persist_alloc()'s, and some cleanup
|
#
b1de7fc9 |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation. Enough for today...
|
#
d76cf1da |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work
|
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua
|
#
fe6f8712 |
| 27-Jul-2001 |
Zeev Suraski |
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any unco
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
show more ...
|
Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4 |
|
#
e4f109b6 |
| 19-Jun-2001 |
Sebastian Bergmann |
Finish phpinfo() HTML 4.01 tweaking.
|
Revision tags: 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 |
|
#
9d1817ed |
| 06-May-2001 |
foobar |
Fix bug: #10323. Every value outputted is now escaped.
|
Revision tags: php-4.0.5, php-4.0.5RC8 |
|
#
0be5cca1 |
| 23-Apr-2001 |
Frank M. Kromann |
Fix build on WIn32 Should the new directorys be static?
|
Revision tags: php-4.0.5RC7 |
|
#
2cf1b8d3 |
| 22-Apr-2001 |
Stig Bakken |
* expanded the following constants and made them available in PHP: DEFAULT_INCLUDE_PATH PEAR_INSTALL_DIR PHP_EXTENSION_DIR PHP_BINDIR PHP_LIBDIR PHP_DATADIR
* expanded the following constants and made them available in PHP: DEFAULT_INCLUDE_PATH PEAR_INSTALL_DIR PHP_EXTENSION_DIR PHP_BINDIR PHP_LIBDIR PHP_DATADIR PHP_SYSCONFDIR PHP_LOCALSTATEDIR PHP_CONFIG_FILE_PATH * no longer generating pear/PEAR.php * fixed some tests * some more installer work
show more ...
|
#
a6f90ec7 |
| 21-Apr-2001 |
Andi Gutmans |
- Get rid of warning.
|