History log of /PHP-7.4/ext/session/session.c (Results 151 – 175 of 795)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# feeaaa4c 27-Jan-2015 Yasuo Ohgaki

Fixed crash


# 7b179808 25-Jan-2015 Yasuo Ohgaki

Update UPGRADING and UPGRADING.INTERNALS


# 0c9bfa96 25-Jan-2015 Yasuo Ohgaki

Make session_decode return FALSE when it fails.
Fix a test.
Use proper types.


Revision tags: php-5.5.21
# e6c8640a 21-Jan-2015 Yasuo Ohgaki

WIP - test passes


Revision tags: php-5.6.5, php-5.4.37
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19
# 9e072d95 12-Nov-2014 Yasuo Ohgaki

Remove unneeded md5 hashing from PHP-5.6 branch.
It's removed from master already by my previous commit.


Revision tags: php-5.4.35
# 4dd3fbfc 06-Nov-2014 Yasuo Ohgaki

Fixed bug #68331 - This was partial patch for https://wiki.php.net/rfc/session-lock-ini


Revision tags: php-5.6.3RC1, php-5.5.19RC1
# fea10f6a 17-Oct-2014 Anatol Belski

ext/iconv, ext/json and ext/session use static tsrmls pointer


Revision tags: php-5.5.18, php-5.4.34
# 43f1c94d 09-Oct-2014 Nikita Popov

Review a few more SEPARATE_ZVAL_IF_NOT_REF usages


Revision tags: php-5.5.18RC1, php-5.6.1, php-5.6.2
# e33f3d3b 20-Sep-2014 Nikita Popov

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just m

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.

show more ...


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


Revision tags: php-5.4.33
# 5777aa51 16-Sep-2014 Anatol Belski

fix signed/unsigned mismatch


Revision tags: php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1
# 88d7ca44 01-Sep-2014 Dmitry Stogov

Refactored INI subsystem to use zend_string* instead of char*


# 257ed406 27-Aug-2014 Anatol Belski

's' works with size_t round 2


# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


Revision tags: php-5.6.0
# 95fac3ce 26-Aug-2014 Nikita Popov

Fix session handlers in zts

Also use ZEND_HASH_FOREACH API.


# dc6cd48e 26-Aug-2014 Xinchen Hui

Fixed incompatible pointer


Revision tags: POST_AST_MERGE, PRE_AST_MERGE
# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


# 70de6180 24-Aug-2014 Anatol Belski

fixes to %pd format usage


# ce9bdae3 23-Aug-2014 Tjerk Meesters

Fixed #67694: Regression in session_regenerate_id()


12345678910>>...32