summaryrefslogtreecommitdiffstats
path: root/smbclient-stub.patch
blob: 571ad1f8eb2f7e50ab6a17b142730306b69717f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
From 4b17fed6363c109ef34baebce1e367acd97a3c13 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Mon, 7 Feb 2022 16:43:42 +0100
Subject: [PATCH] generate arginfo from stub - fix smbclient_rename parameters
 name - fix smbclient_chmod, mode is required - fix smbclient_utimes: mtime
 and atime are optional

---
 package.xml                |   3 +
 smbclient.c                | 164 +-----------------------
 smbclient.stub.php         | 189 ++++++++++++++++++++++++++++
 smbclient_arginfo.h        | 249 +++++++++++++++++++++++++++++++++++++
 smbclient_legacy_arginfo.h | 226 +++++++++++++++++++++++++++++++++
 5 files changed, 671 insertions(+), 160 deletions(-)
 create mode 100644 smbclient.stub.php
 create mode 100644 smbclient_arginfo.h
 create mode 100644 smbclient_legacy_arginfo.h

diff --git a/smbclient.c b/smbclient.c
index a63bad4..6b98693 100644
--- a/smbclient.c
+++ b/smbclient.c
@@ -147,172 +147,16 @@ hide_password (char *url, int len)
 	astfill(second_colon + 1, at_sign - 1);
 }
 
-/* {{{ arginfo */
-ZEND_BEGIN_ARG_INFO(arginfo_smbclient_void, 0)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_state_init, 0, 0, 1)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, workgroup)
-	ZEND_ARG_INFO(0, user)
-	ZEND_ARG_INFO(0, password)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO(arginfo_smbclient_state, 0)
-	ZEND_ARG_INFO(0, state)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO(arginfo_smbclient_option_get, 0)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, option)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO(arginfo_smbclient_option_set, 0)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, option)
-	ZEND_ARG_INFO(0, value)
-ZEND_END_ARG_INFO()
-
-#if HAVE_SMBC_SETOPTIONPROTOCOLS
-ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_client_protocols, 0, 0, 1)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, minproto)
-	ZEND_ARG_INFO(0, maxproto)
-ZEND_END_ARG_INFO()
-#endif
-
-ZEND_BEGIN_ARG_INFO(arginfo_smbclient_path, 0)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, path)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO(arginfo_smbclient_rename, 0)
-	ZEND_ARG_INFO(0, oldstate)
-	ZEND_ARG_INFO(0, oldpath)
-	ZEND_ARG_INFO(0, oldstate)
-	ZEND_ARG_INFO(0, oldpath)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO(arginfo_smbclient_dir, 0)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, dir)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO(arginfo_smbclient_file, 0)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, file)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO(arginfo_smbclient_read, 0)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, file)
-	ZEND_ARG_INFO(0, count)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_open, 0, 0, 3)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, path)
-	ZEND_ARG_INFO(0, flags)
-	ZEND_ARG_INFO(0, mode)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_creat, 0, 0, 2)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, path)
-	ZEND_ARG_INFO(0, mode)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_write, 0, 0, 3)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, file)
-	ZEND_ARG_INFO(0, buffer)
-	ZEND_ARG_INFO(0, count)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO(arginfo_smbclient_lseek, 0)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, file)
-	ZEND_ARG_INFO(0, offset)
-	ZEND_ARG_INFO(0, whence)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO(arginfo_smbclient_ftruncate, 0)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, file)
-	ZEND_ARG_INFO(0, offset)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO(arginfo_smbclient_utimes, 0)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, path)
-	ZEND_ARG_INFO(0, mtime)
-	ZEND_ARG_INFO(0, atime)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO(arginfo_smbclient_getxattr, 0)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, path)
-	ZEND_ARG_INFO(0, name)
-ZEND_END_ARG_INFO()
-
-ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_setxattr, 0, 0, 4)
-	ZEND_ARG_INFO(0, state)
-	ZEND_ARG_INFO(0, path)
-	ZEND_ARG_INFO(0, name)
-	ZEND_ARG_INFO(0, value)
-	ZEND_ARG_INFO(0, flags)
-ZEND_END_ARG_INFO()
-
-/* }}} */
-
-static zend_function_entry smbclient_functions[] =
-{
-	PHP_FE(smbclient_version, arginfo_smbclient_void)
-	PHP_FE(smbclient_library_version, arginfo_smbclient_void)
-	PHP_FE(smbclient_state_new, arginfo_smbclient_void)
-	PHP_FE(smbclient_state_init, arginfo_smbclient_state_init)
-	PHP_FE(smbclient_state_errno, arginfo_smbclient_state)
-	PHP_FE(smbclient_state_free, arginfo_smbclient_state)
-	PHP_FE(smbclient_option_get, arginfo_smbclient_option_get)
-	PHP_FE(smbclient_option_set, arginfo_smbclient_option_set)
-#if HAVE_SMBC_SETOPTIONPROTOCOLS
-	PHP_FE(smbclient_client_protocols, arginfo_smbclient_client_protocols)
-#endif
-	PHP_FE(smbclient_opendir, arginfo_smbclient_path)
-	PHP_FE(smbclient_readdir, arginfo_smbclient_dir)
-	PHP_FE(smbclient_closedir, arginfo_smbclient_dir)
-	PHP_FE(smbclient_stat, arginfo_smbclient_path)
-	PHP_FE(smbclient_fstat, arginfo_smbclient_file)
-	PHP_FE(smbclient_open, arginfo_smbclient_open)
-	PHP_FE(smbclient_creat, arginfo_smbclient_creat)
-	PHP_FE(smbclient_read, arginfo_smbclient_read)
-	PHP_FE(smbclient_close, arginfo_smbclient_file)
-	PHP_FE(smbclient_mkdir, arginfo_smbclient_creat)
-	PHP_FE(smbclient_rmdir, arginfo_smbclient_path)
-	PHP_FE(smbclient_rename, arginfo_smbclient_rename)
-	PHP_FE(smbclient_write, arginfo_smbclient_write)
-	PHP_FE(smbclient_unlink, arginfo_smbclient_path)
-	PHP_FE(smbclient_lseek, arginfo_smbclient_lseek)
-	PHP_FE(smbclient_ftruncate, arginfo_smbclient_ftruncate)
-	PHP_FE(smbclient_chmod, arginfo_smbclient_creat)
-	PHP_FE(smbclient_utimes, arginfo_smbclient_utimes)
-	PHP_FE(smbclient_listxattr, arginfo_smbclient_path)
-	PHP_FE(smbclient_getxattr, arginfo_smbclient_getxattr)
-	PHP_FE(smbclient_setxattr, arginfo_smbclient_setxattr)
-	PHP_FE(smbclient_removexattr, arginfo_smbclient_getxattr)
-	PHP_FE(smbclient_statvfs, arginfo_smbclient_path)
-	PHP_FE(smbclient_fstatvfs, arginfo_smbclient_file)
-#ifdef PHP_FE_END
-	PHP_FE_END
+#if PHP_VERSION_ID < 80000
+#include "smbclient_legacy_arginfo.h"
 #else
-	{NULL, NULL, NULL}
+#include "smbclient_arginfo.h"
 #endif
-};
 
 zend_module_entry smbclient_module_entry =
 	{ STANDARD_MODULE_HEADER
 	, "smbclient"		/* name                  */
-	, smbclient_functions	/* functions             */
+	, ext_functions		/* functions             */
 	, PHP_MINIT(smbclient)		/* module_startup_func   */
 	, PHP_MSHUTDOWN(smbclient)	/* module_shutdown_func  */
 	, PHP_RINIT(smbclient)		/* request_startup_func  */
diff --git a/smbclient.stub.php b/smbclient.stub.php
new file mode 100644
index 0000000..65f5fad
--- /dev/null
+++ b/smbclient.stub.php
@@ -0,0 +1,189 @@
+<?php
+
+/**
+ * @generate-function-entries
+ * @generate-legacy-arginfo
+ */
+
+function smbclient_version(): string {}
+
+function smbclient_library_version(): string {}
+
+/**
+ * @return false|resource
+ */
+function smbclient_state_new() {}
+
+/**
+ * @param resource $state
+ */
+function smbclient_state_init($state, string $workgroup=null, string $user=null, string $password=null): bool {}
+
+/**
+ * @param resource $state
+ */
+function smbclient_state_errno($state): int {}
+
+/**
+ * @param resource $state
+ */
+function smbclient_state_free($state): bool {}
+
+/**
+ * @param resource $state
+ * @return mixed
+ */
+function smbclient_option_get($state, int $option) {}
+
+/**
+ * @param resource $state
+ * @param mixed $value
+ * @return mixed
+ */
+function smbclient_option_set($state, int $option, $value) {}
+
+
+#if HAVE_SMBC_SETOPTIONPROTOCOLS
+/**
+ * @param resource $state
+ * @param mixed $value
+ * @return mixed
+ */
+function smbclient_client_protocols($state, string $minproto=null, string $maxproto=null): bool {}
+#endif
+
+/**
+ * @param resource $state
+ * @return false|resource
+ */
+function smbclient_opendir($state, string $path) {}
+
+/**
+ * @param resource $state
+ * @param resource $dir
+ */
+function smbclient_readdir($state, $dir): false|array {}
+
+/**
+ * @param resource $state
+ * @param resource $dir
+ */
+function smbclient_closedir($state, $dir): bool {}
+
+/**
+ * @param resource $state
+ * @return false|resource
+ */
+function smbclient_stat($state, string $path): false|array {}
+
+/**
+ * @param resource $state
+ * @param resource $file
+ */
+function smbclient_fstat($state, $file): false|array {}
+
+/**
+ * @param resource $state
+ * @return false|resource
+ */
+function smbclient_open($state, string $path, string $flags, int $mode=0666) {}
+
+/**
+ * @param resource $state
+ * @return false|resource
+ */
+function smbclient_creat($state, string $path, int $mode=0666) {}
+
+/**
+ * @param resource $state
+ * @param resource $file
+ */
+function smbclient_read($state, $file, int $count): false|string {}
+
+/**
+ * @param resource $state
+ * @param resource $file
+ */
+function smbclient_close($state, $file): bool {}
+
+/**
+ * @param resource $state
+ */
+function smbclient_mkdir($state, string $path, int $mode=0666): bool {}
+
+/**
+ * @param resource $state
+ */
+function smbclient_rmdir($state, string $path): bool {}
+
+/**
+ * @param resource $oldstate
+ * @param resource $newstate
+ */
+function smbclient_rename($oldstate, string $oldpath, $newstate, string $newpath): bool {}
+
+/**
+ * @param resource $state
+ * @param resource $file
+ */
+function smbclient_write($state, $file, string $buffer, int $count=0): false|int {}
+
+/**
+ * @param resource $state
+ */
+function smbclient_unlink($state, string $path): bool {}
+
+/**
+ * @param resource $state
+ * @param resource $file
+ */
+function smbclient_lseek($state, $file, int $offset, int $whence): false|int {}
+
+/**
+ * @param resource $state
+ * @param resource $file
+ */
+function smbclient_ftruncate($state, $file, int $offset): bool {}
+
+/**
+ * @param resource $state
+ */
+function smbclient_chmod($state, string $path, int $mode): bool {}
+
+/**
+ * @param resource $state
+ */
+function smbclient_utimes($state, string $path, int $mtime=-1, int $atime=-1): bool {}
+
+/**
+ * @param resource $state
+ */
+function smbclient_listxattr($state, string $path): false|array {}
+
+/**
+ * @param resource $state
+ */
+function smbclient_getxattr($state, string $path, string $name): false|string {}
+
+/**
+ * @param resource $state
+ */
+function smbclient_setxattr($state, string $path, string $name, string $value, int $flags=0): false|string {}
+
+/**
+ * @param resource $state
+ */
+function smbclient_removexattr($state, string $path, string $name): bool {}
+
+/**
+ * @param resource $state
+ * @return false|resource
+ */
+function smbclient_statvfs($state, string $path): false|array {}
+
+/**
+ * @param resource $state
+ * @param resource $file
+ */
+function smbclient_fstatvfs($state, $file): false|array {}
+
diff --git a/smbclient_arginfo.h b/smbclient_arginfo.h
new file mode 100644
index 0000000..c5f091a
--- /dev/null
+++ b/smbclient_arginfo.h
@@ -0,0 +1,249 @@
+/* This is a generated file, edit the .stub.php file instead.
+ * Stub hash: 6abe27ac2cfb259cc835af1bafe32bb639c422b1 */
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_version, 0, 0, IS_STRING, 0)
+ZEND_END_ARG_INFO()
+
+#define arginfo_smbclient_library_version arginfo_smbclient_version
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_state_new, 0, 0, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_state_init, 0, 1, _IS_BOOL, 0)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, workgroup, IS_STRING, 0, "null")
+	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, user, IS_STRING, 0, "null")
+	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, password, IS_STRING, 0, "null")
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_state_errno, 0, 1, IS_LONG, 0)
+	ZEND_ARG_INFO(0, state)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_state_free, 0, 1, _IS_BOOL, 0)
+	ZEND_ARG_INFO(0, state)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_option_get, 0, 0, 2)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_option_set, 0, 0, 3)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
+	ZEND_ARG_INFO(0, value)
+ZEND_END_ARG_INFO()
+
+#if HAVE_SMBC_SETOPTIONPROTOCOLS
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_client_protocols, 0, 1, _IS_BOOL, 0)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, minproto, IS_STRING, 0, "null")
+	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, maxproto, IS_STRING, 0, "null")
+ZEND_END_ARG_INFO()
+#endif
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_opendir, 0, 0, 2)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_smbclient_readdir, 0, 2, MAY_BE_FALSE|MAY_BE_ARRAY)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, dir)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_closedir, 0, 2, _IS_BOOL, 0)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, dir)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_smbclient_stat, 0, 2, MAY_BE_FALSE|MAY_BE_ARRAY)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_smbclient_fstat, 0, 2, MAY_BE_FALSE|MAY_BE_ARRAY)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, file)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_open, 0, 0, 3)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
+	ZEND_ARG_TYPE_INFO(0, flags, IS_STRING, 0)
+	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mode, IS_LONG, 0, "0666")
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_creat, 0, 0, 2)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
+	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mode, IS_LONG, 0, "0666")
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_smbclient_read, 0, 3, MAY_BE_FALSE|MAY_BE_STRING)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, file)
+	ZEND_ARG_TYPE_INFO(0, count, IS_LONG, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_close, 0, 2, _IS_BOOL, 0)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, file)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_mkdir, 0, 2, _IS_BOOL, 0)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
+	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mode, IS_LONG, 0, "0666")
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_rmdir, 0, 2, _IS_BOOL, 0)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_rename, 0, 4, _IS_BOOL, 0)
+	ZEND_ARG_INFO(0, oldstate)
+	ZEND_ARG_TYPE_INFO(0, oldpath, IS_STRING, 0)
+	ZEND_ARG_INFO(0, newstate)
+	ZEND_ARG_TYPE_INFO(0, newpath, IS_STRING, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_smbclient_write, 0, 3, MAY_BE_FALSE|MAY_BE_LONG)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, file)
+	ZEND_ARG_TYPE_INFO(0, buffer, IS_STRING, 0)
+	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, count, IS_LONG, 0, "0")
+ZEND_END_ARG_INFO()
+
+#define arginfo_smbclient_unlink arginfo_smbclient_rmdir
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_smbclient_lseek, 0, 4, MAY_BE_FALSE|MAY_BE_LONG)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, file)
+	ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
+	ZEND_ARG_TYPE_INFO(0, whence, IS_LONG, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_ftruncate, 0, 3, _IS_BOOL, 0)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, file)
+	ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_chmod, 0, 3, _IS_BOOL, 0)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
+	ZEND_ARG_TYPE_INFO(0, mode, IS_LONG, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_utimes, 0, 2, _IS_BOOL, 0)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
+	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mtime, IS_LONG, 0, "-1")
+	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, atime, IS_LONG, 0, "-1")
+ZEND_END_ARG_INFO()
+
+#define arginfo_smbclient_listxattr arginfo_smbclient_stat
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_smbclient_getxattr, 0, 3, MAY_BE_FALSE|MAY_BE_STRING)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
+	ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_smbclient_setxattr, 0, 4, MAY_BE_FALSE|MAY_BE_STRING)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
+	ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
+	ZEND_ARG_TYPE_INFO(0, value, IS_STRING, 0)
+	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "0")
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_smbclient_removexattr, 0, 3, _IS_BOOL, 0)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
+	ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
+ZEND_END_ARG_INFO()
+
+#define arginfo_smbclient_statvfs arginfo_smbclient_stat
+
+#define arginfo_smbclient_fstatvfs arginfo_smbclient_fstat
+
+
+ZEND_FUNCTION(smbclient_version);
+ZEND_FUNCTION(smbclient_library_version);
+ZEND_FUNCTION(smbclient_state_new);
+ZEND_FUNCTION(smbclient_state_init);
+ZEND_FUNCTION(smbclient_state_errno);
+ZEND_FUNCTION(smbclient_state_free);
+ZEND_FUNCTION(smbclient_option_get);
+ZEND_FUNCTION(smbclient_option_set);
+#if HAVE_SMBC_SETOPTIONPROTOCOLS
+ZEND_FUNCTION(smbclient_client_protocols);
+#endif
+ZEND_FUNCTION(smbclient_opendir);
+ZEND_FUNCTION(smbclient_readdir);
+ZEND_FUNCTION(smbclient_closedir);
+ZEND_FUNCTION(smbclient_stat);
+ZEND_FUNCTION(smbclient_fstat);
+ZEND_FUNCTION(smbclient_open);
+ZEND_FUNCTION(smbclient_creat);
+ZEND_FUNCTION(smbclient_read);
+ZEND_FUNCTION(smbclient_close);
+ZEND_FUNCTION(smbclient_mkdir);
+ZEND_FUNCTION(smbclient_rmdir);
+ZEND_FUNCTION(smbclient_rename);
+ZEND_FUNCTION(smbclient_write);
+ZEND_FUNCTION(smbclient_unlink);
+ZEND_FUNCTION(smbclient_lseek);
+ZEND_FUNCTION(smbclient_ftruncate);
+ZEND_FUNCTION(smbclient_chmod);
+ZEND_FUNCTION(smbclient_utimes);
+ZEND_FUNCTION(smbclient_listxattr);
+ZEND_FUNCTION(smbclient_getxattr);
+ZEND_FUNCTION(smbclient_setxattr);
+ZEND_FUNCTION(smbclient_removexattr);
+ZEND_FUNCTION(smbclient_statvfs);
+ZEND_FUNCTION(smbclient_fstatvfs);
+
+
+static const zend_function_entry ext_functions[] = {
+	ZEND_FE(smbclient_version, arginfo_smbclient_version)
+	ZEND_FE(smbclient_library_version, arginfo_smbclient_library_version)
+	ZEND_FE(smbclient_state_new, arginfo_smbclient_state_new)
+	ZEND_FE(smbclient_state_init, arginfo_smbclient_state_init)
+	ZEND_FE(smbclient_state_errno, arginfo_smbclient_state_errno)
+	ZEND_FE(smbclient_state_free, arginfo_smbclient_state_free)
+	ZEND_FE(smbclient_option_get, arginfo_smbclient_option_get)
+	ZEND_FE(smbclient_option_set, arginfo_smbclient_option_set)
+#if HAVE_SMBC_SETOPTIONPROTOCOLS
+	ZEND_FE(smbclient_client_protocols, arginfo_smbclient_client_protocols)
+#endif
+	ZEND_FE(smbclient_opendir, arginfo_smbclient_opendir)
+	ZEND_FE(smbclient_readdir, arginfo_smbclient_readdir)
+	ZEND_FE(smbclient_closedir, arginfo_smbclient_closedir)
+	ZEND_FE(smbclient_stat, arginfo_smbclient_stat)
+	ZEND_FE(smbclient_fstat, arginfo_smbclient_fstat)
+	ZEND_FE(smbclient_open, arginfo_smbclient_open)
+	ZEND_FE(smbclient_creat, arginfo_smbclient_creat)
+	ZEND_FE(smbclient_read, arginfo_smbclient_read)
+	ZEND_FE(smbclient_close, arginfo_smbclient_close)
+	ZEND_FE(smbclient_mkdir, arginfo_smbclient_mkdir)
+	ZEND_FE(smbclient_rmdir, arginfo_smbclient_rmdir)
+	ZEND_FE(smbclient_rename, arginfo_smbclient_rename)
+	ZEND_FE(smbclient_write, arginfo_smbclient_write)
+	ZEND_FE(smbclient_unlink, arginfo_smbclient_unlink)
+	ZEND_FE(smbclient_lseek, arginfo_smbclient_lseek)
+	ZEND_FE(smbclient_ftruncate, arginfo_smbclient_ftruncate)
+	ZEND_FE(smbclient_chmod, arginfo_smbclient_chmod)
+	ZEND_FE(smbclient_utimes, arginfo_smbclient_utimes)
+	ZEND_FE(smbclient_listxattr, arginfo_smbclient_listxattr)
+	ZEND_FE(smbclient_getxattr, arginfo_smbclient_getxattr)
+	ZEND_FE(smbclient_setxattr, arginfo_smbclient_setxattr)
+	ZEND_FE(smbclient_removexattr, arginfo_smbclient_removexattr)
+	ZEND_FE(smbclient_statvfs, arginfo_smbclient_statvfs)
+	ZEND_FE(smbclient_fstatvfs, arginfo_smbclient_fstatvfs)
+	ZEND_FE_END
+};
diff --git a/smbclient_legacy_arginfo.h b/smbclient_legacy_arginfo.h
new file mode 100644
index 0000000..dd58e7a
--- /dev/null
+++ b/smbclient_legacy_arginfo.h
@@ -0,0 +1,226 @@
+/* This is a generated file, edit the .stub.php file instead.
+ * Stub hash: 6abe27ac2cfb259cc835af1bafe32bb639c422b1 */
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_version, 0, 0, 0)
+ZEND_END_ARG_INFO()
+
+#define arginfo_smbclient_library_version arginfo_smbclient_version
+
+#define arginfo_smbclient_state_new arginfo_smbclient_version
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_state_init, 0, 0, 1)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, workgroup)
+	ZEND_ARG_INFO(0, user)
+	ZEND_ARG_INFO(0, password)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_state_errno, 0, 0, 1)
+	ZEND_ARG_INFO(0, state)
+ZEND_END_ARG_INFO()
+
+#define arginfo_smbclient_state_free arginfo_smbclient_state_errno
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_option_get, 0, 0, 2)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, option)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_option_set, 0, 0, 3)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, option)
+	ZEND_ARG_INFO(0, value)
+ZEND_END_ARG_INFO()
+
+#if HAVE_SMBC_SETOPTIONPROTOCOLS
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_client_protocols, 0, 0, 1)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, minproto)
+	ZEND_ARG_INFO(0, maxproto)
+ZEND_END_ARG_INFO()
+#endif
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_opendir, 0, 0, 2)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, path)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_readdir, 0, 0, 2)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, dir)
+ZEND_END_ARG_INFO()
+
+#define arginfo_smbclient_closedir arginfo_smbclient_readdir
+
+#define arginfo_smbclient_stat arginfo_smbclient_opendir
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_fstat, 0, 0, 2)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, file)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_open, 0, 0, 3)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, path)
+	ZEND_ARG_INFO(0, flags)
+	ZEND_ARG_INFO(0, mode)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_creat, 0, 0, 2)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, path)
+	ZEND_ARG_INFO(0, mode)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_read, 0, 0, 3)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, file)
+	ZEND_ARG_INFO(0, count)
+ZEND_END_ARG_INFO()
+
+#define arginfo_smbclient_close arginfo_smbclient_fstat
+
+#define arginfo_smbclient_mkdir arginfo_smbclient_creat
+
+#define arginfo_smbclient_rmdir arginfo_smbclient_opendir
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_rename, 0, 0, 4)
+	ZEND_ARG_INFO(0, oldstate)
+	ZEND_ARG_INFO(0, oldpath)
+	ZEND_ARG_INFO(0, newstate)
+	ZEND_ARG_INFO(0, newpath)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_write, 0, 0, 3)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, file)
+	ZEND_ARG_INFO(0, buffer)
+	ZEND_ARG_INFO(0, count)
+ZEND_END_ARG_INFO()
+
+#define arginfo_smbclient_unlink arginfo_smbclient_opendir
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_lseek, 0, 0, 4)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, file)
+	ZEND_ARG_INFO(0, offset)
+	ZEND_ARG_INFO(0, whence)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_ftruncate, 0, 0, 3)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, file)
+	ZEND_ARG_INFO(0, offset)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_chmod, 0, 0, 3)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, path)
+	ZEND_ARG_INFO(0, mode)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_utimes, 0, 0, 2)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, path)
+	ZEND_ARG_INFO(0, mtime)
+	ZEND_ARG_INFO(0, atime)
+ZEND_END_ARG_INFO()
+
+#define arginfo_smbclient_listxattr arginfo_smbclient_opendir
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_getxattr, 0, 0, 3)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, path)
+	ZEND_ARG_INFO(0, name)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_smbclient_setxattr, 0, 0, 4)
+	ZEND_ARG_INFO(0, state)
+	ZEND_ARG_INFO(0, path)
+	ZEND_ARG_INFO(0, name)
+	ZEND_ARG_INFO(0, value)
+	ZEND_ARG_INFO(0, flags)
+ZEND_END_ARG_INFO()
+
+#define arginfo_smbclient_removexattr arginfo_smbclient_getxattr
+
+#define arginfo_smbclient_statvfs arginfo_smbclient_opendir
+
+#define arginfo_smbclient_fstatvfs arginfo_smbclient_fstat
+
+
+ZEND_FUNCTION(smbclient_version);
+ZEND_FUNCTION(smbclient_library_version);
+ZEND_FUNCTION(smbclient_state_new);
+ZEND_FUNCTION(smbclient_state_init);
+ZEND_FUNCTION(smbclient_state_errno);
+ZEND_FUNCTION(smbclient_state_free);
+ZEND_FUNCTION(smbclient_option_get);
+ZEND_FUNCTION(smbclient_option_set);
+#if HAVE_SMBC_SETOPTIONPROTOCOLS
+ZEND_FUNCTION(smbclient_client_protocols);
+#endif
+ZEND_FUNCTION(smbclient_opendir);
+ZEND_FUNCTION(smbclient_readdir);
+ZEND_FUNCTION(smbclient_closedir);
+ZEND_FUNCTION(smbclient_stat);
+ZEND_FUNCTION(smbclient_fstat);
+ZEND_FUNCTION(smbclient_open);
+ZEND_FUNCTION(smbclient_creat);
+ZEND_FUNCTION(smbclient_read);
+ZEND_FUNCTION(smbclient_close);
+ZEND_FUNCTION(smbclient_mkdir);
+ZEND_FUNCTION(smbclient_rmdir);
+ZEND_FUNCTION(smbclient_rename);
+ZEND_FUNCTION(smbclient_write);
+ZEND_FUNCTION(smbclient_unlink);
+ZEND_FUNCTION(smbclient_lseek);
+ZEND_FUNCTION(smbclient_ftruncate);
+ZEND_FUNCTION(smbclient_chmod);
+ZEND_FUNCTION(smbclient_utimes);
+ZEND_FUNCTION(smbclient_listxattr);
+ZEND_FUNCTION(smbclient_getxattr);
+ZEND_FUNCTION(smbclient_setxattr);
+ZEND_FUNCTION(smbclient_removexattr);
+ZEND_FUNCTION(smbclient_statvfs);
+ZEND_FUNCTION(smbclient_fstatvfs);
+
+
+static const zend_function_entry ext_functions[] = {
+	ZEND_FE(smbclient_version, arginfo_smbclient_version)
+	ZEND_FE(smbclient_library_version, arginfo_smbclient_library_version)
+	ZEND_FE(smbclient_state_new, arginfo_smbclient_state_new)
+	ZEND_FE(smbclient_state_init, arginfo_smbclient_state_init)
+	ZEND_FE(smbclient_state_errno, arginfo_smbclient_state_errno)
+	ZEND_FE(smbclient_state_free, arginfo_smbclient_state_free)
+	ZEND_FE(smbclient_option_get, arginfo_smbclient_option_get)
+	ZEND_FE(smbclient_option_set, arginfo_smbclient_option_set)
+#if HAVE_SMBC_SETOPTIONPROTOCOLS
+	ZEND_FE(smbclient_client_protocols, arginfo_smbclient_client_protocols)
+#endif
+	ZEND_FE(smbclient_opendir, arginfo_smbclient_opendir)
+	ZEND_FE(smbclient_readdir, arginfo_smbclient_readdir)
+	ZEND_FE(smbclient_closedir, arginfo_smbclient_closedir)
+	ZEND_FE(smbclient_stat, arginfo_smbclient_stat)
+	ZEND_FE(smbclient_fstat, arginfo_smbclient_fstat)
+	ZEND_FE(smbclient_open, arginfo_smbclient_open)
+	ZEND_FE(smbclient_creat, arginfo_smbclient_creat)
+	ZEND_FE(smbclient_read, arginfo_smbclient_read)
+	ZEND_FE(smbclient_close, arginfo_smbclient_close)
+	ZEND_FE(smbclient_mkdir, arginfo_smbclient_mkdir)
+	ZEND_FE(smbclient_rmdir, arginfo_smbclient_rmdir)
+	ZEND_FE(smbclient_rename, arginfo_smbclient_rename)
+	ZEND_FE(smbclient_write, arginfo_smbclient_write)
+	ZEND_FE(smbclient_unlink, arginfo_smbclient_unlink)
+	ZEND_FE(smbclient_lseek, arginfo_smbclient_lseek)
+	ZEND_FE(smbclient_ftruncate, arginfo_smbclient_ftruncate)
+	ZEND_FE(smbclient_chmod, arginfo_smbclient_chmod)
+	ZEND_FE(smbclient_utimes, arginfo_smbclient_utimes)
+	ZEND_FE(smbclient_listxattr, arginfo_smbclient_listxattr)
+	ZEND_FE(smbclient_getxattr, arginfo_smbclient_getxattr)
+	ZEND_FE(smbclient_setxattr, arginfo_smbclient_setxattr)
+	ZEND_FE(smbclient_removexattr, arginfo_smbclient_removexattr)
+	ZEND_FE(smbclient_statvfs, arginfo_smbclient_statvfs)
+	ZEND_FE(smbclient_fstatvfs, arginfo_smbclient_fstatvfs)
+	ZEND_FE_END
+};