History log of /PHP-5.5/ext/standard/basic_functions.c (Results 276 – 300 of 1086)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5daef5cd 25-Jun-2007 Antony Dovgal

fix #41773 (php_strip_whitespace sends headers with errors suppressed)
MFB is not needed, output buffering in HEAD handles this situation correctly


# f7d22b60 09-Jun-2007 foobar

MFH:- Added php_ini_loaded_file() function which returns the path to the actual
php.ini in use.


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1
# cdd37424 22-May-2007 Hannes Magnusson

Update proto&arginfo for double_encode in htmlspecialchars()&htmlentities()


# a69e6e2c 22-May-2007 Antony Dovgal

MFH: improve variable name checks
add more tests


Revision tags: RELEASE_1_2_0
# 52c2d6c2 17-May-2007 Rasmus Lerdorf

Get rid of a useless RINIT and an empty RSHUTDOWN on non-Windows


# 7efde494 10-May-2007 Antony Dovgal

MFH: flush output buffer when/if highlight_string()/php_strip_whitespace()/highlight_string() fail


Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2
# 16129b70 17-Apr-2007 Antony Dovgal

MFH: fix putenv("var") (i.e. unset) on BSD systems
add test


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# 562f886e 10-Apr-2007 Antony Dovgal

MFH: fix #41037 (unregister_tick_function() inside the tick function crash PHP)


Revision tags: RELEASE_1_0_1
# 14538795 10-Mar-2007 Ilia Alshanetsky

Added additional checks for long input arrays inside
import_request_variables().

# Missing checks identified by Stefan Esser


# b3b6db3f 09-Mar-2007 Ilia Alshanetsky

Add _SESSION to checklist


# 0fa1427c 09-Mar-2007 Ilia Alshanetsky

Fixed a possible super-global overwrite inside import_request_variables().

# Reported by Stefano Di Paola


# af1843f8 08-Mar-2007 Antony Dovgal

MFH: fix #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an array)


Revision tags: php-4.4.6, php-4.4.6RC1
# f027aef0 22-Feb-2007 Dmitry Stogov

Fixed possible crash in putenv() on win32


# 462d545a 21-Feb-2007 Stanislav Malyshev

fix putenv - if there was no previous, remove variable from environ


# a3493bd3 16-Feb-2007 Dmitry Stogov

Optimize out RINIT()


# 0262f05c 16-Feb-2007 Dmitry Stogov

Fixed return value of assert_options(ASSERT_CALLBACK) and possible crash (Andy Wharmby)


Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 53b088e6 20-Dec-2006 Dmitry Stogov

Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neith

Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M.

show more ...


# 1e19ee87 20-Dec-2006 Hannes Magnusson

- Fixed incorrect function names on FreeBSD where inet_pton() was named
__inet_pton() and inet_ntop() was named __inet_ntop()
- Fixed bug #39685 (iconv() - undefined function)
- F

- Fixed incorrect function names on FreeBSD where inet_pton() was named
__inet_pton() and inet_ntop() was named __inet_ntop()
- Fixed bug #39685 (iconv() - undefined function)
- Fixed bug #38852 (XML-RPC Breaks iconv)

show more ...


# 03312cc0 19-Dec-2006 Dmitry Stogov

Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection


Revision tags: php-5.2.1RC1
# a055e93a 13-Dec-2006 Ilia Alshanetsky

optimize out strlen() calls

# Patch by Matt Wilmas


# 42e1c9a1 10-Dec-2006 Edin Kadribasic

Fixed by #39751 by KevinJohnHoffman at gmail dot com


# d9f03aac 09-Dec-2006 Hannes Magnusson

MFH: sys_get_temp_dir()


# 6b651f8e 04-Dec-2006 Stanislav Malyshev

Improve tolower()-related functions on Windows and VC2005 by caching locale and using
tolower_l function.
# Gives 10-18% speedup on bench.php
# Does not change behaviour for non-windows


# e6a34313 26-Nov-2006 Ilia Alshanetsky

Fixed bug #39623 (thread safety fixes on *nix for putenv() & mime_magic).


1...<<11121314151617181920>>...44