History log of /php-src/ (Results 1 – 25 of 110985)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bca94e3420-Apr-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] Fix typo in release-process.md (#14012)

e93d23a919-Apr-2024 Peter Kokot

Remove unused ext/spl SPL_API code (#13985)

The ext/spl is always enabled and building it as shared is no longer
relevant.

8160869e19-Apr-2024 Ilija Tovilo

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix missing handling of CALLABLE_CONVERT in cleanup_unfinished_calls()


4393198b19-Apr-2024 Ilija Tovilo

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix missing handling of CALLABLE_CONVERT in cleanup_unfinished_calls()


b3e26c3019-Apr-2024 Ilija Tovilo

Fix missing handling of CALLABLE_CONVERT in cleanup_unfinished_calls()

Fixes GH-14003

edb13b6019-Apr-2024 Jakub Zelenka

CI: Skip building docs if GitHub repository is not php-src (#14006)

1b01594719-Apr-2024 Jakub Zelenka

Merge branch 'PHP-8.3'


353571e219-Apr-2024 Jakub Zelenka

Merge branch 'PHP-8.2' into PHP-8.3


04b864e519-Apr-2024 Jakub Zelenka

Fix GH-13806: openssl_x509_parse_basic test fails with OpenSSL 3.2+ (#13961)

Closes GH-13961

e0f24ab319-Apr-2024 Gina Peter Banyard

Revert php_output_stack_* signature change

This was unintentional and meant to be done in a follow-up PR

d03d436519-Apr-2024 Tim Düsterhus

reflection: Fix ReflectionFunction::getShortName() for Closures (#14001)

see php/php-src#13550

2447cb2519-Apr-2024 Gina Peter Banyard

main/output.c: Refine int return type to bool or zend_result (#13997)

7192379518-Apr-2024 Peter Kokot

Substitute PEAR_INSTALLDIR only when enabling PEAR (#13994)

When not using --with-pear configure option, the Makefile doesn't need
the PEAR_INSTALLDIR variable. Also, this variable isn't

Substitute PEAR_INSTALLDIR only when enabling PEAR (#13994)

When not using --with-pear configure option, the Makefile doesn't need
the PEAR_INSTALLDIR variable. Also, this variable isn't directly
substituted using the @PEAR_INSTALLDIR@ in any template, so the
PHP_SUBST can be used.

show more ...

6fed6d8518-Apr-2024 Peter Kokot

Use AC_SUBST instead of PHP_SUBST_OLD where possible (#13993)

The PHP_SUBST_OLD adds variables to generated Makefile and creates
output shell variables to replace the @variable_name@ pla

Use AC_SUBST instead of PHP_SUBST_OLD where possible (#13993)

The PHP_SUBST_OLD adds variables to generated Makefile and creates
output shell variables to replace the @variable_name@ placeholders in
templates. These changed variables are not used in the generated
Makefile so the AC_SUBST is sufficient.

- ext/odbc
- sapi/embed
- sapi/fpm
- only substituted in scripts/php-config.in:
- PHP_INSTALLED_SAPIS
- SAPI_LIBNAME_SHARED
- SAPI_LIBNAME_STATIC

show more ...

742c2e8418-Apr-2024 Derick Rethans

Split out tasks from requested info, and fix typo

fe0e1d8718-Apr-2024 Derick Rethans

Describe what you need to ask systems@php.net for

ff76cb7318-Apr-2024 Ørjan Malde

rudimentary midipix port (#13896)

d14b208517-Apr-2024 Saki Takamachi

Merge branch 'PHP-8.3'

* PHP-8.3:
Fix GH-13984: Buffer size is now checked before memcmp (#13991)


dd5cdfd617-Apr-2024 Saki Takamachi

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix GH-13984: Buffer size is now checked before memcmp (#13991)


fda91a0517-Apr-2024 Saki Takamachi

Fix GH-13984: Buffer size is now checked before memcmp (#13991)

Fixed an issue where a buffer overflow occurred when a string shorter than
`:memory:` was passed as the db name of pdo_sql

Fix GH-13984: Buffer size is now checked before memcmp (#13991)

Fixed an issue where a buffer overflow occurred when a string shorter than
`:memory:` was passed as the db name of pdo_sqlite.

fixed #13984
closes #13991

show more ...

e23440e511-Mar-2024 Ilija Tovilo

Implement reflection constant

Fixes GH-13570
Closes GH-13669

7a10b97117-Apr-2024 Ilija Tovilo

Merge branch 'PHP-8.3'

* PHP-8.3:
Add missing COMPILE_IGNORE_OTHER_FILES check for static calls


3d86d9ac17-Apr-2024 Ilija Tovilo

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Add missing COMPILE_IGNORE_OTHER_FILES check for static calls


1acd7a0917-Apr-2024 Ilija Tovilo

Add missing COMPILE_IGNORE_OTHER_FILES check for static calls

Closes GH-13986

1f8c899d17-Apr-2024 Gina Peter Banyard

ext/reflection: Add test for ReflectionParameter::getDeclaringFunction() with a ReflectionMethod creation from a Closure (#13987)

12345678910>>...4440