konrad/twig.git
2011-07-13 Derick RethansBailout when we have an exception to defer to PHP's...
2011-07-13 Derick RethansSplit TWIG_CALL_S into TWIG_CALL_S and TWIG_CALL_SB...
2011-07-08 Derick RethansFixed the uninitialized ptr check. This makes all tests...
2011-07-08 Derick RethansUse strtolower on the method names and add them as...
2011-07-07 Derick RethansFixed TWIG_PROPERTY to return a NULL instead of a zval...
2011-07-07 Derick RethansThose are array elements and not properties.
2011-07-07 Derick RethansReturn the value immediately.
2011-07-07 Derick RethansCheck the property regardless of whether tmp_item is...
2011-07-07 Derick RethansWe need to use strlen on hash keys.
2011-07-07 Derick RethansSplit TWIG_PROPERTY into TWIG_PROPERTY and TWIG_PROPERT...
2011-07-07 Derick RethansMade properties return properly.
2011-07-07 Derick RethansAdd the properties as assoc keys, so that hash_find...
2011-07-07 Derick RethansCheck normal property before trying to de-mangle it.
2011-07-07 Derick RethansFixed TWIG_GET_ARRAY_ELEMENT_ZVAL's return value.
2011-07-05 Derick RethansFixed compiler warning.
2011-07-05 Derick RethansImplemented first bit for ArrayAccess support.
2011-07-04 Derick RethansInitialise variable to NULL.
2011-07-04 Derick RethansApparently this is needed for GCC to not optimise it...
2011-07-04 Derick Rethans- Remove debugging code.
2011-07-04 Derick RethansOnly add the object to the cache if there is actually...
2011-07-04 Derick RethansFix efree(NULL) when no arguments are passed in.
2011-06-30 Derick RethansAdded missing header and switch arguments for the retur...
2011-06-30 Derick RethansAdded support for NULL arguments to CALL_USER_FUNC_ARRA...
2011-06-30 Derick RethansFold TWIG_GET_ARRAY_ELEMENT and TWIG_PROPERTY into...
2011-06-30 Derick RethansImplement TWIG_GET_CLASS_NAME and make use of it.
2011-06-30 Derick RethansInitialise ret to NULL.
2011-06-30 Derick RethansGet rid of TWIG_RETURN_ARRAY_ELEMENT and use TWIG_GET_A...
2011-06-30 Derick RethansImplemented TWIG_THROW_EXCEPTION.
2011-06-30 Derick RethansImplemented TWIG_IMPLODE_ARRAY_KEYS.
2011-06-30 Derick RethansFixed logic and implemented normal array key return.
2011-06-30 Derick RethansImplemented TWIG_RETURN_ARRAY_ELEMENT.
2011-06-29 Derick RethansRe-scope variables.
2011-06-29 Derick RethansAdded the cache creating/fetching method in the code.
2011-06-29 Derick RethansAdded the cache fetching method for methods and properties.
2011-06-29 Derick RethansImplemented TWIG_CALL_USER_FUNC_ARRAY, TWIG_GET_STATIC_...
2011-06-29 Derick Rethans- Implemented the strtolower function.
2011-06-08 Derick Rethans- The extension now loads and the pseudo code is mostl...
2011-06-08 Derick Rethans- The parse parameters line was wrong, it still had...
2011-06-08 Derick Rethans- Used the template, instead of getThis(), which wouldn...
2011-06-07 Derick Rethans- Added more generated files to .gitignore
2011-06-07 Derick Rethans- Stubs and more implementations.
2011-06-07 Derick Rethans- Implement TWIG_INSTANCEOF_*
2011-06-07 Derick Rethans- Implemented TWIG_ARRAY_KEY_EXISTS (for normal arrays...
2011-06-07 Derick Rethans- Reduce compile warnings and errors.
2011-06-07 Derick Rethans- Added more files to .gitignore
2011-06-06 Derick Rethans- Fixed ARG INFO
2011-06-06 Derick Rethans- Added pseudo code
2011-06-03 Derick Rethans- Added a .gitignore file
2011-06-03 Derick Rethans- Updated with new code from Fabien's repository.
2011-03-21 Derick Rethans- Some scaffolding implementation.
2011-03-21 Derick Rethans- Added broken down original code.
2011-03-21 Derick Rethans- Added function declaration and headers.
2011-03-21 Derick Rethans- Added basic twig extension structure.