index
:
delta/swig.git
a11426-fortran
builtin-hashable
cccl-std
char-escaping
char_enums
ci-d
ci-test-ubuntu-20.04
cmake
coverity-scan
docstring-indentation
doxygen
enable-more-warnings-in-ci
fix-mod_runme.js
gdb_pretty_printers
gsoc2008-jezabek
gsoc2012-c
gsoc2012-doxygen
gsoc2012-objc
gsoc2016-hhvm
gsoc2017-php7-classes-via-c-api
guile-changes
interfaces
issue-379-pythoncode-indent
maintenance-2.0
master
matlab
monotouch
no-swig-preinst
ocaml-ci
ocaml-debug-ci
parse-storage-class-flexibly
perl-5.8-minimum
php-codegen-improvements
php-stop-using-dl
php-type-declaration-fixes
php-type-hints
r-experimental
release-4.1
remove-obsolete-js-support
ruby-ci-testing
sphinxdocs
stl-vector-ptrs
swig-2.0
talby-perl5-improvements
template-in-array-size-fix
test-using-swig-typecheckstruct-more
travis-osx
yziquel-ocaml
github.com: swig/swig.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Modules
/
php.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parse storage class more flexibly
Olly Betts
2023-05-11
1
-7
/
+7
*
Removed unused default parameter value
Olly Betts
2023-05-08
1
-1
/
+1
*
[PHP] Wrap method with both static and non-static overloads
Olly Betts
2023-05-08
1
-1
/
+18
*
Remove remaining traces of PHP7 support
Olly Betts
2023-04-20
1
-13
/
+1
*
Remove support for PHP7
Olly Betts
2023-04-14
1
-2
/
+3
*
Visual C++ warning fixes
William S Fulton
2022-10-24
1
-2
/
+2
*
[php] Fix handling of multi-module cases
Olly Betts
2022-10-18
1
-2
/
+7
*
Cleanup SWIG_VERSION definition
William S Fulton
2022-10-13
1
-6
/
+6
*
Use https for swig.org links
Olly Betts
2022-10-06
1
-1
/
+1
*
[php] Fix emitted PHP type declarations in corner cases
php-type-declaration-fixes
Olly Betts
2022-10-04
1
-83
/
+215
*
Prefer !Equal() to Cmp() != 0
Olly Betts
2022-10-03
1
-5
/
+5
*
[php] Add php:allowdynamicproperties feature
Olly Betts
2022-09-29
1
-4
/
+13
*
[php] Suppress -Wdeclaration-after-statement in php.h
Olly Betts
2022-09-29
1
-3
/
+22
*
[php] Workaround PHP 8.2 header problem
Olly Betts
2022-09-28
1
-0
/
+8
*
[php] Adapt swig_ptr_cast_object for PHP 8.2
Olly Betts
2022-09-28
1
-0
/
+2
*
[php] Fix handling of friend functions
Olly Betts
2022-07-29
1
-6
/
+14
*
[php] Omit incompatible return type declaraction
Olly Betts
2022-07-13
1
-10
/
+23
*
[php] Emit arginfo after all the code
Olly Betts
2022-07-13
1
-79
/
+115
*
php: Move ME and FE generation back out of PHPTypes
Olly Betts
2022-07-11
1
-28
/
+29
*
php: Encapsulate arginfo generation
Olly Betts
2022-07-11
1
-144
/
+147
*
[php] Stop setting unused php:proxy attribute
Olly Betts
2022-07-11
1
-5
/
+0
*
Remove set but not used variables
Olly Betts
2022-06-30
1
-7
/
+0
*
[php] Adjust #required params for subclass methods
Olly Betts
2022-06-14
1
-4
/
+18
*
[php] Fix missing parameter type declarations
Olly Betts
2022-06-12
1
-28
/
+13
*
[php] Skip directorout typemap if PHP exception pending
Olly Betts
2022-06-10
1
-4
/
+8
*
Fix PHP parameter type declarations compatibility
Olly Betts
2022-06-10
1
-35
/
+78
*
Revert "Fix PHP parameter type declarations compatibility"
Olly Betts
2022-06-09
1
-77
/
+34
*
Fix PHP parameter type declarations compatibility
Olly Betts
2022-06-09
1
-34
/
+77
*
Rename zend_types to be clearer
Olly Betts
2022-06-09
1
-8
/
+8
*
[php] Eliminate sprintf to temp buffer to create ZVAL
Olly Betts
2022-06-09
1
-3
/
+1
*
WIP: Refactor pararent class tracking
Olly Betts
2022-06-08
1
-11
/
+14
*
Header file tidyup
William S Fulton
2022-05-07
1
-1
/
+0
*
Add DOH Exit() and SetExitHandler()
Olly Betts
2022-03-06
1
-4
/
+4
*
[PHP] Fix cleanup code handling issues
Olly Betts
2022-02-17
1
-3
/
+6
*
[php] Make zend_function_entry arrays const
Olly Betts
2022-01-24
1
-3
/
+3
*
[php] Fix director upcall check
Olly Betts
2022-01-22
1
-4
/
+5
*
[php] Make internal function wrappers static
Olly Betts
2022-01-22
1
-9
/
+9
*
[php] Add type declarations for optional params too
Olly Betts
2022-01-21
1
-0
/
+4
*
[php] Actually generate parameter type declarations
Olly Betts
2022-01-21
1
-1
/
+1
*
[php] Use -prefix setting in type declarations
Olly Betts
2022-01-21
1
-0
/
+1
*
[php] Allow testing if an object is SWIG-wrapped
Olly Betts
2022-01-20
1
-0
/
+13
*
[php] Generate PHP type declarations
Olly Betts
2022-01-20
1
-91
/
+309
*
Remove unused Printf parameters
php-codegen-improvements
Olly Betts
2021-12-18
1
-2
/
+2
*
Make some generated variables static
Olly Betts
2021-12-17
1
-2
/
+2
*
Improve naming of zend_class_entry structs
Olly Betts
2021-12-17
1
-28
/
+29
*
Fix source code comment typo
Olly Betts
2021-12-17
1
-1
/
+1
*
Improve generated object handlers
Olly Betts
2021-12-17
1
-69
/
+74
*
Make some generated functions static
Olly Betts
2021-12-17
1
-4
/
+4
*
Rename php_fetch_object with swig_ prefix
Olly Betts
2021-12-17
1
-2
/
+2
*
Tweak source whitespace to match SWIG conventions
Olly Betts
2021-12-15
1
-69
/
+67
[next]