History log of /php-src/ext/standard/file.c (Results 226 – 250 of 797)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# f9b26bc3 15-Apr-2014 Dmitry Stogov

Cleanup (2-nd round)

# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)

Revision tags: php-5.6.0beta1
# 76cc99fe 03-Apr-2014 Dmitry Stogov

Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)

Revision tags: php-5.4.27, php-5.5.11
# 5604cfbb 27-Mar-2014 Dmitry Stogov

cleanup

Revision tags: php-5.5.11RC1, php-5.4.27RC1
# 9f3687d4 09-Mar-2014 Xinchen Hui

Use list_close here to fix ext/standard/tests/file/popen_pclose_basic.phpt

Revision tags: php-5.5.10, php-5.4.26
# dd7c7e6f 05-Mar-2014 Dmitry Stogov

Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2

Conflicts:
ext/standard/formatted_print.c


# 040dea8b 05-Mar-2014 Dmitry Stogov

Arguments taken by internal functions using zend_parse_parameters() with "+" and "*" specifications must not be deallocated anymore.

# f853449c 04-Mar-2014 Xinchen Hui

Fixed memory leak temporary

# bab58ab9 04-Mar-2014 Xinchen Hui

Fixed stream_select (incompeleted)

# d821c901 03-Mar-2014 Xinchen Hui

Return empty string

Revision tags: php-5.6.0alpha3
# 1ac966d5 25-Feb-2014 Dmitry Stogov

Fixed memory leaks

# 5adeaa14 24-Feb-2014 Xinchen Hui

Refactoring php_stream_copy_to_mem to return zend_string

# 70baf8f4 23-Feb-2014 Xinchen Hui

Fixed the memroy leak first (refactor it later)

# c0aba2c6 23-Feb-2014 Xinchen Hui

Refactor basename using zend_string

Revision tags: php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2
# 3a9829af 11-Feb-2014 Daniel Lowrey

Use crypto method flags; add tlsv1.0 wrapper; add wrapper tests

# 43b03c74 18-Feb-2014 Xinchen Hui

Refacting smart_str

# 40e053e7 13-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)

Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year

# 47c90277 03-Jan-2014 Xinchen Hui

Bump year

# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year

Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5
# 2ddefbd2 08-Oct-2013 Daniel Lowrey

Added support for TLSv1.1 and TLSv1.2

Revision tags: php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1
# 524fab3e 25-Aug-2013 Stanislav Malyshev

Merge branch 'PHP-5.5'

* PHP-5.5:
Expose fputcsv's escape_char to userland


Revision tags: php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1
# 2139d270 13-Sep-2012 Joey Smith

Expose fputcsv's escape_char to userland

Allows users to assert that something other than the backslash
should be considered an escape char; also follows the RFC 4180
recommendation

Expose fputcsv's escape_char to userland

Allows users to assert that something other than the backslash
should be considered an escape char; also follows the RFC 4180
recommendation that fields containing a " be enclosed.

show more ...

# 92d27ccb 30-Jul-2013 Andrey Hristov

Constify streams API and a few other calls down the rabbit hole.
(`char *` to `const char *` for parameters and few return values)
In a few places int len moved to size_t len.

# 748b3765 29-Jan-2013 Stanislav Malyshev

complete zts fix

12345678910>>...32