FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
igbinary/igbinary.h at 3.2.16 · igbinary/igbinary · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
igbinary
/
igbinary
Public
forked from
phadej/igbinary
Notifications
You must be signed in to change notification settings
Fork
76
Star
786
Code
Issues
20
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
igbinary
/
igbinary.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (9 loc) · 261 Bytes
Breadcrumbs
igbinary
/
igbinary.h
Copy path
File metadata and controls
9 lines (9 loc) · 261 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
#ifndef
PHPEXT_IGBINARY_BASE_IGBINARY_H
#define
PHPEXT_IGBINARY_BASE_IGBINARY_H
#include
"php_version.h"
#if
PHP_MAJOR_VERSION
==
7
||
PHP_MAJOR_VERSION
==
8
#include
"src/php7/igbinary.h"
#else
#error
"Unsupported php version for igbinary build"
#endif
#endif
Back
|
FazBrowse Home
|
New Git URL