History log of /php-src/UPGRADING.INTERNALS (Results 226 – 250 of 368)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.2.10, php-7.0.32
# ec110f1e 05-Sep-2018 Fabien Villepinte

Fix typos in UPGRADING.INTERNALS

# 8939c4d9 05-Sep-2018 Dmitry Stogov

Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT

# 29dc0470 01-Sep-2018 Peter Kokot

Remove AC_FUNC_UTIME_NULL

Autoconf 2.59d (released in 2006) [1] started promoting several macros
as not relevant for newer systems, including the AC_FUNC_UTIME_NULL.

This macro

Remove AC_FUNC_UTIME_NULL

Autoconf 2.59d (released in 2006) [1] started promoting several macros
as not relevant for newer systems, including the AC_FUNC_UTIME_NULL.

This macro checks if `utime(file, NULL)` sets file's timestamp to the
current time and defines the `HAVE_UTIME_NULL` symbol. This check was
relevant on very old systems (for example, 4.3BSD released in 1986) and
today can be omitted for systems with utime since it should be well
supported by now. [2]

Refs:
[1] http://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS
[2] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html

show more ...

Revision tags: php-7.1.22RC1
# ef12e962 29-Aug-2018 Peter Kokot

Remove AC_FUNC_VPRINTF

Autoconf 2.59d (released in 2006) 1 started promoting several macros
as not relevant for newer systems anymore, including the AC_FUNC_VPRINTF.

This macro

Remove AC_FUNC_VPRINTF

Autoconf 2.59d (released in 2006) 1 started promoting several macros
as not relevant for newer systems anymore, including the AC_FUNC_VPRINTF.

This macro checks for presence of the vprint function otherwise checks
for presence of the _doprnt function. This check was relevant on very
old systems and today can be omitted since it should be well supported
by now. [2]

Also PHP doesn't use the HAVE_VPRINTF or HAVE_DOPRNT symbols.

Refs:
[1] http://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS
[2] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html

show more ...

Revision tags: php-7.3.0beta3, php-7.2.10RC1
# 3748d807 25-Aug-2018 Peter Kokot

Implement #64517: Add AC_ARG_PROGRAM macro

The AC_ARG_PROGRAM Autoconf macro provides program name transformations
when installing. This patch implements #64517 and prepares the
impl

Implement #64517: Add AC_ARG_PROGRAM macro

The AC_ARG_PROGRAM Autoconf macro provides program name transformations
when installing. This patch implements #64517 and prepares the
implementation for the request #60518.

In ./configure --help it additionally outputs --program-prefix=PREFIX,
--program-suffix=SUFFIX and the upcoming --program-transform-name=PROGRAM
option.

Macro AC_ARG_PROGRAM is available since Autoconf 2.0 and needs to be
called after the AC_CANONICAL_TARGET macro.

Refs:
- https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Transforming-Names.html

show more ...

# 92fdf9d6 22-Aug-2018 Dmitry Stogov

Change zend_lookup_class_ex() and zend_fetch_class_by_name() prototypes to accept optional lower-case class name as zend_string*, instead of zval*.

Revision tags: php-7.1.21, php-7.2.9, php-7.3.0beta2
# c9861bd7 02-Aug-2018 Christoph M. Becker

Create and expose php_sys_symlink() and php_sys_link()

These macros are supposed to behave like POSIX's symlink() and link(),
respectively, on POSIX compliant systems and on Windows.

Create and expose php_sys_symlink() and php_sys_link()

These macros are supposed to behave like POSIX's symlink() and link(),
respectively, on POSIX compliant systems and on Windows.

Future scope: merge link.c and link_win32.c

show more ...

Revision tags: php-7.1.21RC1
# bccf0dfb 31-Jul-2018 Christoph M. Becker

Prepare UPGRADING(.INTERNALS) for PHP 7.4

We also add this as task to README.RELEASE_PROCESS, so that it's not
overlooked next time.

Revision tags: php-7.3.0beta1, php-7.2.9RC1
# 7c1e0930 31-Jul-2018 Peter Kokot

Remove TSRM_CHECK_GCC_ARG and LIBZEND_CPLUSPLUS_CHECKS

This removes two old Autoconf macro definitions since they are not used
anymore.

# 72551dd8 29-Jul-2018 Peter Kokot

[ci skip] Document RETSIGTYPE

# 209f05a8 29-Jul-2018 Peter Kokot

[ci skip] Note HAVE_ST_BLKSIZE and HAVE_ST_RDEV

# d7ad4bab 29-Jul-2018 Peter Kokot

[ci skip] Note removal of PHP_PROG_LEX

# ab8094c6 26-Jul-2018 Dmitry Stogov

Pack zend_constant.flags and zend_constant.module_number into reserved space inside zend_constant.value.

# 57c4ae39 25-Jul-2018 Dmitry Stogov

typo

# f950128c 25-Jul-2018 Dmitry Stogov

Encode parent class name as IS_CONST operand in DECLARE_INHERITED_CLASS and DECLARE_ANON_INHERITED_CLASS opcodes (eliminate FETCH_CLAS
S opcode).

Revision tags: php-5.6.37, php-7.1.20
# 0c356189 18-Jul-2018 Remi Collet

add info about zend_class_entry.iterator_funcs

Revision tags: php-7.3.0alpha4, php-7.0.31, php-7.2.8
# 0896a3ab 10-Jul-2018 Christoph M. Becker

[ci skip] Fix typos

# 091c0a8a 10-Jul-2018 Christoph M. Becker

[ci skip] Document changes to php_add[c]slashes

Revision tags: php-7.1.20RC1
# 5bbe6080 04-Jul-2018 Tyson Andre

[ci skip] Fix a typo. RANGE_RANGE should be RAND_RANGE

# d798fd49 04-Jul-2018 Christoph M. Becker

[ci skip] Document GC_C() → zend_gc_get_status()

Revision tags: php-7.2.8RC1, php-7.3.0alpha3
# 2ff26bdf 28-Jun-2018 Christoph M. Becker

[ci skip] Document new typedef zif_handler

# a0a4232a 25-Jun-2018 Markus Staab

[ci skip] fixed typos

# ecce2116 25-Jun-2018 Dmitry Stogov

Added note about zend_function.reserved[] fields usage

# 3b9ecb2d 22-Jun-2018 Remi Collet

add note about php_url struct changes

Revision tags: php-7.3.0alpha2, php-7.1.19, php-7.2.7
# ecc1a7c5 15-Jun-2018 Robert Lu

Fix bug #44217: Output after stdout/stderr closed cause immediate exit with status 0

We exit with status 255 instead.

12345678910>>...15