History log of /PHP-7.4/ext/standard/basic_functions.c (Results 476 – 500 of 1360)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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 :)


# eea3226d 16-Aug-2008 Hannes Magnusson

MFH: [DOC] Added stream_context_set_default() function. (Davey Shafik)


# a61c0c84 14-Aug-2008 Antony Dovgal

MFH: add quoted_printable_encode()


# 9e7d254f 14-Aug-2008 Antony Dovgal

fix build
compile before commit?


# b27d8ccd 14-Aug-2008 Kalle Sommer Nielsen

MFH: Fix arginfo for nl2br


# fcf11ba6 14-Aug-2008 Kalle Sommer Nielsen

MFH: Implemented feature request #34381 (nl2br() should have an option for XHTML/HTML compatible BR element)


# c93fbf62 07-Aug-2008 Arnaud Le Blanc

MFH:
Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud)
[DOC] clearstatcache() now defaults to not affect the realpath cache.
clearstatcache() now t

MFH:
Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud)
[DOC] clearstatcache() now defaults to not affect the realpath cache.
clearstatcache() now takes two optionnal parameters, clear_realpath_cache to
clear the realpath cache (defaults to false), and filename to clear only the
given filename from the cache.

show more ...


Revision tags: php-4.4.9
# b17dc14f 03-Aug-2008 Jani Taskinen

MFH: nuketh C++ comments


# e304515d 02-Aug-2008 Felipe Pena

- MFH: Added parameter TSRMLS_DC in zend_is_callable()


Revision tags: php-5.3.0alpha1
# b9f7b21e 31-Jul-2008 Johannes Schlüter

MFH (DOC] Add array_replace/array_replace_recursive (Mett Wilmas)


# acd17a85 29-Jul-2008 Pierre Joye

- MFH: missing in the previous crypt commit (shutdown frees the locking mechanism)


# 0fbe6a0c 24-Jul-2008 Felipe Pena

- MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.


1...<<11121314151617181920>>...55