History log of /ext-fiber/ (Results 276 – 294 of 294)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a7518b4a05-Sep-2020 Aaron Piotrowski

Fix arginfo/zpp mismatch

90c4e4f004-Sep-2020 Aaron Piotrowski

Remove missed stack argument info

fc782d6902-Sep-2020 Aaron Piotrowski

Rename Fiber::status() to getStatus()

914cd71102-Sep-2020 Aaron Piotrowski

Remove now fiber->value unnecessary assignments

eddcb3fe02-Sep-2020 Aaron Piotrowski

Add Fiber::getReturn()

78be963302-Sep-2020 Aaron Piotrowski

Remove stack size param

Can add back if need arises.

b79e215802-Sep-2020 Aaron Piotrowski

Add more demos

8c4f269802-Sep-2020 Aaron Piotrowski

Improve stub

f4e817c502-Sep-2020 Aaron Piotrowski

Fix throw() type check and throwing exception

de5e602e02-Sep-2020 Aaron Piotrowski

Add license

a1c40bab01-Sep-2020 Aaron Piotrowski

Update demos and move stub

53320ca901-Sep-2020 Aaron Piotrowski

Throw Error when throwing into unsuspended fiber

f5a8e44301-Sep-2020 Aaron Piotrowski

Fix arg count for 8

013dca8001-Sep-2020 Aaron Piotrowski

Update readme

3c476bb101-Sep-2020 Aaron Piotrowski

Update to build on PHP 8

1b40687d01-Sep-2020 Aaron Piotrowski

Rename to ext-fiber

Renamed Fiber::yield() to Fiber::suspend()

3cf49ecd01-Sep-2020 Aaron Piotrowski

Get things compiling

314f862825-Jun-2018 Martin Schröder

Imported native fibers into new task extension.


.gitignore
README.md
Vagrantfile
boost/.gitignore
boost/LICENSE
boost/asm/jump_arm64_aapcs_elf_gas.S
boost/asm/jump_arm64_aapcs_macho_gas.S
boost/asm/jump_arm_aapcs_elf_gas.S
boost/asm/jump_arm_aapcs_macho_gas.S
boost/asm/jump_arm_aapcs_pe_armasm.asm
boost/asm/jump_combined_sysv_macho_gas.S
boost/asm/jump_i386_ms_pe_gas.asm
boost/asm/jump_i386_ms_pe_masm.asm
boost/asm/jump_i386_sysv_elf_gas.S
boost/asm/jump_i386_sysv_macho_gas.S
boost/asm/jump_i386_x86_64_sysv_macho_gas.S
boost/asm/jump_mips32_o32_elf_gas.S
boost/asm/jump_ppc32_ppc64_sysv_macho_gas.S
boost/asm/jump_ppc32_sysv_elf_gas.S
boost/asm/jump_ppc32_sysv_macho_gas.S
boost/asm/jump_ppc32_sysv_xcoff_gas.S
boost/asm/jump_ppc64_sysv_elf_gas.S
boost/asm/jump_ppc64_sysv_macho_gas.S
boost/asm/jump_ppc64_sysv_xcoff_gas.S
boost/asm/jump_x86_64_ms_pe_gas.asm
boost/asm/jump_x86_64_ms_pe_masm.asm
boost/asm/jump_x86_64_sysv_elf_gas.S
boost/asm/jump_x86_64_sysv_macho_gas.S
boost/asm/make_arm64_aapcs_elf_gas.S
boost/asm/make_arm64_aapcs_macho_gas.S
boost/asm/make_arm_aapcs_elf_gas.S
boost/asm/make_arm_aapcs_macho_gas.S
boost/asm/make_arm_aapcs_pe_armasm.asm
boost/asm/make_combined_sysv_macho_gas.S
boost/asm/make_i386_ms_pe_gas.asm
boost/asm/make_i386_ms_pe_masm.asm
boost/asm/make_i386_sysv_elf_gas.S
boost/asm/make_i386_sysv_macho_gas.S
boost/asm/make_i386_x86_64_sysv_macho_gas.S
boost/asm/make_mips32_o32_elf_gas.S
boost/asm/make_ppc32_ppc64_sysv_macho_gas.S
boost/asm/make_ppc32_sysv_elf_gas.S
boost/asm/make_ppc32_sysv_macho_gas.S
boost/asm/make_ppc32_sysv_xcoff_gas.S
boost/asm/make_ppc64_sysv_elf_gas.S
boost/asm/make_ppc64_sysv_macho_gas.S
boost/asm/make_ppc64_sysv_xcoff_gas.S
boost/asm/make_x86_64_ms_pe_gas.asm
boost/asm/make_x86_64_ms_pe_masm.asm
boost/asm/make_x86_64_sysv_elf_gas.S
boost/asm/make_x86_64_sysv_macho_gas.S
config.m4
config.w32
demo/a.php
demo/stub.php
include/fiber.h
include/fiber_stack.h
include/php_task.h
src/fiber.c
src/fiber_asm.c
src/fiber_stack.c
src/fiber_winfib.c
src/php_task.c
vagrant-php.sh
c900c50225-Jun-2018 Martin Schröder

Initial commit

1...<<1112