Skip to content

Commit 73a6ba0

Browse files
committed
revert: diff to php_curlsh
1 parent 85c13d9 commit 73a6ba0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ext/curl/curl_private.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,11 @@ typedef struct {
136136
} php_curlm;
137137

138138
typedef struct _php_curlsh {
139-
CURLSH *share;
140-
139+
CURLSH *share;
141140
struct {
142141
int no;
143142
} err;
144-
145-
zend_object std;
143+
zend_object std;
146144
} php_curlsh;
147145

148146
php_curl *init_curl_handle_into_zval(zval *curl);

0 commit comments

Comments
 (0)