History log of /PHP-5.5/ext/session/session.c (Results 76 – 100 of 592)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7ded7577 02-Nov-2010 Felipe Pena

- Fixed bug #53141 (autoload misbehaves if called from closing session)
patch by: ladislav at marek dot su


# a12d2bf7 27-Aug-2010 Ilia Alshanetsky

Fixed a compiler warning


# 9cad5940 27-Aug-2010 Ilia Alshanetsky

Fixed a compiler warning


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# f0c8366a 08-Jul-2010 Dmitry Stogov

- use interned strings for auto globals
- $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches)


Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 9e5313fd 08-Jun-2010 Pierre Joye

- [DOC] MFH: add session.entropy* support to windows


# 38d334f8 08-Jun-2010 Pierre Joye

- [DOC] MFH: add session.entropy* support to windows


# bfe51d38 08-Jun-2010 Pierre Joye

- [DOC] add session.entropy* support to windows


# 24ef6501 02-Jun-2010 Pierre Joye

- silent warning


# 2fd5a6a1 02-Jun-2010 Pierre Joye

- silent warning


# 11d24c15 31-May-2010 Michael Wallner

* implement new output API, fixing some bugs and implementing some feature
requests--let's see what I can dig out of the bugtracker for NEWS--
and while crossing the road:
* implem

* implement new output API, fixing some bugs and implementing some feature
requests--let's see what I can dig out of the bugtracker for NEWS--
and while crossing the road:
* implemented new zlib API
* fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?)

Thanks to Jani and Felipe for pioneering.

show more ...


# 4f3b6196 11-May-2010 Arnaud Le Blanc

- code cleanups
- cleanup progress data from session vars as soon as all
post data has been readden (upload_progress.cleanup
ini setting allows to disable this)


# da9448f3 10-May-2010 Arnaud Le Blanc

Added upload progress feedback in session data as describied
in RFC : http://wiki.php.net/rfc/session_upload_progress


# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


# 64f372fa 26-Apr-2010 Ilia Alshanetsky

Fixed handling of session variable serialization on certain prefix characters. Reported by Stefan Esser


# 3c78ad76 26-Apr-2010 Ilia Alshanetsky

Fixed handling of session variable serialization on certain prefix characters. Reported by Stefan Esser


# e73a7941 22-Apr-2010 Kalle Sommer Nielsen

Removed the session 4.2 bug compatibility mode


# b8ada243 21-Apr-2010 Kalle Sommer Nielsen

Drop php_register_var(), Thanks Felipe


# 3f291443 21-Apr-2010 Kalle Sommer Nielsen

Removed session_is_registered(), session_register() and session_unregister().
-- They are no longer needed without register_globals


# febee112 21-Apr-2010 Kalle Sommer Nielsen

Removed register_globals


# a5304b13 15-Apr-2010 Kalle Sommer Nielsen

Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/session)


# 9692a361 31-Mar-2010 Rasmus Lerdorf

Set session.entropy_file to /dev/urandom or /dev/arandom by
default if present at compile-time. Addresses part of bug #51436


# 995d15eb 22-Mar-2010 Ilia Alshanetsky

Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).


# af49e58f 12-Mar-2010 Jani Taskinen

- Reverted r296062 and r296065


# 06f072cb 11-Mar-2010 Jani Taskinen

MFH: Improved / fixed output buffering (Michael Wallner)


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2
# dff4e7fd 31-Jan-2010 Ilia Alshanetsky

Fixed a possible open_basedir/safe_mode bypass in session extension identified by Grzegorz Stachowiak.


12345678910>>...24