History log of /php-src/NEWS (Results 11551 – 11575 of 15466)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c6e1b8bc 15-Nov-2008 Arnaud Le Blanc

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 wi

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.

show more ...

# 8c4151ad 13-Nov-2008 Arnaud Le Blanc

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_n

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.

show more ...

# 06119f47 13-Nov-2008 Arnaud Le Blanc

MFH: Added stream_context_get_params()

Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE
# feeaa656 10-Nov-2008 David Coallier

- Added resolution of bug #44153, #44154

# dc07057b 10-Nov-2008 Timm Friebe

- Removed notes about fixes to sybase_ct that are already announced in PHP 5.2 news

# 9543aa05 10-Nov-2008 Timm Friebe

- Documented sybase_connect()'s new optional parameter 'new'

# 88bb4f61 09-Nov-2008 Kalle Sommer Nielsen

Fix NEWS

# 34906d50 09-Nov-2008 Timm Friebe

- Added note on bugfix for #30312
- Added entry on CS_ROW_FAIL patch fix

# acdc79e8 06-Nov-2008 David Soria Parra

Use right format

# 6e3bf215 06-Nov-2008 David Soria Parra

Refer to a feature request that contains a better description of the flags

Revision tags: php-5.2.7RC3
# 47e909fa 06-Nov-2008 David Soria Parra

MFH: Detect Sun C compiler and set default flags if it is used

# a3714456 06-Nov-2008 Felipe Pena

- Reorder

# c6fbd074 06-Nov-2008 Etienne Kneuss

Add references to #46421 #45976

# 2276e85f 05-Nov-2008 Arnaud Le Blanc

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 proc

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.

show more ...

# abbd6d38 04-Nov-2008 Lukas Smith

fixed ext/msql NEWS entry

# 839cdb40 04-Nov-2008 Lukas Smith

ext/msql is now in PECL starting alpha3 [DOC]

# 7126de49 04-Nov-2008 Marcus Boerger

- Next step in namespaces, using / as namespace separator.

# 963abc54 03-Nov-2008 Jani Taskinen

- Fix order (this is not rocket science.. >:-p )

# b3d0514b 02-Nov-2008 Arnaud Le Blanc

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)

# 355f62c2 02-Nov-2008 Scott MacVicar

Add some missing news entries

# 82a25117 02-Nov-2008 Felipe Pena

- Backported str_getcsv() into 5.3

# 16c46c63 02-Nov-2008 Jani Taskinen

- Done in 5.2.7

# d13d710c 27-Oct-2008 Johannes Schlüter

Fix NEWS

# 40e42663 27-Oct-2008 Johannes Schlüter

MFH: Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS)

# 806ea848 27-Oct-2008 Johannes Schlüter

BFN

1...<<461462463464465466467468469470>>...619