History log of /php-src/NEWS (Results 11476 – 11500 of 15466)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 9d9c461e 13-Jan-2009 Felipe Pena

- Typo

# 39570bc3 13-Jan-2009 Rob Richards

news

# 148ae0cf 13-Jan-2009 Scott MacVicar

BFN

# fc044adb 12-Jan-2009 Stanislav Malyshev

ns bugfix out

# c1147bcb 12-Jan-2009 Stanislav Malyshev

report fix 46304

# c430f337 12-Jan-2009 Scott MacVicar

BFN

# 4afe6ccc 12-Jan-2009 Ilia Alshanetsky

Upgraded libsqlite3 to 3.6.8

# e4a348d7 12-Jan-2009 Johannes Schlüter

MFH: Fix #47050 mysqli_poll() modifies improper variables

# 74cfc5f3 12-Jan-2009 Johannes Schlüter

MFH Fix #45940 MySQLI OO does not populate connect_error property on failed
connect

# 3fb23c01 11-Jan-2009 Scott MacVicar

BFN

# 4c7b6dd7 09-Jan-2009 Antony Dovgal

okay, no news for new internal functions then

# a4d6ab13 09-Jan-2009 Antony Dovgal

news

# 905a5c05 09-Jan-2009 Ilia Alshanetsky

[DOC]
Added mail logging functionality that allows logging of mail sent via
mail() function

THe logging functionality is disabled by default but can be enabled on a
per-directory

[DOC]
Added mail logging functionality that allows logging of mail sent via
mail() function

THe logging functionality is disabled by default but can be enabled on a
per-directory or globaly via 2 INI settings.

The mail.log directive allows you to specify the file where each call to
mail() will be logged. The log file will contain the path and line # of the
calling script in addition to all of the headers indicated by the user.

The mail.add_x_header directive will introduce a X-PHP-Originating-Script
header that will contain the file name (no path) of the calling script and
the uid of the script. This combination should be sufficient for the admin
to locate the sending script.

show more ...

# 7d3d47fa 09-Jan-2009 Johannes Schlüter

MFH: Fixed bug #46653

# 26bb96e2 07-Jan-2009 Andrei Zmievski

Changed __call() to be invoked on private/protected method access,
similar to properties and __get().

# 1e3e6cdf 07-Jan-2009 Johannes Schlüter

MFH: Proper ctor usage (Fix #46044)

# 9e831698 06-Jan-2009 Felipe Pena

- Fix for #46701 merged into 5_2

# 7454cbd7 05-Jan-2009 Felipe Pena

- BFN

# 81c5f379 02-Jan-2009 Scott MacVicar

Add some missing NEWS items

# 7b5baaac 01-Jan-2009 Ilia Alshanetsky

BFN

# 2f2d9107 01-Jan-2009 Kalle Sommer Nielsen

MFH:
[DOC] Renable socket_create_pair() on Windows

# ext/sockets have its own implementation of socketpair(), perhaps we should move it
# to the core. This will make stream_socket_pa

MFH:
[DOC] Renable socket_create_pair() on Windows

# ext/sockets have its own implementation of socketpair(), perhaps we should move it
# to the core. This will make stream_socket_pair() available on Windows aswell

show more ...

# eca64a8f 31-Dec-2008 Felipe Pena

- BFN

# 540242dc 31-Dec-2008 Ilia Alshanetsky

[DOC]
Added gethostname() to return the current system host name.

# f77719d8 31-Dec-2008 Marcus Boerger

MFH
- Changed dl() to be disabled by default. Enabled only when explicitly
registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry)
[DOC]

# b296c25b 30-Dec-2008 Etienne Kneuss

MFH: Fix #45820 (Empty ArrayObject keys not allowed)

1...<<451452453454455456457458459460>>...619