summaryrefslogtreecommitdiff
path: root/ext/xslt
Commit message (Collapse)AuthorAgeFilesLines
...
* noetSterling Hughes2001-08-232-22/+24
|
* some cleanupSterling Hughes2001-08-231-24/+16
|
* Look for iconv library also in $ICONV_DIR.foobar2001-08-171-4/+2
|
* Filter a bit of the "Bronx" out of this READMERasmus Lerdorf2001-08-101-8/+8
|
* Killed compile warnings.foobar2001-08-071-0/+3
|
* adding -lsablot later makes it appear _before_ -lexpat in config_vars - andThies C. Arntzen2001-08-021-3/+4
| | | | | | that fixes a link problem (atleast) for me. sterling?
* fixed comment..foobar2001-07-311-1/+1
|
* Fix ZTS build.Sterling Hughes2001-07-311-15/+30
|
* ws fixSterling Hughes2001-07-311-1/+1
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-2/+2
|
* Zend compatibility patchZeev Suraski2001-07-301-3/+4
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-1/+0
| | | | the way
* 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...
* fixed an argument in example of ext/xslt.Rui Hirokawa2001-07-031-1/+1
|
* Small fixes.Sterling Hughes2001-07-032-2/+2
|
* fixed a link problem of shared extension module in ext/xslt.Rui Hirokawa2001-07-021-1/+1
|
* If no backend is specified, bail out.foobar2001-06-301-0/+4
|
* # leftoversSterling Hughes2001-06-261-0/+1
|
* Making logging optional.Sterling Hughes2001-06-261-1/+11
|
* special offer... 0 out a structure, and remove a crash bug...Sterling Hughes2001-06-261-3/+3
| | | | | | # Offer only available between 6/30/2001 - 7/14/2001, Exclusively for # cvs committers
* let this stuff build under windowsDaniel Beulshausen2001-06-113-5/+121
|
* modified code freeing resouce which causes segmentation fault.Rui Hirokawa2001-06-102-15/+17
|
* 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
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* 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
| | | | | # I still get a lot warnings when compiling sablot.c
* 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
| | | | | | | | | | | | | | | cvsusers@php.net ;) 1) remove outdate struct xslt_function * construct in favor of just using the zval's themselves. 2) switch to call_user_function_ex() in the call_xslt_function() function (gotta respect the alliteration ;) . 3) modify README.XSLT-BACKENDS to reflect some of the changes to the api
* * 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
| | | | | Add some checks for key type. Remove some debugging data.
* 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
| | | | | | | # Not sure if this is correct, I can verify that it doesn't break anything # and it logically looks like it would work. Can someone test this (BSD # and/or Windows)
* Add the xslt_make_array and xslt_free_array api functions (C level).Sterling Hughes2001-04-274-132/+132
| | | | | | | | 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 readme, this is a substitute to the e-mail I was going to send. itSterling Hughes2001-04-261-0/+281
| | | | | | gives a basic overview of the new xslt extension and goes into the details of the api, etc.
* 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
| | | | | arguments into an easy to use structure.
* Add an experimental version of the new XSLT extension. This is by no meansSterling Hughes2001-04-268-0/+1979
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....