summaryrefslogtreecommitdiff
path: root/ext/xslt/sablot.c
Commit message (Expand)AuthorAgeFilesLines
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fix bug #20518Melvyn Sopacua2002-11-211-6/+10
* - implement xslt_backend_infoMelvyn Sopacua2002-11-101-2/+20
* - Use spprintf to avoid two calls to zend_get_executed_filename, suggestedMelvyn Sopacua2002-11-021-2/+1
* fix TSRM buildMarcus Boerger2002-11-021-1/+1
* Fix typoMelvyn Sopacua2002-11-021-1/+1
* - Fix issues with 'arg' scheme and external files, bug #20177Melvyn Sopacua2002-11-021-1/+17
* Fix scheme_getall() function so that data returned by user is alwaysLenar Lõhmus2002-11-011-6/+15
* - Fix registration of XSLT_SABOPT_FILES_TO_HANDLERMelvyn Sopacua2002-11-011-1/+3
* - Add constant XSLT_SABOPT_FILES_TO_HANDLER overriding the defaultMelvyn Sopacua2002-10-311-19/+43
* php_error -> php_error_docrefMarcus Boerger2002-10-301-16/+17
* - Add XSLT_REG_ERRMSG macro to register an error on the handleMelvyn Sopacua2002-10-251-16/+9
* Fix a problem relating to these structure symbols being redefined on LFSSterling Hughes2002-10-151-25/+25
* MFBMelvyn Sopacua2002-10-061-25/+114
* (xslt: error_print) Fixes a leak when multiple error messages are issuedMelvyn Sopacua2002-10-051-0/+4
* adding the xslt_set_object function (as per discussion on php-dev andDavid Viner2002-10-041-15/+38
* adding segfault detection as proposed by Lenar Lõhmus [lenar@vision.ee]David Viner2002-10-041-12/+53
* (xslt_set_error_handler) Fixes array 'fields' argument to contain correctMelvyn Sopacua2002-10-041-1/+1
* @ - Added xslt_backend_version() and xslt_backend_name() for gettingChristian Stocker2002-08-221-0/+22
* add sablotron version, patch by Christian Stocker...Sterling Hughes2002-07-291-0/+4
* eekSterling Hughes2002-07-081-4/+0
* commit petr's sax handler patchSterling Hughes2002-07-081-19/+23
* This is not done anymore. (should fix win32 snapshot build too)foobar2002-06-291-2/+0
* Revert to php_4_2_1 to get sablotron working again.Marko Karppinen2002-06-241-372/+311
* expletives deleted.Sterling Hughes2002-04-211-3/+7
* some more fixes towards making it work againSterling Hughes2002-04-211-5/+5
* throw a warning if encoding support not available...Sterling Hughes2002-04-191-1/+3
* make it work with dom processing, this allows DOM tree caching to avoidSterling Hughes2002-04-191-104/+182
* Remove warning.Yasuo Ohgaki2002-04-191-1/+1
* Removed redefinition of MIN()Sander Roobol2002-04-181-2/+0
* move xslt_error and xslt_errno down to functions, in order toSterling Hughes2002-04-161-18/+18
* Prefix current functions with "sax" in order to make way for dom interfaceSterling Hughes2002-04-161-28/+42
* clean up the error code a tidbitSterling Hughes2002-04-161-177/+108
* Whitespace fixesSterling Hughes2002-03-251-50/+86
* make key identifiers case sensitiveSterling Hughes2002-03-231-11/+11
* getting rid of the warn_not_available aliasHartmut Holzgraefe2002-03-221-2/+0
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
* - Fix info output (Peter Neuman <neuman_peter@hotmail.com>).Markus Fischer2002-02-231-1/+1
* Update headers.Sebastian Bergmann2001-12-111-1/+1
* Fixed a typo.foobar2001-12-091-3/+3
* Align comments in xslt.cSterling Hughes2001-12-091-5/+3
* - Fix crash with invalid option to xslt_set_scheme_handlers().Markus Fischer2001-12-071-1/+2
* Let's not crash when no error str has been setRasmus Lerdorf2001-12-071-1/+5
* - Fix for bug #14169Derick Rethans2001-11-221-0/+1
* - Fix scheme/sax handlers (patch by Lenar Lõhmus <lenar@vision.ee>)Derick Rethans2001-11-131-20/+20
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* fix this in a couple of other places and use estrndup() when we have theSterling Hughes2001-09-151-9/+9
* properly grab field and value pairs, plus avoid a segfault when errmsg isn'tSterling Hughes2001-09-151-4/+8
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* noetSterling Hughes2001-08-231-6/+5