History log of /php-src/ext/session/session.c (Results 251 – 275 of 960)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# 1c754f0b 12-Jun-2015 Dmitry Stogov

Get rid of more ZVAL_ZVAL() macros

Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40
# 413d23f6 12-Apr-2015 Josef Šimánek

Remove MSIE 5-specific Cache-Control fields.

reverts 04daa55

Revision tags: php-5.6.8RC1, php-5.5.24RC1
# 512429ff 24-Mar-2015 Anatol Belski

fix datatype mismatches

# 3066851d 24-Mar-2015 Anatol Belski

fix datatype mismatches

# 663074b6 23-Mar-2015 Anatol Belski

cleanup mod version macros and mod defs, round x

Revision tags: php-5.6.7, php-5.5.23, php-5.4.39
# 4d3a3811 16-Mar-2015 Julien Pauli

Merge branch 'PHP-5.6'

* PHP-5.6:
Fix flaws in session module

Conflicts:
ext/session/session.c


# 2a508774 16-Mar-2015 Julien Pauli

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fix flaws in session module


# 4dba99c2 16-Mar-2015 Julien Pauli

Fix flaws in session module

# 86336856 12-Mar-2015 Dmitry Stogov

Use specialized macro for string zval creation

# 609f05fc 08-Mar-2015 Reeze Xia

ZTS cleanup

Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38
# af3ca745 16-Feb-2015 Anatol Belski

made ZEND_TSRMLS_CACHE_* macros look like function calls

which also comply with the current semantics for such macros

# e10e151e 13-Feb-2015 Dmitry Stogov

Merged zend_array and HashTable into the single data structure.
Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write
zend_array_dup() was changed t

Merged zend_array and HashTable into the single data structure.
Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write
zend_array_dup() was changed to allocate and return HashTable, instead of taking preallocated HashTable as argument.

show more ...

# 741b5952 12-Feb-2015 Yasuo Ohgaki

Pass maxlifetime to save handlers

Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1
# 5afe554d 03-Feb-2015 Yasuo Ohgaki

Merge branch 'PHP-5.6'

* PHP-5.6:
Fixed bug #68063 Empty session IDs do still start sessions

Conflicts:
ext/session/session.c
ext/session/tests/bug6147

Merge branch 'PHP-5.6'

* PHP-5.6:
Fixed bug #68063 Empty session IDs do still start sessions

Conflicts:
ext/session/session.c
ext/session/tests/bug61470.phpt

show more ...


# 2983ef3c 03-Feb-2015 Yasuo Ohgaki

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fixed bug #68063 Empty session IDs do still start sessions


# 853ae39d 03-Feb-2015 Yasuo Ohgaki

Fixed bug #68063 Empty session IDs do still start sessions

# e9304299 03-Feb-2015 Yasuo Ohgaki

Fixed bug #61470 - session_regenerate_id() does not create session file.
Made session_regenerate_id() raise error for wrong usage.

# f248df90 02-Feb-2015 Yasuo Ohgaki

Cleanup trans sid code. Behavior is unchanged.
Fixed possible injections. Escape values usually internal safe values.

# 330d158e 30-Jan-2015 Michael Wallner

fix warning

# d96eb4b0 29-Jan-2015 Xinchen Hui

reorder the branches

# 18c647cc 29-Jan-2015 Xinchen Hui

Merge branch 'master' of https://git.php.net/repository/php-src


# 14396a32 29-Jan-2015 Xinchen Hui

ppid must be IS_STRING

# 70b2d2ee 29-Jan-2015 Yasuo Ohgaki

Use proper type

# 4da7e4de 29-Jan-2015 Xinchen Hui

The argument must be not changed in session_start

# f90f6108 29-Jan-2015 Yasuo Ohgaki

Merge branch 'master' into master-rfc-session-lock4

Conflicts:
UPGRADING


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