mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix com_dotnet build
This commit is contained in:
parent
9522bbaf79
commit
121bb732f9
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ zend_object_handlers php_com_saproxy_handlers = {
|
|||
saproxy_constructor_get,
|
||||
saproxy_class_name_get,
|
||||
saproxy_object_cast,
|
||||
saproxy_count_elements
|
||||
saproxy_count_elements,
|
||||
NULL, /* get_debug_info */
|
||||
NULL, /* get_closure */
|
||||
NULL, /* get_gc */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue