Commit Graph

3965 Commits

Author SHA1 Message Date
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
Dmitry Stogov
9190796120 Fixed bug #41534 (SoapClient over HTTPS fails to reestablish connection) 2008-11-28 14:20:58 +00:00
Dmitry Stogov
7d4fd3fd38 Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:01:23 +00:00
Scott MacVicar
b388624d7d MFH Update libsqlite to 3.6.6.2 2008-11-27 08:46:13 +00:00
Ilia Alshanetsky
87f1f82677 Upgraded bundled sqlite to version 3.6.6.1 2008-11-25 23:50:42 +00:00
Dmitry Stogov
ea45b713c8 Added support for namespaces with brackets. (Greg) 2008-11-25 09:56:32 +00:00
David Coallier
f6b6746f2e - Removed the "unreleased-fix-feature" entry as per Marcus's request
- Made sure to include my PDO fix in the proper 5.3 release
2008-11-22 22:54:17 +00:00
David Coallier
a9879d34a8 - Added news item for bug #46615 2008-11-22 14:34:00 +00:00
Felipe Pena
f649d973aa - BFN #46578 2008-11-21 20:36:12 +00:00
Felipe Pena
e7cd391e21 - BFN 2008-11-20 22:30:51 +00:00
Arnaud Le Blanc
a46300ec06 Improved ArrayObject performance (made spl_hash_verify_pos() an O(1)
and removed some spl_array_get_hash_table() calls). Fixes #46039
2008-11-19 14:41:40 +00:00
Etienne Kneuss
5b4c00a1f3 typo 2008-11-19 02:03:26 +00:00
Etienne Kneuss
3919b16f04 MFH: Fix #46241 (stacked error_handlers, error_handling in general) 2008-11-19 02:00:53 +00:00
Felipe Pena
1881091e0f - Deprecate ereg 2008-11-18 17:55:07 +00:00
David Soria Parra
978129fd9b MFH: Feature request #46595. Use cc as default compiler and fallback to gcc. 2008-11-17 15:17:49 +00:00
Felipe Pena
fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
Pierre Joye
c25d835bbe - entry for #46127 2008-11-16 23:15:28 +00:00
Arnaud Le Blanc
c6e1b8bc67 MFH: Added stream_cast() and stream_set_options() to user-space stream
wrappers, allowing stream_select(), stream_set_blocking(),
stream_set_timeout() and stream_set_write_buffer() to work with user-space
stream wrappers.
Will document.
2008-11-15 12:52:13 +00:00