We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db995d2 commit cce64a6Copy full SHA for cce64a6
.github/workflows/windows.yaml
@@ -161,7 +161,7 @@ jobs:
161
}
162
StringFileInfo = @{
163
CompanyName = "FrankenPHP"
164
- FileDescription = "The Modern PHP Webserver"
+ FileDescription = "The modern PHP app server"
165
FileVersion = $env:FRANKENPHP_VERSION
166
InternalName = "frankenphp"
167
OriginalFilename = "frankenphp.exe"
types.h
@@ -2,11 +2,11 @@
2
#define TYPES_H
3
4
#include "frankenphp.h"
5
-#include <stdlib.h>
6
#include <Zend/zend.h>
7
#include <Zend/zend_API.h>
8
#include <Zend/zend_alloc.h>
9
#include <Zend/zend_hash.h>
+#include <stdlib.h>
10
11
zval *get_ht_packed_data(HashTable *, uint32_t index);
12
Bucket *get_ht_bucket_data(HashTable *, uint32_t index);
0 commit comments