summaryrefslogtreecommitdiff
path: root/ext/xslt/php_xslt.h
Commit message (Collapse)AuthorAgeFilesLines
* Empty HEAD of domxml, hyperwave, xsltSascha Schumann2003-06-241-63/+0
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* adding the xslt_set_object function (as per discussion on php-dev andDavid Viner2002-10-041-1/+1
| | | | | | the newly created sab-php@gingerall.cz) --dviner
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
|
* Update headers.Sebastian Bergmann2001-12-111-1/+1
|
* Killed compile warnings.foobar2001-08-071-0/+3
|
* let this stuff build under windowsDaniel Beulshausen2001-06-111-0/+1
|
* Make this compile. Killed one compile warning.foobar2001-05-281-1/+1
| | | | | # I still get a lot warnings when compiling sablot.c
* Add the xslt_make_array and xslt_free_array api functions (C level).Sterling Hughes2001-04-271-5/+5
| | | | | | | | 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 Hughes2001-04-261-0/+1
|
* Add the parse_xslt_arguments api function which parses sablotron typeSterling Hughes2001-04-261-0/+15
| | | | | arguments into an easy to use structure.
* Add an experimental version of the new XSLT extension. This is by no meansSterling Hughes2001-04-261-0/+43
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....