History log of /PHP-8.3/ext/session/session.c (Results 751 – 775 of 883)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# 898ff287 06-Mar-2000 Andrei Zmievski

Need to pass PLS_DC.


# 29c133f1 06-Mar-2000 Andrei Zmievski

(php_get_session_var)
The variables are now serialized either from globals or from
$HTTP_STATE_VARS[] array, depending on register_globals and track_vars
settings.


# fd629e6e 28-Feb-2000 Andrei Zmievski

(php_set_session_var)
$foo and $HTTP_SESSION_VARS["foo"] are no longer references to the same
value.


# bf5cb890 26-Feb-2000 Zeev Suraski

- Convert 'PHP3' to 'PHP'
- Avoid declaring crypt() related salt types twice


# 971a6f17 24-Feb-2000 Egon Schmid

More protos.


# 67f6945e 22-Feb-2000 Sascha Schumann

Revert part of the last commit


1...<<313233343536