History log of /PHP-7.4/ext/standard/basic_functions.c (Results 226 – 250 of 1360)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bf96ee95 27-Aug-2014 Anatol Belski

's' works with size_t round 4


# 6db8d4f8 27-Aug-2014 Anatol Belski

's' works with size_t round 3


# 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


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


# 745a71be 20-Aug-2014 Anatol Belski

yet more fixes to zpp


# 1e827396 18-Aug-2014 Anatol Belski

more fixes to ext/standard


# 864172d9 16-Aug-2014 Anatol Belski

further fixes to ext/standard and zend


# 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


# a68ef0a1 25-Jul-2014 Ferenc Kovacs

Revert "Fix bug #66568: the second arg for unserialize is optional." as we already reverted the introduction of the second arg.

This reverts commit aefc8f22b35999624f3a579696cf68b389f41ae8.

Revert "Fix bug #66568: the second arg for unserialize is optional." as we already reverted the introduction of the second arg.

This reverts commit aefc8f22b35999624f3a579696cf68b389f41ae8.

Conflicts:
NEWS

show more ...


# b512adf7 09-Jun-2014 Stanislav Malyshev

Fixed bug #67399 (putenv with empty variable may lead to crash)

Conflicts:
ext/standard/basic_functions.c


# a521fe51 14-Jul-2014 Andrea Faulds

Implemented intdiv()


# 4fc0d46a 02-Jul-2014 Tjerk Meesters

Fix for bug #34407 - ucwords and title case

Added support for ranges like trim() has


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


# c4d99ec9 02-Jul-2014 Dmitry Stogov

Removed EG(called_scope) and use corresponding value from EG(current_execute_data)


# 4b09dd69 02-Jul-2014 Dmitry Stogov

Removed EG(active_op_array) and use corresponding value from EG(current_execute_data)


# c38ab260 11-Jun-2014 Ferenc Kovacs

Revert "Add optional second arg to unserialize()"

This reverts commit cfd104582220d578ab1b78a5991065d038e1f931.


# b060880c 09-Jun-2014 Stanislav Malyshev

Fixed bug #67399 (putenv with empty variable may lead to crash)


# 336b5f59 09-Jun-2014 Stanislav Malyshev

Fixed bug #67399 (putenv with empty variable may lead to crash)


# 4b0b0326 09-Jun-2014 Stanislav Malyshev

Fixed bug #67399 (putenv with empty variable may lead to crash)


# 62857998 09-Jun-2014 Stanislav Malyshev

Fixed bug #67399 (putenv with empty variable may lead to crash)


# c1965f58 05-Jun-2014 Dmitry Stogov

Use reference counting instead of zval duplication


# 922285ec 26-May-2014 Xinchen Hui

Don't use cast (compiler friendly)


# 5609bcc7 15-May-2014 Pierre Joye

fix leak


12345678910>>...55