Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Empty HEAD of domxml, hyperwave, xslt | Sascha Schumann | 2003-06-24 | 1 | -276/+0 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | php_error -> php_error_docref | Marcus Boerger | 2002-10-30 | 1 | -5/+3 |
| | |||||
* | MFB | Melvyn Sopacua | 2002-10-06 | 1 | -1/+9 |
| | |||||
* | adding the xslt_set_object function (as per discussion on php-dev and | David Viner | 2002-10-04 | 1 | -4/+16 |
| | | | | | | the newly created sab-php@gingerall.cz) --dviner | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | Align comments in xslt.c | Sterling Hughes | 2001-12-09 | 1 | -3/+3 |
| | | | | | | | First try at fixing funny resource free'ing problems with objects, don't perform a zval seperation when we're directly saving a pointer to the SAX or Scheme handlers | ||||
* | MFB | Sterling Hughes | 2001-12-03 | 1 | -3/+1 |
| | |||||
* | - More <br> to <br /> fixes | Derick Rethans | 2001-10-09 | 1 | -1/+1 |
| | |||||
* | Revert macro-subst, because wasn't necessary here, and those who were | Jeroen van Wolffelaar | 2001-09-26 | 1 | -6/+6 |
| | | | | | substitued weren't zvals | ||||
* | 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. | Jeroen van Wolffelaar | 2001-09-26 | 1 | -6/+6 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -6/+6 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | Always return something from non-void function | Sascha Schumann | 2001-09-11 | 1 | -1/+1 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | noet | Sterling Hughes | 2001-08-23 | 1 | -16/+19 |
| | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -3/+4 |
| | |||||
* | buffer was too small | Thies C. Arntzen | 2001-07-29 | 1 | -1/+1 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | |||||
* | defined HAVE_CONFIG_H to enable DSO extension support. | Rui Hirokawa | 2001-06-05 | 1 | -0/+4 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+8 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | Make this compile. Killed one compile warning. | foobar | 2001-05-28 | 1 | -1/+1 |
| | | | | | # I still get a lot warnings when compiling sablot.c | ||||
* | compile goood, compile error baaad. | Sterling Hughes | 2001-05-28 | 1 | -2/+2 |
| | |||||
* | leftovers | Sterling Hughes | 2001-05-27 | 1 | -69/+19 |
| | |||||
* | Add the xslt_make_array and xslt_free_array api functions (C level). | Sterling Hughes | 2001-04-27 | 1 | -19/+79 |
| | | | | | | | | Change the naming to be a bit more standard for a few of the existing api functions. Make the sablotron backend compile with these changes. | ||||
* | Add a free function to free the returned structure. | Sterling Hughes | 2001-04-26 | 1 | -4/+24 |
| | |||||
* | Add the parse_xslt_arguments api function which parses sablotron type | Sterling Hughes | 2001-04-26 | 1 | -0/+74 |
| | | | | | arguments into an easy to use structure. | ||||
* | Add an experimental version of the new XSLT extension. This is by no means | Sterling Hughes | 2001-04-26 | 1 | -0/+139 |
to be used on anything production, if you want to test it, beware, it may or may not work (feel free to complain to me if it doesn't work, or shower praise if it does work)... Mainly in PHP's CVS so that work on the other backends can take place. The api (function_entry) is what I'm thinking of for all backends. Every backend simply needs to define these functions, I'll send an e-mail describing all this in a bit.... |