summaryrefslogtreecommitdiff
path: root/ext/xslt/xslt.c
Commit message (Collapse)AuthorAgeFilesLines
* Empty HEAD of domxml, hyperwave, xsltSascha Schumann2003-06-241-276/+0
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* php_error -> php_error_docrefMarcus Boerger2002-10-301-5/+3
|
* MFBMelvyn Sopacua2002-10-061-1/+9
|
* adding the xslt_set_object function (as per discussion on php-dev andDavid Viner2002-10-041-4/+16
| | | | | | the newly created sab-php@gingerall.cz) --dviner
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
|
* Update headers.Sebastian Bergmann2001-12-111-1/+1
|
* Align comments in xslt.cSterling Hughes2001-12-091-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
* MFBSterling Hughes2001-12-031-3/+1
|
* - More <br> to <br /> fixesDerick Rethans2001-10-091-1/+1
|
* Revert macro-subst, because wasn't necessary here, and those who wereJeroen van Wolffelaar2001-09-261-6/+6
| | | | | substitued weren't zvals
* 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now.Jeroen van Wolffelaar2001-09-261-6/+6
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-6/+6
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* Always return something from non-void functionSascha Schumann2001-09-111-1/+1
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* noetSterling Hughes2001-08-231-16/+19
|
* Zend compatibility patchZeev Suraski2001-07-301-3/+4
|
* buffer was too smallThies C. Arntzen2001-07-291-1/+1
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-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 extensionsRasmus Lerdorf2001-06-061-1/+2
|
* defined HAVE_CONFIG_H to enable DSO extension support.Rui Hirokawa2001-06-051-0/+4
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* Make this compile. Killed one compile warning.foobar2001-05-281-1/+1
| | | | | # I still get a lot warnings when compiling sablot.c
* compile goood, compile error baaad.Sterling Hughes2001-05-281-2/+2
|
* leftoversSterling Hughes2001-05-271-69/+19
|
* Add the xslt_make_array and xslt_free_array api functions (C level).Sterling Hughes2001-04-271-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 Hughes2001-04-261-4/+24
|
* Add the parse_xslt_arguments api function which parses sablotron typeSterling Hughes2001-04-261-0/+74
| | | | | 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/+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....