History log of /PHP-8.1/main/php.h (Results 51 – 75 of 386)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.6.38, php-7.1.22, php-7.3.0RC1, php-7.2.10, php-7.0.32
# 77118fc9 04-Sep-2018 Peter Kokot

Remove HAVE_ASSERT_H

The `<assert.h>` header file is part of the standard C89 headers [1] and
on older systems there needed to be also a manual check if header is
present.

S

Remove HAVE_ASSERT_H

The `<assert.h>` header file is part of the standard C89 headers [1] and
on older systems there needed to be also a manual check if header is
present.

Since PHP requires at least C89 manual check and the `HAVE_ASSERT_H`
symbol defined by Autoconf in configure.ac can be both removed [2].

This patch also removes unused <assert.h> includes where c files don't
use the `assert()` macro.

Refs:
[1] https://port70.net/~nsz/c/c89/c89-draft.html#4.2
[2] https://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4

show more ...

Revision tags: php-7.1.22RC1, php-7.3.0beta3, php-7.2.10RC1, php-7.1.21, php-7.2.9, php-7.3.0beta2, php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1
# 144e8d1f 31-Jul-2018 Christoph M. Becker

Update API version numbers

These are supposed to be final now for PHP 7.3.

Revision tags: php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8, php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3
# 8d3f8ca1 03-Jul-2018 Peter Kokot

Remove unused Git attributes ident

The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
use

Remove unused Git attributes ident

The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.

show more ...

Revision tags: php-7.3.0alpha2, php-7.1.19, php-7.2.7
# a5748cab 14-Jun-2018 Michael Moravec

Bump extension, module and PHP API numbers for 7.3

Revision tags: php-7.1.19RC1, php-7.3.0alpha1, php-7.2.7RC1, php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30, php-7.1.17RC1, php-7.2.5RC1, php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1, php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28, php-7.2.3RC1, php-7.1.15RC1, php-7.1.14, php-7.2.2
# df4edde8 23-Jan-2018 Sara Golemon

Remove padding just merged since 7.3 isn't released yet.

Also bump PHP_API_VERSION since the struct size has changed.

Revision tags: php-7.1.14RC1, php-7.2.2RC1, php-7.1.13, php-5.6.33, php-7.2.1, php-7.0.27
# a6519d05 02-Jan-2018 Xinchen Hui

year++

Revision tags: php-7.2.1RC1, php-7.1.13RC1, php-7.0.27RC1
# c136fda1 30-Nov-2017 Javier Eguiluz

Fixed a typo

Revision tags: php-7.2.0, php-7.1.12, l, php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1, php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25, php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24, php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1, php-7.1.9, php-7.2.0RC1, php-7.0.23, php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2, php-7.0.22
# bfdd22a3 19-Jul-2017 Kalle Sommer Nielsen

Remove old references to SAPIs and extensions no longer in the core

Revision tags: php-7.1.8RC1, php-7.2.0beta1
# 05ff0c51 18-Jul-2017 Sara Golemon

Bump all API numbers in prep for 7.2 fork

Revision tags: php-7.0.22RC1
# 3de82a03 15-Jul-2017 Sara Golemon

Provide zend_string wrappers for php_base64_(en|de)code

Also pull existing php_base64_decode() proxy out to an inline.
Bump PHP_API_VERSION for ABI change.

Revision tags: php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3
# 205807f6 25-Jun-2017 Nikita Popov

Move va_copy compatibility code into zend_portability.h

Previously this was defined in zend.c and php.h and also handled
in another way in soap.c.

Revision tags: php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2
# a251d9b2 14-Jun-2017 Kalle Sommer Nielsen

Change PHP_OS_FAMILY to "Darwin" instead of "Mac" for Darwin based systems (as suggested by Davey)

# 362d2e42 13-Jun-2017 Sebastian Bergmann

Use "Mac" instead of "OSX" to identify macOS in PHP_OS_FAMILY

Revision tags: php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18
# 696bd37e 10-Apr-2017 Xinchen Hui

Merge branch 'PHP-7.1'

* PHP-7.1:
Fixed condition check
Fixed condition check
another place

Conflicts:
ext/mcrypt/mcrypt.c


# d65459f4 10-Apr-2017 Xinchen Hui

another place

# 4e9f0a80 10-Apr-2017 Xinchen Hui

Merge branch 'PHP-7.1'

* PHP-7.1:
Fixed issue #2466 Invalid integer constant expression error in php.h


# 8277111e 10-Apr-2017 Xinchen Hui

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed issue #2466 Invalid integer constant expression error in php.h


# d2923ec1 10-Apr-2017 Xinchen Hui

Fixed issue #2466 Invalid integer constant expression error in php.h

Revision tags: php-7.1.4RC1, php-7.0.18RC1
# 65afcf81 19-Mar-2017 Anatol Belski

use extra flag to turn on php implementations

# 5d5679c4 19-Mar-2017 Anatol Belski

define corresponding config macros, as we already trick symbols

Revision tags: php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1
# db982bba 22-Feb-2017 Kalle Sommer Nielsen

Fix PHP_OS_FAMILY for Linux (Joe)

# f9959ee7 22-Feb-2017 Kalle Sommer Nielsen

Change PHP_OS_FAMILY slightly

* PHP_OS_FAMILY is now a macro, to allow extensions to take advantage of it, it is defined in php.h
* Values are not upper-case-first, not always uppercase.

Change PHP_OS_FAMILY slightly

* PHP_OS_FAMILY is now a macro, to allow extensions to take advantage of it, it is defined in php.h
* Values are not upper-case-first, not always uppercase. Windows is no longer just "Win", if we want the short version for testing then PHP_OS is always WINNT anyway

show more ...

Revision tags: php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1
# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 1e362429 03-Jan-2017 Sammy Kaye Powers

Resolve conflict


12345678910>>...16