projects
/
web/konrad/twig.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
web/konrad/twig.git
2011-10-28
Derick Rethans
Allow any, but the first two arguments to be optional.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Derick Rethans
Added missing format specifier to parseparameters.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Derick Rethans
Added support for the new argument called 'ignoreStrict...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Derick Rethans
Fixed exception message issue with an array element...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Derick Rethans
Fixed compiler warnings
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
Derick Rethans
PHP 5.4 compatibility.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
Derick Rethans
More PHP 5.2 compatibility.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
Derick Rethans
PHP 5.2 compatibility.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Derick Rethans
Sigh, stupid copy and paste error prevented the last...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Derick Rethans
Added a return so that the function ends after throwing...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-18
Derick Rethans
- Fixed code that was previously never hit.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-18
Derick Rethans
Implement HAS_PROPERTY to distinguish between not-set...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-18
Derick Rethans
Use "isset" logic as fetch always works, even for eleme...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Derick Rethans
Fixed memory leaks.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Derick Rethans
Use the proper zend hash function here.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Derick Rethans
Handle numeric keys for array elements too.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Derick Rethans
After instantiating the object, call the constructor...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Derick Rethans
Added TWIG_CALL_Z (to use for calling a function with...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Derick Rethans
Bailout when we have an exception to defer to PHP's...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Derick Rethans
Split TWIG_CALL_S into TWIG_CALL_S and TWIG_CALL_SB...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Derick Rethans
Fixed the uninitialized ptr check. This makes all tests...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Derick Rethans
Use strtolower on the method names and add them as...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-07
Derick Rethans
Fixed TWIG_PROPERTY to return a NULL instead of a zval...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-07
Derick Rethans
Those are array elements and not properties.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-07
Derick Rethans
Return the value immediately.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-07
Derick Rethans
Check the property regardless of whether tmp_item is...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-07
Derick Rethans
We need to use strlen on hash keys.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-07
Derick Rethans
Split TWIG_PROPERTY into TWIG_PROPERTY and TWIG_PROPERT...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-07
Derick Rethans
Made properties return properly.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-07
Derick Rethans
Add the properties as assoc keys, so that hash_find...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-07
Derick Rethans
Check normal property before trying to de-mangle it.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-07
Derick Rethans
Fixed TWIG_GET_ARRAY_ELEMENT_ZVAL's return value.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-05
Derick Rethans
Fixed compiler warning.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-05
Derick Rethans
Implemented first bit for ArrayAccess support.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Derick Rethans
Initialise variable to NULL.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Derick Rethans
Apparently this is needed for GCC to not optimise it...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Derick Rethans
- Remove debugging code.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Derick Rethans
Only add the object to the cache if there is actually...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Derick Rethans
Fix efree(NULL) when no arguments are passed in.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Derick Rethans
Added missing header and switch arguments for the retur...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Derick Rethans
Added support for NULL arguments to CALL_USER_FUNC_ARRA...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Derick Rethans
Fold TWIG_GET_ARRAY_ELEMENT and TWIG_PROPERTY into...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Derick Rethans
Implement TWIG_GET_CLASS_NAME and make use of it.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Derick Rethans
Initialise ret to NULL.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Derick Rethans
Get rid of TWIG_RETURN_ARRAY_ELEMENT and use TWIG_GET_A...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Derick Rethans
Implemented TWIG_THROW_EXCEPTION.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Derick Rethans
Implemented TWIG_IMPLODE_ARRAY_KEYS.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Derick Rethans
Fixed logic and implemented normal array key return.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Derick Rethans
Implemented TWIG_RETURN_ARRAY_ELEMENT.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Derick Rethans
Re-scope variables.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Derick Rethans
Added the cache creating/fetching method in the code.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Derick Rethans
Added the cache fetching method for methods and properties.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Derick Rethans
Implemented TWIG_CALL_USER_FUNC_ARRAY, TWIG_GET_STATIC_...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Derick Rethans
- Implemented the strtolower function.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-08
Derick Rethans
- The extension now loads and the pseudo code is mostl...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-08
Derick Rethans
- The parse parameters line was wrong, it still had...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-08
Derick Rethans
- Used the template, instead of getThis(), which wouldn...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Derick Rethans
- Added more generated files to .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Derick Rethans
- Stubs and more implementations.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Derick Rethans
- Implement TWIG_INSTANCEOF_*
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Derick Rethans
- Implemented TWIG_ARRAY_KEY_EXISTS (for normal arrays...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Derick Rethans
- Reduce compile warnings and errors.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Derick Rethans
- Added more files to .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2011-06-06
Derick Rethans
- Fixed ARG INFO
commit
|
commitdiff
|
tree
|
snapshot
2011-06-06
Derick Rethans
- Added pseudo code
commit
|
commitdiff
|
tree
|
snapshot
2011-06-03
Derick Rethans
- Added a .gitignore file
commit
|
commitdiff
|
tree
|
snapshot
2011-06-03
Derick Rethans
- Updated with new code from Fabien's repository.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-21
Derick Rethans
- Some scaffolding implementation.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-21
Derick Rethans
- Added broken down original code.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-21
Derick Rethans
- Added function declaration and headers.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-21
Derick Rethans
- Added basic twig extension structure.
commit
|
commitdiff
|
tree
|
snapshot