You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated APIs for 2.4.3
Zapv2.php
- Add new classes
- throws ZapError when sendRequest method returns False
Other PHP API files
- Regenerated with the command "ant generate-apis" using
the following PhpAPIGenerator.java in 'zaproxy' repository (branch 2.4.3)
- Fix Issue 2108
- Fix Issue 2168
PhpAPIGenerator.java (fixed on my local environment 'zaproxy' repository)
- Fix Issue 2108
- Fix Issue 2168
Update almost all files for v2.4
Because I updated PhpAPIGenerator.java in the zaproxy repository and update PHP API class files by executing 'ant generate-apis'
command. And I also modified Zapv2.php to fit them.