| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | noet | Sterling Hughes | 2001-08-23 | 2 | -22/+24 | |
| | | ||||||
| * | some cleanup | Sterling Hughes | 2001-08-23 | 1 | -24/+16 | |
| | | ||||||
| * | Look for iconv library also in $ICONV_DIR. | foobar | 2001-08-17 | 1 | -4/+2 | |
| | | ||||||
| * | Filter a bit of the "Bronx" out of this README | Rasmus Lerdorf | 2001-08-10 | 1 | -8/+8 | |
| | | ||||||
| * | Killed compile warnings. | foobar | 2001-08-07 | 1 | -0/+3 | |
| | | ||||||
| * | adding -lsablot later makes it appear _before_ -lexpat in config_vars - and | Thies C. Arntzen | 2001-08-02 | 1 | -3/+4 | |
| | | | | | | | that fixes a link problem (atleast) for me. sterling? | |||||
| * | fixed comment.. | foobar | 2001-07-31 | 1 | -1/+1 | |
| | | ||||||
| * | Fix ZTS build. | Sterling Hughes | 2001-07-31 | 1 | -15/+30 | |
| | | ||||||
| * | ws fix | Sterling Hughes | 2001-07-31 | 1 | -1/+1 | |
| | | ||||||
| * | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -2/+2 | |
| | | ||||||
| * | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -3/+4 | |
| | | ||||||
| * | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -1/+0 | |
| | | | | | the way | |||||
| * | 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... | |||||
| * | fixed an argument in example of ext/xslt. | Rui Hirokawa | 2001-07-03 | 1 | -1/+1 | |
| | | ||||||
| * | Small fixes. | Sterling Hughes | 2001-07-03 | 2 | -2/+2 | |
| | | ||||||
| * | fixed a link problem of shared extension module in ext/xslt. | Rui Hirokawa | 2001-07-02 | 1 | -1/+1 | |
| | | ||||||
| * | If no backend is specified, bail out. | foobar | 2001-06-30 | 1 | -0/+4 | |
| | | ||||||
| * | # leftovers | Sterling Hughes | 2001-06-26 | 1 | -0/+1 | |
| | | ||||||
| * | Making logging optional. | Sterling Hughes | 2001-06-26 | 1 | -1/+11 | |
| | | ||||||
| * | special offer... 0 out a structure, and remove a crash bug... | Sterling Hughes | 2001-06-26 | 1 | -3/+3 | |
| | | | | | | | # Offer only available between 6/30/2001 - 7/14/2001, Exclusively for # cvs committers | |||||
| * | let this stuff build under windows | Daniel Beulshausen | 2001-06-11 | 3 | -5/+121 | |
| | | ||||||
| * | modified code freeing resouce which causes segmentation fault. | Rui Hirokawa | 2001-06-10 | 2 | -15/+17 | |
| | | ||||||
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 2 | -2/+4 | |
| | | ||||||
| * | 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 | 2 | -4/+26 | |
| | | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | |||||
| * | Use different define name for this. | foobar | 2001-06-01 | 2 | -2/+2 | |
| | | ||||||
| * | Cleanup. ws fixes (no tabs in config.m4 files please) | foobar | 2001-06-01 | 1 | -83/+72 | |
| | | ||||||
| * | compile warning fixes....... | Sterling Hughes | 2001-05-29 | 1 | -9/+9 | |
| | | ||||||
| * | Make this compile. Killed one compile warning. | foobar | 2001-05-28 | 2 | -2/+2 | |
| | | | | | | # I still get a lot warnings when compiling sablot.c | |||||
| * | compile goood, compile error baaad. | Sterling Hughes | 2001-05-28 | 1 | -2/+2 | |
| | | ||||||
| * | more leftovers | Sterling Hughes | 2001-05-27 | 1 | -0/+3 | |
| | | ||||||
| * | leftovers | Sterling Hughes | 2001-05-27 | 2 | -84/+34 | |
| | | ||||||
| * | # The mailing lists are a productivity hole, long live | Sterling Hughes | 2001-05-27 | 1 | -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 Bakken | 2001-05-24 | 1 | -0/+4 | |
| | | ||||||
| * | Some fixes. Actually assign a value scheme_handlers before processing it. | Sterling Hughes | 2001-05-17 | 1 | -8/+24 | |
| | | | | | | Add some checks for key type. Remove some debugging data. | |||||
| * | The PHP_EXTENSION() has to be before any other PHP_ARG_*()'s | foobar | 2001-05-09 | 1 | -1/+2 | |
| | | ||||||
| * | No need to show these if they are not used. | foobar | 2001-05-08 | 1 | -5/+6 | |
| | | ||||||
| * | Check for the existance of the iconv library | Sterling Hughes | 2001-05-01 | 1 | -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 Hughes | 2001-04-27 | 4 | -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. it | Sterling Hughes | 2001-04-26 | 1 | -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 Hughes | 2001-04-26 | 2 | -4/+25 | |
| | | ||||||
| * | Add the parse_xslt_arguments api function which parses sablotron type | Sterling Hughes | 2001-04-26 | 2 | -0/+89 | |
| | | | | | | 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 | 8 | -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.... | ||||||
