#
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. |
Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2 |
|
#
9db55891 |
| 17-Mar-2001 |
Zeev Suraski |
Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49) |
Revision tags: php-4.0.5RC1 |
|
#
7c2ea022 |
| 06-Mar-2001 |
Stanislav Malyshev |
Don't insert empty path if PHPRC is empty |
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001 |
#
2b45f38e |
| 21-Feb-2001 |
Stanislav Malyshev |
Add safety check |
#
5b741dfb |
| 21-Feb-2001 |
Hartmut Holzgraefe |
# make sebastian and compiler happy .) |
#
b14d2cc0 |
| 21-Feb-2001 |
Hartmut Holzgraefe |
will now initialize dynamic extensions *after* static ones |
#
d294f46f |
| 15-Jan-2001 |
Zeev Suraski |
- Remove the ini_extension_list global - Switch to delayed loading of Zend extensions |
#
db0b8bc0 |
| 15-Jan-2001 |
Sascha Schumann |
Defer loading of extensions until all configuration entries have been added to the configuration hash. |
#
fc1cdda1 |
| 13-Jan-2001 |
Zeev Suraski |
Remove stale code |
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1 |
|
#
bd0ac7fe |
| 02-Jan-2001 |
Zeev Suraski |
Many patches. I hope I remember them all: - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of
Many patches. I hope I remember them all: - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once.
show more ...
|
#
338b9b08 |
| 27-Dec-2000 |
Zeev Suraski |
- Make the INI mechanism thread safe (fix necessary API changes from Zend) - Make the Win32 non-TS configuration build again |
Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
92d37f68 |
| 31-Oct-2000 |
Zeev Suraski |
- Fix phpinfo() - Fix non-thread-safe build |
#
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...) |
#
4af433d6 |
| 29-Oct-2000 |
Zeev Suraski |
Use the new INI parser for parse_ini_str() - parse_ini_str() is now thread-safe, and supported under Windows (Zeev) |
#
1fd09132 |
| 29-Oct-2000 |
Zeev Suraski |
Initial steps to move the INI mechanism to the Zend engine |