History log of /PHP-7.4/ext/session/session.c (Results 126 – 150 of 795)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# 4bd22cf1 29-Jun-2015 Dmitry Stogov

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>
Date: Fri Jun 26 01:23:31 2015 +0200

Use the new 'ZSTR' macros in the rest of the code.

Does not change anything to the generated code (thanks to compat macros) but cleaner.

commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8
Author: Francois Laupretre <francois@tekwire.net>
Date: Thu Jun 25 13:45:06 2015 +0200

Improve zend_string API

Add missing methods

show more ...


# b477aa1f 28-Jun-2015 Bob Weinand

Fix bug #69952 (Dereferencing issue in session_start())


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
# 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
# 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


# 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


# a0cf0251 28-Jan-2015 Xinchen Hui

Fixed #68868 (Segfault in clean_non_persistent_constants() in SugarCRM 6.5.20)


# e71099bc 28-Jan-2015 Yasuo Ohgaki

Remove legacy code


# 4d747b13 28-Jan-2015 Yasuo Ohgaki

Forgot to apply important peace of patch


12345678910>>...32