1
I Use This!
Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor the Wrapper class to generate closures by default and avoid usage of 'eval'
Gaetano Giunta
as gggeek
More... almost 10 years ago
Add a test for registering anonymous functions in the server dispatch map
Gaetano Giunta
as gggeek
More... almost 10 years ago
set code highlighting in snippets
Gaetano Giunta
as gggeek
More... almost 10 years ago
improve readme
Gaetano Giunta
as gggeek
More... almost 10 years ago
Move to asciidoc as principal documentation format
Gaetano Giunta
as gggeek
More... almost 10 years ago
try again fixing xsl paths for docs
Gaetano Giunta
as gggeek
More... almost 10 years ago
one more doc build fix
Gaetano Giunta
as gggeek
More... almost 10 years ago
Fixes for doc generation with new dir structure
Gaetano Giunta
as gggeek
More... almost 10 years ago
Restructure the documentation folder; add more options to makefile
Gaetano Giunta
as gggeek
More... almost 10 years ago
Remove gitignore from docs dir, as we now build in a separate directory
Gaetano Giunta
as gggeek
More... almost 10 years ago
Install the docbook xslts via composer for doc generation
Gaetano Giunta
as gggeek
More... almost 10 years ago
More readme tags to display on github
Gaetano Giunta
as gggeek
More... almost 10 years ago
Add generation of docs to pakefile
Gaetano Giunta
as gggeek
More... almost 10 years ago
Add pakefile as replacement for makefile
Gaetano Giunta
as gggeek
More... almost 10 years ago
Test if we can get faster tests for hhvm
Gaetano Giunta
as gggeek
More... almost 10 years ago
Make debugger use utf8 by default
Gaetano Giunta
as gggeek
More... almost 10 years ago
Set default internal charset to UTF8 and change tests accordingly; add function has_encoding() from lib ver. 3.0.1; fixed one missing autoload in xmlrpc.inc; proper usage of actual and expected in all tests
Gaetano Giunta
as gggeek
More... almost 10 years ago
Comments and whitespace in discuss.php
Gaetano Giunta
as gggeek
More... almost 10 years ago
Remove legacy api usage from comment.php
Gaetano Giunta
as gggeek
More... almost 10 years ago
Fix: encoder needs the kindOf method on requests
Gaetano Giunta
as gggeek
More... almost 10 years ago
fix: the client can now successfully call methods using ISO-8859-1 or UTF-8 characters in their name
Gaetano Giunta
as gggeek
More... almost 10 years ago
Make the debugger tolerate latin-1 characters in all fields, not just method payload
Gaetano Giunta
as gggeek
More... almost 10 years ago
Terminate files with a NL to appease sensiolabs
Gaetano Giunta
as gggeek
More... almost 10 years ago
Remove legacy code from vardemo demo file
Gaetano Giunta
as gggeek
More... almost 10 years ago
For travis tests, use the version of phpunit which we install via composer, instead of the system one (might fix autoloading pbl for Logger)
Gaetano Giunta
as gggeek
More... almost 10 years ago
Refactor demo server: do not rely any more on legacy, more CamelCasiness
Gaetano Giunta
as gggeek
More... almost 10 years ago
Fix debugger for the case of a big payload with latin1 characters
Gaetano Giunta
as gggeek
More... almost 10 years ago
Fix: php_2_xmlrpc_type is not a public function anymore
Gaetano Giunta
as gggeek
More... almost 10 years ago
Remove docblock injected by phpstorm
Gaetano Giunta
as gggeek
More... almost 10 years ago
Make charset-related tests more friendly to hhvm; stricter tests for demo files
Gaetano Giunta
as gggeek
More... almost 10 years ago