History log of /php-src/ext/session/session.c (Results 451 – 475 of 960)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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.

Revision tags: php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php

Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# 5ab649e6 04-Dec-2009 Dmitry Stogov

Fixed compilation

# 3e6ac4fb 04-Dec-2009 Stanislav Malyshev

protect http_session_vars from interrupt corruption
improve save_path check

Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1
# 824692fa 03-Nov-2009 Guenter Knauf

removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.

Revision tags: php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 75fc7021 28-Jul-2009 Antony Dovgal

fix segfault in session/tests/031.phpt by adding optional extension
dependency (php_hash_hashtable has to be initialized when setting
session.hash_function)

# 2673b9be 17-Jul-2009 Gwynne Raskind

MFH: fix crash when session hash function generated long hashes with hash_bits_per_character larger than 4

Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1
# 9ece649f 18-May-2009 Jani Taskinen

MFH: ws + sync

1...<<11121314151617181920>>...39