summaryrefslogtreecommitdiff
path: root/ext/xslt
Commit message (Expand)AuthorAgeFilesLines
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-062-2/+4
* 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-052-4/+26
* Use different define name for this.foobar2001-06-012-2/+2
* Cleanup. ws fixes (no tabs in config.m4 files please)foobar2001-06-011-83/+72
* compile warning fixes.......Sterling Hughes2001-05-291-9/+9
* Make this compile. Killed one compile warning.foobar2001-05-282-2/+2
* compile goood, compile error baaad.Sterling Hughes2001-05-281-2/+2
* more leftoversSterling Hughes2001-05-271-0/+3
* leftoversSterling Hughes2001-05-272-84/+34
* # The mailing lists are a productivity hole, long liveSterling Hughes2001-05-271-32/+38
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* Some fixes. Actually assign a value scheme_handlers before processing it.Sterling Hughes2001-05-171-8/+24
* The PHP_EXTENSION() has to be before any other PHP_ARG_*()'sfoobar2001-05-091-1/+2
* No need to show these if they are not used.foobar2001-05-081-5/+6
* Check for the existance of the iconv librarySterling Hughes2001-05-011-0/+17
* Add the xslt_make_array and xslt_free_array api functions (C level).Sterling Hughes2001-04-274-132/+132
* Add a readme, this is a substitute to the e-mail I was going to send. itSterling Hughes2001-04-261-0/+281
* Add a free function to free the returned structure.Sterling Hughes2001-04-262-4/+25
* Add the parse_xslt_arguments api function which parses sablotron typeSterling Hughes2001-04-262-0/+89
* Add an experimental version of the new XSLT extension. This is by no meansSterling Hughes2001-04-268-0/+1979