History log of /php-src/ (Results 1 – 25 of 114380)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
91f0b3bc20-Nov-2024 Christoph M. Becker

Merge branch 'PHP-8.4'

* PHP-8.4:
Reapply "Merge branch 'PHP-8.3' into PHP-8.4"


da81b5c820-Nov-2024 Christoph M. Becker

Reapply "Merge branch 'PHP-8.3' into PHP-8.4"

This reverts commit 83ca37483c87f1de9384a6977f069589606c8640, and
fixes the previous bad merge.

6bf703ad20-Nov-2024 Marcos Marcolin <48370677+marcosmarcolin@users.noreply.github.com>

chore: remove unused variable. (#16867)

Co-authored-by: Marcos Marcolin <marcos@ixcsoft.com.br>

7b99da4220-Nov-2024 Christoph M. Becker

Merge branch 'PHP-8.4'

* PHP-8.4:
Revert "Merge branch 'PHP-8.3' into PHP-8.4"


83ca374820-Nov-2024 Christoph M. Becker

Revert "Merge branch 'PHP-8.3' into PHP-8.4"

This reverts commit ae62779386fe2a736412873ca6931296101529d5, reversing
changes made to 19e685ecc467a0f1dd5413f033fc6311e118473d.

Th

Revert "Merge branch 'PHP-8.3' into PHP-8.4"

This reverts commit ae62779386fe2a736412873ca6931296101529d5, reversing
changes made to 19e685ecc467a0f1dd5413f033fc6311e118473d.

This was a bad merge; I'll have a look shortly.

show more ...

81779c2820-Nov-2024 Christoph M. Becker

Merge branch 'PHP-8.4'

* PHP-8.4:
Fix GH-16851: JIT_G(enabled) not set correctly on other threads


ae62779320-Nov-2024 Christoph M. Becker

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
Fix GH-16851: JIT_G(enabled) not set correctly on other threads


58ed759b20-Nov-2024 Christoph M. Becker

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix GH-16851: JIT_G(enabled) not set correctly on other threads


ff3b4eca19-Nov-2024 Dylan K. Taylor

Fix GH-16851: JIT_G(enabled) not set correctly on other threads

There doesn't seem to be a thread post-startup hook that runs after
zend_startup_cb() that could be used for this

Fix GH-16851: JIT_G(enabled) not set correctly on other threads

There doesn't seem to be a thread post-startup hook that runs after
zend_startup_cb() that could be used for this

this fix is similar to accel_startup_ok() as seen here: https://github.com/php/php-src/blob/fc1db70f106525e81f9a24539340b7cf2e82e844/ext/opcache/ZendAccelerator.c#L2631-L2634

Closes GH-16853.

show more ...

ce55152020-Nov-2024 Christoph M. Becker

Merge branch 'PHP-8.4'

* PHP-8.4:
Skip file_put_contents_variation7.phpt on Windows


19e685ec20-Nov-2024 Christoph M. Becker

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
Skip file_put_contents_variation7.phpt on Windows


38ec780020-Nov-2024 Christoph M. Becker

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Skip file_put_contents_variation7.phpt on Windows


3656a84c07-Nov-2024 Christoph M. Becker

Skip file_put_contents_variation7.phpt on Windows

While the test obviously succeeds on Windows, it may occasionally
conflict with file_put_contents_variation7-win32.phpt[1], so we skip i

Skip file_put_contents_variation7.phpt on Windows

While the test obviously succeeds on Windows, it may occasionally
conflict with file_put_contents_variation7-win32.phpt[1], so we skip it
like we do for many other of these tests which have win32 pendants.

[1] <https://github.com/php/php-src/actions/runs/11527743659/job/32093951818>

Closes GH-16722.

show more ...

3aa4973a20-Nov-2024 Ilija Tovilo

Merge branch 'PHP-8.4'

* PHP-8.4:
Enable -Werror for FreeBSD build
[skip ci] Add --no-progress to FreeBSD build
Move FreeBSD build to GitHub actions with QEMU


b3ab930a20-Nov-2024 Ilija Tovilo

Enable -Werror for FreeBSD build

2b50534e20-Nov-2024 Ilija Tovilo

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
[skip ci] Add --no-progress to FreeBSD build
Move FreeBSD build to GitHub actions with QEMU


dbd6c94520-Nov-2024 Ilija Tovilo

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
[skip ci] Add --no-progress to FreeBSD build
Move FreeBSD build to GitHub actions with QEMU


02ef371e20-Nov-2024 Ilija Tovilo

[skip ci] Add --no-progress to FreeBSD build

12f20ce420-Nov-2024 Ilija Tovilo

Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
Move FreeBSD build to GitHub actions with QEMU


aca88baf15-Nov-2024 Ilija Tovilo

Move FreeBSD build to GitHub actions with QEMU

Closes GH-16822

73f1e1bb20-Nov-2024 Ilija Tovilo

Merge branch 'PHP-8.4'

* PHP-8.4:
[skip ci] Don't test mysqli with libmysqlclient 8.4


5d4ae65620-Nov-2024 Ilija Tovilo

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
[skip ci] Don't test mysqli with libmysqlclient 8.4


3f1e1ee420-Nov-2024 Ilija Tovilo

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
[skip ci] Don't test mysqli with libmysqlclient 8.4


aa40d3ab20-Nov-2024 Ilija Tovilo

Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
[skip ci] Don't test mysqli with libmysqlclient 8.4


e23ac83420-Nov-2024 Ilija Tovilo

[skip ci] Don't test mysqli with libmysqlclient 8.4

There are compile errors with 8.4 that we are no longer fixing.

12345678910>>...4576