1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Commit Graph

3939 Commits

Author SHA1 Message Date
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
Arnaud Le Blanc 8c4151ad72 Added header_remove() (chsc at peytz dotdk, Arnaud)
[DOC] proto void header_remove([string header_name])
      Removes an HTTP header previously set using header()
      The header_name parameter is optionnal, all headers are
      removed if it is not set

[SAPIs] The header_handler callback in sapi_module_struct has
           been changed, it now take a new argument.

           When it is set to SAPI_HEADER_DELETE, sapi_header->header is
           the name of an header, header_handler has to delete it.

           When it is set to SAPI_HEADER_DELETE_ALL, header_handler has
           to delete all headers.

           When sapi_header_op_enum is SAPI_HEADER_ADD or _REPLACE,
           sapi_header->header is in the form "Name: value", header_handler
           has to add or replace the given header.

           In all cases, header_handler must not free sapi_header or
           sapi_header->header. SAPI_HEADER_ADD must be returned if the
           header has been added or replaced, or 0 in other cases.
2008-11-13 10:14:04 +00:00
Arnaud Le Blanc 06119f4748 MFH: Added stream_context_get_params() 2008-11-13 05:47:47 +00:00
David Coallier feeaa6568e - Added resolution of bug #44153, #44154 2008-11-10 18:54:30 +00:00
Timm Friebe dc07057b06 - Removed notes about fixes to sybase_ct that are already announced in PHP 5.2 news 2008-11-10 14:45:30 +00:00
Timm Friebe 9543aa058d - Documented sybase_connect()'s new optional parameter 'new' 2008-11-10 11:03:22 +00:00
Kalle Sommer Nielsen 88bb4f6134 Fix NEWS 2008-11-09 11:39:15 +00:00
Timm Friebe 34906d50f3 - Added note on bugfix for #30312
- Added entry on CS_ROW_FAIL patch fix
2008-11-09 10:32:35 +00:00
David Soria Parra acdc79e876 Use right format 2008-11-06 22:12:12 +00:00
David Soria Parra 6e3bf2157e Refer to a feature request that contains a better description of the flags 2008-11-06 21:56:06 +00:00
David Soria Parra 47e909faed MFH: Detect Sun C compiler and set default flags if it is used 2008-11-06 20:42:11 +00:00
Felipe Pena a3714456e6 - Reorder 2008-11-06 01:38:56 +00:00
Etienne Kneuss c6fbd074ce Add references to #46421 #45976 2008-11-06 01:09:32 +00:00
Arnaud Le Blanc 2276e85f13 MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)
[DOC] new function parse_ini_string()
      proto array parse_ini_string(string ini_string
          [, bool process_sections [, int scanner_mode]])
      Same as parse_ini_file() except that it takes a string instead of a
      filename.
2008-11-05 21:35:02 +00:00
Lukas Smith abbd6d3811 fixed ext/msql NEWS entry 2008-11-04 23:01:13 +00:00
Lukas Smith 839cdb409e ext/msql is now in PECL starting alpha3 [DOC] 2008-11-04 22:31:48 +00:00
Marcus Boerger 7126de4912 - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
Jani Taskinen 963abc546d - Fix order (this is not rocket science.. >:-p ) 2008-11-03 12:03:46 +00:00
Arnaud Le Blanc b3d0514b6f Fixed bug #44575 (parse_ini_file comment # line problems)
[DOC] parse_ini_file(): comments starting with # are deprecated in PHP 5.3
      (comments starting with ; should be used instead)
2008-11-02 23:36:10 +00:00
Scott MacVicar 355f62c264 Add some missing news entries 2008-11-02 23:06:27 +00:00
Felipe Pena 82a251172c - Backported str_getcsv() into 5.3 2008-11-02 18:32:12 +00:00
Jani Taskinen 16c46c635f - Done in 5.2.7 2008-11-02 14:14:12 +00:00
Johannes Schlüter d13d710cee Fix NEWS 2008-10-27 18:33:22 +00:00
Johannes Schlüter 40e42663f5 MFH: Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS) 2008-10-27 18:32:08 +00:00
Johannes Schlüter 806ea848f4 BFN 2008-10-27 17:25:43 +00:00
Derick Rethans 0d084028c8 - Fixed NEWS entries. 2008-10-26 12:56:46 +00:00
Arnaud Le Blanc 96103c8793 BFN moved to PHP_5_2 2008-10-23 20:23:57 +00:00