History log of /PHP-5.5/UPGRADING (Results 151 – 175 of 271)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 741abeb2 27-Jul-2011 Pierre Joye

- upgrading entry for binary number format


# 24392c37 24-Jul-2011 Stanislav Malyshev

No E_STRICT in production


# e72a3ea4 23-Jul-2011 Pierre Joye

- MQ section


# 48870107 23-Jul-2011 Pierre Joye

- MQ section


# 51d36803 23-Jul-2011 Pierre Joye

- add short array syntax, missing files and info


# e708f4bb 23-Jul-2011 Pierre Joye

- add short array syntax, missing files and info


# 80496c9d 23-Jul-2011 Pierre Joye

- add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only


# cbe0ed86 23-Jul-2011 Pierre Joye

- add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only


# a80c2ee1 17-Jul-2011 Boris Lytochkin

fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used.


# cf7724d5 17-Jul-2011 Boris Lytochkin

fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used.


Revision tags: php-5.3.7RC3, php-5.4.0alpha2
# 6be6c2d6 12-Jul-2011 Christian Stocker

Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()
to define forbidden operations within XSLT stylesheets, default is not to
enable any write operations from XSLT anymore.

Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()
to define forbidden operations within XSLT stylesheets, default is not to
enable any write operations from XSLT anymore. Bug #54446

(second iteration of the code for trunk, first commit for 5.4 branch)

show more ...


# 0511fa33 11-Jul-2011 Christian Stocker

Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()
to define forbidden operations within XSLT stylesheets, default is not to
enable any write operations from XSLT anymore.

Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs()
to define forbidden operations within XSLT stylesheets, default is not to
enable any write operations from XSLT anymore. Bug #54446

show more ...


Revision tags: php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 76cbcc7f 03-Jun-2011 Scott MacVicar

Added fabled hex2bin() function


# 30f19bd5 20-May-2011 Scott MacVicar

Allow management of your own padding in openssl_encrypt/decrypt.

For using mcrypt / openssl interchangeabley managing your own padding is the only solution.


# 3012b74e 19-May-2011 Scott MacVicar

Move LDAP to its own section


# fe790643 19-May-2011 Scott MacVicar

Add new functions to UPGRADING


# 1e3b32c7 18-May-2011 Andrew Curioso

Commiting r311138 into the 5.3 branch - fix to SimpleXML get properties hash


# 47db582a 17-May-2011 Andrew Curioso

Use iterator when necessary to get the full properties hash - consistent with count (see test: ext/simplexml/tests/034.phpt)


# 18d71a6f 06-Apr-2011 Gustavo André dos Santos Lopes

- Updated UPGRADING now that multicast support was decided
trunk only.


# cab643f6 05-Apr-2011 Boris Lytochkin

* added detection and walkaround for net-snmp library bug (net-snmp BUGid 2027834)
* drop UCD-SNMP support, R.I.P.


# f7b7b6aa 27-Mar-2011 Gustavo André dos Santos Lopes

- Improved upon r309729.
- Extented strategy to remaining the classes on spl_directory.c, even those that don't crash.
- UPGRADING.
- Better bug54384.phpt, with all the classes covered.


# 11efb729 27-Mar-2011 Arnaud Le Blanc

UPGRADING


# 907244a8 27-Mar-2011 Boris Lytochkin

added info about changes in SNMP extension


# 63673a53 23-Mar-2011 Gustavo André dos Santos Lopes

- Updating UPGRADING for r309516 and modest merge to 5.3.


# 7f293722 21-Mar-2011 Gustavo André dos Santos Lopes

- Make fclose() actually close stream, even when the resource refcount is > 1.
This reverts the fix for bug #24557.
- Make php_stream_free delete the stream from the resources list, not mer

- Make fclose() actually close stream, even when the resource refcount is > 1.
This reverts the fix for bug #24557.
- Make php_stream_free delete the stream from the resources list, not merely
decrease its refcount, as a single call to zend_list_delete does.
#Not worth the risk merging to 5.3. While change #2 may prevent some segfaults,
#a quick and dirty survey to the codebase only showed calls to php_stream_close
#or php_stream_free on streams allocated in the same function, which would have
#refcount == 1. May be reconsidered.

show more ...


1234567891011