Commit Graph

3982 Commits

Author SHA1 Message Date
Scott MacVicar
3fb23c0173 BFN 2009-01-11 23:43:45 +00:00
Antony Dovgal
4c7b6dd78a okay, no news for new internal functions then 2009-01-09 22:26:23 +00:00
Antony Dovgal
a4d6ab1376 news 2009-01-09 19:17:08 +00:00
Ilia Alshanetsky
905a5c0590 [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.
2009-01-09 14:59:30 +00:00
Johannes Schlüter
7d3d47fa27 MFH: Fixed bug #46653 2009-01-09 14:30:00 +00:00
Andrei Zmievski
26bb96e218 Changed __call() to be invoked on private/protected method access,
similar to properties and __get().
2009-01-07 22:12:39 +00:00
Johannes Schlüter
1e3e6cdf29 MFH: Proper ctor usage (Fix #46044) 2009-01-07 16:32:08 +00:00
Felipe Pena
9e831698f6 - Fix for #46701 merged into 5_2 2009-01-06 01:31:33 +00:00
Felipe Pena
7454cbd7f3 - BFN 2009-01-05 20:46:52 +00:00
Scott MacVicar
81c5f379e7 Add some missing NEWS items 2009-01-02 03:04:50 +00:00
Ilia Alshanetsky
7b5baaac9b BFN 2009-01-01 20:16:33 +00:00
Kalle Sommer Nielsen
2f2d910797 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
2009-01-01 05:24:29 +00:00
Felipe Pena
eca64a8f60 - BFN 2008-12-31 15:45:59 +00:00
Ilia Alshanetsky
540242dc2d [DOC]
Added gethostname() to return the current system host name.
2008-12-31 14:30:38 +00:00
Marcus Boerger
f77719d800 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]
2008-12-31 14:27:09 +00:00
Etienne Kneuss
b296c25ba2 MFH: Fix #45820 (Empty ArrayObject keys not allowed) 2008-12-30 23:34:29 +00:00
Jani Taskinen
c168107cbf This is not TODO file.. 2008-12-29 09:58:18 +00:00
Felipe Pena
19eae50153 - Errr, I lost the practice ;D 2008-12-28 00:02:13 +00:00
Felipe Pena
82be2f6f34 - BFN #46957 2008-12-27 23:59:43 +00:00
Scott MacVicar
4b3197a9cd BFN 2008-12-24 18:11:41 +00:00
Felipe Pena
fa28710039 - Merged into 5.3 2008-12-24 00:46:09 +00:00
Etienne Kneuss
dbd703131d MFH: Fix #46646 (Implement zend functions to restrict serialization or internal classes) 2008-12-22 14:19:47 +00:00
Scott MacVicar
1465ea28ef BFN 2008-12-22 13:24:47 +00:00
Scott MacVicar
ec8c4723b0 BFN 2008-12-19 02:05:32 +00:00
Derick Rethans
e5491af3c5 - MFH: Fixed bug #46268 (DateTime::modify() does not reset relative time
values).
2008-12-18 20:32:23 +00:00
Stanislav Malyshev
47769245ad bug #46005 -> 5.2 2008-12-18 14:30:13 +00:00
Stanislav Malyshev
c0346a304f report fix 2008-12-17 11:36:34 +00:00
Rob Richards
5fa06bbe64 BFN 2008-12-16 12:54:05 +00:00
Kalle Sommer Nielsen
68ff190aaa Already in 5.2 NEWS 2008-12-13 05:31:15 +00:00
Andrei Zmievski
568b146480 Fix tests, add NEWS entry. 2008-12-12 23:59:48 +00:00
Scott MacVicar
1b72ac1301 BFN 2008-12-12 23:21:22 +00:00
Hannes Magnusson
f6cf54d2b1 Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:07:28 +00:00
Hannes Magnusson
259715e69b BFN 2008-12-12 12:46:24 +00:00
Scott MacVicar
4d391cdebd BFN 2008-12-11 02:58:22 +00:00
Ilia Alshanetsky
780ff63c37 MFH: Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable error
when given bad data).
2008-12-09 17:22:12 +00:00
Hannes Magnusson
76a17847c1 Deprecate session_register(), session_unregister() and
session_is_registered() (removed in HEAD)
2008-12-09 14:03:58 +00:00
Jani Taskinen
57804f29d3 style 2008-12-09 10:50:08 +00:00
Hannes Magnusson
76669fce23 MFH: - Changed open_basedir to allow tightening in runtime contexts. (Sara)
- Add test
2008-12-09 10:20:11 +00:00
Hannes Magnusson
ac30b3a8de BFN 2008-12-09 10:12:21 +00:00
Hannes Magnusson
336cb15d69 MFH: - Changed opendir/dir/scandir to use default context when no context argument is passed. (Sara) 2008-12-09 09:03:38 +00:00
Johannes Schlüter
a2266a7782 Back to -dev 2008-12-03 21:01:52 +00:00
Johannes Schlüter
abe7bc1433 fix vi user error 2008-12-03 20:44:51 +00:00
Johannes Schlüter
2cfbe8c9ff 5.3.0. Alpha 3 2008-12-03 20:40:59 +00:00
Scott MacVicar
7a174e1701 BFN, just some missing NEWS entries 2008-12-03 11:59:16 +00:00
Ilia Alshanetsky
a3a73148aa Fixed bug #46731 (Missing validation for the options parameter of the
imap_fetch_overview() function).
2008-12-03 01:04:13 +00:00
Christian Seiler
1c3d2019b3 #- Updated NEWS file 2008-12-02 16:28:24 +00:00
Johannes Schlüter
4b24c89a9d MFH: hash_insert was renamed in MySQL 5.0 so we can safely use recode and mysql
with recent libmysql versions [DOC]
2008-12-01 23:30:21 +00:00
Dmitry Stogov
1a3f557b1a Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message) 2008-12-01 09:49:58 +00:00
Ilia Alshanetsky
7f232eba06 BFN 2008-11-30 17:34:07 +00:00
Sebastian Bergmann
7eb847cade Update ReflectionProperty::setAccessible() entry. 2008-11-30 10:33:09 +00:00