History log of /php-src/ext/session/mod_files.c (Results 51 – 75 of 230)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 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 ...

# 650e073f 28-Jun-2015 Evgeniy Spinov

*[Sessions]: Now session is accessible if process is ran by root. Fixing bug: https://bugs.php.net/bug.php?id=69582
*[Sessions]: Replaced fstat with zend_fstat

Revision tags: php-5.6.11RC1
# a2c461d5 24-Jun-2015 Evgeniy Spinov

*[Sessions]: Now session is accessible if process is ran by root. Fixing bug: https://bugs.php.net/bug.php?id=69582

Revision tags: php-5.5.27RC1, php-7.0.0alpha2, 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
# e881017a 24-Apr-2015 Yasuo Ohgaki

Merge branch 'PHP-5.6'

* PHP-5.6:
Set NULL after efree


# 4c711200 24-Apr-2015 Yasuo Ohgaki

Set NULL after efree

Revision tags: php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1
# 18e0393b 24-Mar-2015 Anatol Belski

robuster read/write for mod ps_files

# 512429ff 24-Mar-2015 Anatol Belski

fix datatype mismatches

Revision tags: php-5.6.7, php-5.5.23, php-5.4.39, 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, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1
# dbb1298f 03-Feb-2015 Yasuo Ohgaki

Fixed typos in comments

# 1aa6242d 03-Feb-2015 Yasuo Ohgaki

Merge branch 'PHP-5.6'

* PHP-5.6:
Fixed Bug #66623 no EINTR check on flock(LOCK_EX)

Conflicts:
ext/session/mod_files.c


# b41a6c6f 03-Feb-2015 Yasuo Ohgaki

Fixed Bug #66623 no EINTR check on flock(LOCK_EX)

# d8803d81 31-Jan-2015 Yasuo Ohgaki

Merge branch 'PHP-5.6'

* PHP-5.6:
Fixed typo in comment


# c8a12508 31-Jan-2015 Yasuo Ohgaki

Fixed typo in comment

# bc5686f5 30-Jan-2015 Anatol Belski

remove unused variable

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

# 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, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2
# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/

Revision tags: php-5.4.33, php-5.5.17
# 49e78dd0 13-Sep-2014 Anatol Belski

reduce struct size by 8 byte on 64 bit

Revision tags: php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1
# a9c5dab1 29-Aug-2014 Anatol Belski

revert the lstat part

# f9b05124 29-Aug-2014 Anatol Belski

fix stat vs zend_stat

# 45185642 29-Aug-2014 Anatol Belski

data type fixes

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

master renames phase 3

12345678910