History log of /php-src/NEWS (Results 10876 – 10900 of 15465)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 453b49ed 20-Apr-2010 Dmitry Stogov

Added a number of small performance tweaks and optimizations
. ZEND_RECV now always has IS_CV as its result
. ZEND_CATCH now has to be used only with constant class names
. ZEND_FET

Added a number of small performance tweaks and optimizations
. ZEND_RECV now always has IS_CV as its result
. ZEND_CATCH now has to be used only with constant class names
. ZEND_FETCH_DIM_? may fetch array and dimension operans in a different order

show more ...

# dd5c478b 20-Apr-2010 Dmitry Stogov

Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.

# 94dd8372 20-Apr-2010 Dmitry Stogov

Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table

# ea53dc5a 20-Apr-2010 Dmitry Stogov

Added an optimization which saves memory and emalloc/efree calls for empty HashTables

# 8088be39 20-Apr-2010 Stanislav Malyshev

fix 64-bit integer overflow in mhash_keygen_s2k

# c93a4f19 19-Apr-2010 Stanislav Malyshev

restore $this support for closures to its former glory

# 45c090f3 18-Apr-2010 Felipe Pena

- Fixed bug #51590 (JSON_ERROR_UTF8 is undefined)

# de174766 16-Apr-2010 Christopher Jones

Add fix made previously

# 7a4b40ef 16-Apr-2010 Christopher Jones

Add attribution (thanks Felipe)

# a8128186 16-Apr-2010 Christopher Jones

Fixed Bug #51577 (Uninitialized memory reference with oci_bind_array_by_name)

# a5304b13 15-Apr-2010 Kalle Sommer Nielsen

Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/session)

# dd9fc198 15-Apr-2010 Andrey Hristov

Fix for bug#49234 method not found ssl_set
Patch was tested and compiles on Windows. (Thanks Kalle)

# 632c03de 14-Apr-2010 Pierre Joye

- #35638, add udate to imap_fetch_overview

# 036c5f9f 12-Apr-2010 Pierre Joye

- begintransaction entry

# b298ed5b 12-Apr-2010 Pierre Joye

- [doc] merge stream_set_read_buffer, equivalent of stream_set_write_buffer for read operations. Fixing possible bad effects while reading devices

# 4e7b11cc 12-Apr-2010 Kalle Sommer Nielsen

Removed y2k_compliance ini option, making it "always" enabled internally
- The only reference to y2k_compliance was in php_std_date(). Browsers thats not compatable have a marketshare of 0.01% i

Removed y2k_compliance ini option, making it "always" enabled internally
- The only reference to y2k_compliance was in php_std_date(). Browsers thats not compatable have a marketshare of 0.01% if they even are in use today

show more ...

# ecd00635 12-Apr-2010 Kalle Sommer Nielsen

NEWS entry for the define_syslog_variables commit

# f53f94d2 09-Apr-2010 Rob Richards

fix bug #50828 (DOMNotation is not subclass of DOMNode)

# 8338d488 08-Apr-2010 Andrey Hristov

Fix for bug #51026 ssl not working

# 5f11cd56 04-Apr-2010 Stanislav Malyshev

change namespaced ctors - only __construct would work

# a140e706 02-Apr-2010 Felipe Pena

- Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)

# 0758c879 02-Apr-2010 Rob Richards

fix bug #48983 (DomDocument : saveHTMLFile wrong charset)

# 6d77506c 02-Apr-2010 Rasmus Lerdorf

Update the FILTER_VALIDATE_EMAIL filter to fix bug #49576

# f1af56fb 02-Apr-2010 Rob Richards

fix WS

# 12b71200 02-Apr-2010 Rob Richards

re-apply bug fix #35673 (formatOutput does not work with saveHTML) from old trunk
add test
BFN

1...<<431432433434435436437438439440>>...619