FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
igbinary/php_igbinary.h at 3.2.17RC1 · 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
/
php_igbinary.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (20 loc) · 788 Bytes
Breadcrumbs
igbinary
/
php_igbinary.h
Copy path
File metadata and controls
22 lines (20 loc) · 788 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef
PHPEXT_IGBINARY_BASE_PHP_IGBINARY_H
#define
PHPEXT_IGBINARY_BASE_PHP_IGBINARY_H
#include
"php_version.h"
#if
PHP_MAJOR_VERSION
==
7
||
PHP_MAJOR_VERSION
==
8
#include
"ext/igbinary/src/php7/php_igbinary.h"
#else
#error
"Unsupported php version for igbinary build"
#endif
/**
* The below line is redundant
* (and just mentioning phpext_ in a comment is sufficient).
* This block is only here to make php-src/build/print_include.awk include this file,
* when igbinary is placed in php-src/ext/igbinary/ (instead of compiled separately with `phpize; ...`)
*/
#ifndef
phpext_igbinary_ptr
extern
zend_module_entry
igbinary_module_entry
;
#define
phpext_igbinary_ptr
&igbinary_module_entry
#endif
/** End line needed for putting igbinary in php-src/ext/igbinary to work */
#endif
Back
|
FazBrowse Home
|
New Git URL