History log of /PHP-7.1/ext/standard/basic_functions.c (Results 376 – 400 of 1271)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.7RC5
# c5c9fd8b 26-Nov-2008 Arnaud Le Blanc

MFH: Missed file from commit for #44181 & #44182


# c3f0c8dd 24-Nov-2008 Arnaud Le Blanc

MFH


# 45572a49 24-Nov-2008 Stanislav Malyshev

restore BC for arrays
[DOC] natsort, natcasesort, usort, uasort, uksort, array_flip, array_unique
still won't work with objects


Revision tags: php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


# 2a5079e6 13-Nov-2008 Stanislav Malyshev

[DOC] Add option for error_log to send directly to SAPI logger


# 8c4151ad 13-Nov-2008 Arnaud Le Blanc

Added header_remove() (chsc at peytz dotdk, Arnaud)

[DOC] proto void header_remove([string header_name])
Removes an HTTP header previously set using header()
The header_n

Added header_remove() (chsc at peytz dotdk, Arnaud)

[DOC] proto void header_remove([string header_name])
Removes an HTTP header previously set using header()
The header_name parameter is optionnal, all headers are
removed if it is not set

[SAPIs] The header_handler callback in sapi_module_struct has
been changed, it now take a new argument.

When it is set to SAPI_HEADER_DELETE, sapi_header->header is
the name of an header, header_handler has to delete it.

When it is set to SAPI_HEADER_DELETE_ALL, header_handler has
to delete all headers.

When sapi_header_op_enum is SAPI_HEADER_ADD or _REPLACE,
sapi_header->header is in the form "Name: value", header_handler
has to add or replace the given header.

In all cases, header_handler must not free sapi_header or
sapi_header->header. SAPI_HEADER_ADD must be returned if the
header has been added or replaced, or 0 in other cases.

show more ...


# 06119f47 13-Nov-2008 Arnaud Le Blanc

MFH: Added stream_context_get_params()


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 2276e85f 05-Nov-2008 Arnaud Le Blanc

MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)
[DOC] new function parse_ini_string()
proto array parse_ini_string(string ini_string
[, bool proc

MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)
[DOC] new function parse_ini_string()
proto array parse_ini_string(string ini_string
[, bool process_sections [, int scanner_mode]])
Same as parse_ini_file() except that it takes a string instead of a
filename.

show more ...


# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# 8f12025b 02-Nov-2008 Felipe Pena

- MFH: Added str_getcsv()


# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: php-5.2.7RC2
# d69dfa4b 21-Oct-2008 Arnaud Le Blanc

MFH: initialize optional vars


# 9de7506f 16-Oct-2008 Kalle Sommer Nielsen

Use PHP_DEP_FE instead of throwing an E_DEPRECATED manually inside define_syslog_variables() (Thanks Hannes!)


Revision tags: php-5.2.7RC1
# 80f8ad97 31-Aug-2008 Jani Taskinen

MFH:- Fixed bug #45956 (parse_ini_file() does not return false with syntax errors in parsed file)


# 26203040 23-Aug-2008 Pierre Joye

- MFH:
- drop bindlib usage on windows
- inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)


# 41282aa8 21-Aug-2008 Marcus Boerger

- MFH Fix 64bit issue


# a30c01d6 21-Aug-2008 Antony Dovgal

revert for now


# 898f1997 21-Aug-2008 Antony Dovgal

fix build


# 50066470 20-Aug-2008 Pierre Joye

- MFH: work around vc6 bug


# e7a28edc 20-Aug-2008 Antony Dovgal

fix warning


# 881d8038 19-Aug-2008 Antony Dovgal

MFH: shutdown crypt correctly and fix memleak in ZTS mode


# e2451b68 18-Aug-2008 Jani Taskinen

MFH: fix include


# 85309f68 18-Aug-2008 Pierre Joye

- MFH: this change was not part of the env patch


# a87a9087 18-Aug-2008 Pierre Joye

- [DOC] MFH: make putenv behaves like unix putenv on Windows:
. FOO=1234 => set FOO to 1234
. FOO= => set FOO to an empty string
. FOO= => unset FOO
. Use Set/GetEnvironmnent v

- [DOC] MFH: make putenv behaves like unix putenv on Windows:
. FOO=1234 => set FOO to 1234
. FOO= => set FOO to an empty string
. FOO= => unset FOO
. Use Set/GetEnvironmnent variable only

show more ...


# 59463c54 16-Aug-2008 Hannes Magnusson

Fix arginfo
# Yes Jani, it is correct in HEAD :)


1...<<11121314151617181920>>...51