#
df4547a3 |
| 23-May-2000 |
Hartmut Holzgraefe |
another bunch of proto fixes
|
#
4686a3b5 |
| 23-May-2000 |
Sascha Schumann |
Use #ifdef COMPILE_DL_EXTNAME solely.
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
#
4a658e8b |
| 15-May-2000 |
Sascha Schumann |
Drop slower strchr in favor of memchr.
|
Revision tags: php-4.0RC2 |
|
#
d8f29005 |
| 04-May-2000 |
Andrei Zmievski |
Updates for changed WDDX API.
|
#
d0f3764e |
| 04-May-2000 |
Sascha Schumann |
Change reentrancy API to always use the php prefix. Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms.
|
#
fe50664d |
| 02-May-2000 |
Sascha Schumann |
#if COMPILE_DL becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
|
#
0d383d93 |
| 02-May-2000 |
Sascha Schumann |
Replace the various get_module() functions with a uniform ZEND_GET_MODULE(name) macro.
|
#
a481fddf |
| 01-May-2000 |
Sascha Schumann |
Improved in-tree shared libraries build system The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF
Improved in-tree shared libraries build system The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext.
show more ...
|
#
5d5b09e1 |
| 30-Apr-2000 |
Andi Gutmans |
- Change some open's to V_OPEN()'s
|
#
3220bb57 |
| 28-Apr-2000 |
Zeev Suraski |
- Fix an invalid trick (it was valid when header() was using zend_get_parameters(), but it became invalid when someone switched it to zend_get_parameters_ex(), and I decided to remove it
- Fix an invalid trick (it was valid when header() was using zend_get_parameters(), but it became invalid when someone switched it to zend_get_parameters_ex(), and I decided to remove it anyway). - Remove a redundant function call
show more ...
|
#
883bd2b1 |
| 20-Apr-2000 |
Zeev Suraski |
- Fix virtual cwd bug - Add more V_STAT() V_LSTAT() changes
|
#
a7c8bfb9 |
| 06-Apr-2000 |
Colin Viebrock |
phpinfo() prettying
|
#
f9547241 |
| 30-Mar-2000 |
Andi Gutmans |
- Fix another bug in session.c - Start using the new PHP_GETCWD() and co. macros
|
#
69a16e96 |
| 30-Mar-2000 |
Andi Gutmans |
- Fix compile bug in session_get_cookie_params()
|
#
ec9aae47 |
| 30-Mar-2000 |
Sterling Hughes |
#Stylistic changes.
|
#
149e6181 |
| 30-Mar-2000 |
Sterling Hughes |
@-added session_get_cookie_params (sterling)
|
#
f50de703 |
| 29-Mar-2000 |
Sascha Schumann |
GC now prints out how many session objects were removed
|
#
a692f155 |
| 29-Mar-2000 |
Thies C. Arntzen |
@- session_start() is now more verbose if headers cannot be send. (Thies)
|
#
31803785 |
| 27-Mar-2000 |
Sascha Schumann |
These should not be exported
|
Revision tags: PHP-4.0-RC1 |
|
#
04daa555 |
| 26-Mar-2000 |
Sascha Schumann |
Add MSIE 5-specific Cache-Control fields
|
#
ac7d60ec |
| 13-Mar-2000 |
Andrei Zmievski |
Changed HTTP_STATE_VARS to HTTP_SESSION_VARS. @ Changed $HTTP_STATE_VARS to $HTTP_SESSION_VARS. Use only the latter @ version now! (Andrei)
|
#
909f3af8 |
| 10-Mar-2000 |
Andi Gutmans |
- Weird that this wasn't caught earlier
|
#
5f883e80 |
| 08-Mar-2000 |
Andrei Zmievski |
Anything in $HTTP_SESSION_VARS[] is auto-registered, if register_globals is turned off.
|
#
d02fe90b |
| 06-Mar-2000 |
Stig Bakken |
Change extension names in all extensions' zend_module_entry to their directory name.
|