History log of /PHP-8.2/ext/standard/file.c (Results 176 – 200 of 761)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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, 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


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# 745a71be 20-Aug-2014 Anatol Belski

yet more fixes to zpp


# c586133d 18-Aug-2014 Anatol Belski

rename zval_get_long and fixes to some string functions


# b7e7a895 16-Aug-2014 Anatol Belski

several fixes -

- param parsing Z_PARAM_STR vs Z_PARAM_STRING
- some functions for new params
- etc


# cb25136f 16-Aug-2014 Anatol Belski

fix macros in the 5 basic extensions


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31
# 27f38798 11-Jul-2014 Dmitry Stogov

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap us

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap usage with #ifndef FAST_ZPP)

show more ...


Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 34e686c5 02-Jul-2014 Michael Wallner

fix integer overflow in {stream,file}_{get,put}_contents()


Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1
# c1965f58 05-Jun-2014 Dmitry Stogov

Use reference counting instead of zval duplication


Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2
# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE


Revision tags: php-5.5.12, php-5.4.28
# 7c93a7e0 26-Apr-2014 Nikita Popov

Fix leak I introduced


# dd419d24 25-Apr-2014 Nikita Popov

Replace more convert_to_* calls


# b1b7939b 25-Apr-2014 Nikita Popov

Move more code to use zval_get_string


Revision tags: php-5.4.28RC1, php-5.5.12RC1
# a18cec1b 14-Apr-2014 Boro Sitnikovski

Fix bug #65701: Do not use cache for file file copy


# 7652a977 18-Apr-2014 Dmitry Stogov

Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_hash_move_forward() and family.


# 3257dc09 16-Apr-2014 Dmitry Stogov

Prevented modification of interned string


# 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
# 040dea8b 05-Mar-2014 Dmitry Stogov

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


12345678910>>...31