History log of /PHP-5.6/ext/session/session.c (Results 101 – 125 of 623)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# da376383 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1
# 783285e6 23-Jan-2011 Pierre Joye

- local redeclaration


# 88a1f398 23-Jan-2011 Pierre Joye

- local redeclaration


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 477b8a66 02-Nov-2010 Felipe Pena

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


# 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


12345678910>>...25