History log of /php-src/NEWS (Results 5051 – 5075 of 15455)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 29e4d4ee 08-Jul-2017 Andreas Treichel

Add ftp_append to create a new file or append data to an existing file (RFC959)

# aa925cb0 02-Aug-2017 Nikita Popov

Merge branch 'PHP-7.1' into PHP-7.2


# 4988e83f 02-Aug-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# c2b8066e 23-Jul-2017 Andreas Treichel

Bug #74975: Different serialization for classes

# 91240073 02-Aug-2017 Nikita Popov

Merge branch 'PHP-7.1' into PHP-7.2


# 63607375 02-Aug-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# 2cc1cbf2 28-Jul-2017 Fabien Villepinte

Fix Bug #75001: Wrong reflection on mb_eregi_replace

# 5097e2ee 23-Jun-2017 Tyson Andre

Implement spl_object_id(object $x) : int

spl_object_id is a new function returning the object handle,
as a signed integer.

Discussion for this new function is ongoing on php-int

Implement spl_object_id(object $x) : int

spl_object_id is a new function returning the object handle,
as a signed integer.

Discussion for this new function is ongoing on php-internals, see
https://marc.info/?t=143835274500003&r=1&w=2

The object id is unique for the lifetime of the object.
When the object is garbage collected,
different objects may & will have the same object id.

- This is also the case for the string generated by spl_object_hash

It is always possible to cast the object handle to a **signed** zend_long
in php 7.2. _zend_object->handle is always of the type `uint32_t`.
(zend_long is 32 bits on 32 bit builds, 64 bits on 64 bit builds)

As of php 7.0, the object id uniquely identifies the object,
there can't be two objects with the same id but different handlers
(See the implementation of spl_object_hash)

Skip the pointless XORing, as discussed in internals.

- It was intended to avoid exposing in-memory addresses.
- The object handle is not a memory address.
- The output of var_dump() includes the object handle(id)

show more ...

# 43e76562 01-Aug-2017 Christoph M. Becker

Update NEWS

# 6278f614 01-Aug-2017 Sara Golemon

Update NEWS for 7.2.0beta3

# 1b05a237 01-Aug-2017 Sara Golemon

Update NEWS for PHP 7.2.0beta2

# 5069d521 01-Aug-2017 Julien Pauli

Updated NEWS

# f0d40286 01-Aug-2017 Julien Pauli

Updated NEWS

# 0c0cbb43 01-Aug-2017 Julien Pauli

Updated NEWS

# 5856becc 31-Jul-2017 Xinchen Hui

Update NEWS

# f4a1d9c8 28-Jul-2017 Nikita Popov

Fixed bug #65544 and #71298

# 5d777e56 28-Jul-2017 Nikita Popov

Merge branch 'PHP-7.1' into PHP-7.2


# c48c638a 28-Jul-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# e3d25e78 28-Jul-2017 Nikita Popov

Fixed bug #62934

# 398be731 28-Jul-2017 Kalle Sommer Nielsen

Removed support for ODBCRouter

# f894bb75 27-Jul-2017 Xinchen Hui

Update NEWS

# efb1be54 27-Jul-2017 Xinchen Hui

Update NEWS

# e36c04ef 27-Jul-2017 Xinchen Hui

Fixed bug #74949 (null pointer dereference in _function_string)

# 08fef4cc 26-Jul-2017 Sara Golemon

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Bugfix #74993 Wrong reflection param into for some intl: lookup_*() methods


# 80f4297c 26-Jul-2017 Sara Golemon

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Bugfix #74993 Wrong reflection param into for some intl: lookup_*() methods


1...<<201202203204205206207208209210>>...619