Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Thank you for your interest in contributing to the modernized PHP Firebird exten
```bash
# Use our Docker development environment
cd docker/
docker-compose up -d php81 # or php82, php83, php84, php85
docker-compose up -d php82 # or php83, php84, php85

# Build extension in container
docker exec -it php-firebird-dev /ext/scripts/container/build.sh
```

### Native Development Requirements
- **Compilers**: GCC 7+ or Clang 5+ (C++17 support)
- **PHP**: 8.1+ with php-dev/php-devel packages
- **PHP**: 8.2+ with php-dev/php-devel packages
- **Firebird**: Client libraries and headers (fbclient, ibase.h)
- **Build Tools**: autotools, make, pkg-config

Expand Down
Loading