summaryrefslogtreecommitdiff
path: root/ext/xslt
Commit message (Collapse)AuthorAgeFilesLines
* Empty HEAD of domxml, hyperwave, xsltSascha Schumann2003-06-2430-3589/+0
|
* updating license information in the headers.James Cox2003-06-104-12/+12
|
* Fix obvious flaw in this testfoobar2003-04-231-1/+3
|
* Fixing functionicalls with variable number of parameters...Stefan Esser2003-03-061-1/+1
|
* Update timeMelvyn Sopacua2003-02-111-7/+7
|
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-1/+1
| | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process.
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-1/+1
|
* MFB:Edin Kadribasic2003-01-051-2/+2
| | | | | Made xslt_set_encoding() available on windows (bug #20640).
* Bump year.Sebastian Bergmann2002-12-314-4/+4
|
* Fix bug #20518Melvyn Sopacua2002-11-212-6/+12
|
* test for bug #20518Melvyn Sopacua2002-11-211-0/+33
|
* Show correct resultMarcus Boerger2002-11-151-1/+1
|
* adding to do list to help clarify exactly what we are (orDavid Viner2002-11-121-0/+31
| | | | | | should be) working on for the XSLT extension. --dviner
* Added a missing '.', which is needed for proper skip check.Ilia Alshanetsky2002-11-101-1/+1
|
* - implement xslt_backend_infoMelvyn Sopacua2002-11-104-3/+84
| | | | | | - add test for it - fix some prototypes
* wsMelvyn Sopacua2002-11-031-8/+7
|
* Skip when Sablotron version is too oldMelvyn Sopacua2002-11-022-2/+12
|
* - Use spprintf to avoid two calls to zend_get_executed_filename, suggestedMelvyn Sopacua2002-11-021-2/+1
| | | | | by Marcus Börger
* fix TSRM buildMarcus Boerger2002-11-021-1/+1
|
* Fix typoMelvyn Sopacua2002-11-021-1/+1
| | | | | # Sorry Lenar
* test renameMelvyn Sopacua2002-11-021-0/+0
|
* - Fix issues with 'arg' scheme and external files, bug #20177Melvyn Sopacua2002-11-021-1/+17
| | | | | | | - Add authors # Need to rename test, grrr
* Test for files in 'args' provided handlesMelvyn Sopacua2002-11-021-0/+34
|
* Fix scheme_getall() function so that data returned by user is alwaysLenar Lõhmus2002-11-011-6/+15
| | | | | | converted to string except when script returns FALSE or NULL. In this case signal sablotron that we are not able to handle requested scheme.
* Fix test outputMelvyn Sopacua2002-11-011-3/+7
|
* Segfault test, currently unsolvedMelvyn Sopacua2002-11-011-0/+38
|
* Testcase for new Sablotron optionMelvyn Sopacua2002-11-011-0/+52
|
* - Fix registration of XSLT_SABOPT_FILES_TO_HANDLERMelvyn Sopacua2002-11-011-1/+3
|
* copy/waste errorMelvyn Sopacua2002-10-311-1/+1
|
* - Add constant XSLT_SABOPT_FILES_TO_HANDLER overriding the defaultMelvyn Sopacua2002-10-313-19/+52
| | | | | | | | | | behavior of Sablotron to handle files itself, even if a scheme-handler is registered. - Implement xslt_getopt - Modify behavior of xslt_setopt, so that it returns the previous value. # All these need Sab CVS version > 2002/10/31
* Fix typoMelvyn Sopacua2002-10-311-2/+2
|
* Add test for xslt_getoptMelvyn Sopacua2002-10-311-0/+37
| | | | | # see next commit
* php_error -> php_error_docrefMarcus Boerger2002-10-302-21/+20
|
* -add reason to --SKIPIF--Marcus Boerger2002-10-293-16/+33
| | | | | | -add magic_quotes_runtime to --INI-- --use var_dump()
* add reasonMarcus Boerger2002-10-291-1/+1
|
* - Add XSLT_REG_ERRMSG macro to register an error on the handleMelvyn Sopacua2002-10-252-16/+11
| | | | | | | | - Rename constants to a bit more appropreate format - Add XSLT_ERR_UNSUPPORTED_SCHEME to be returned for scheme handlers. # Docs on xslt_set_scheme_handlers are in progress.
* Tests renamedMelvyn Sopacua2002-10-2510-4/+368
| | | | | | Remove dl() from skipif, for potential problems accross platforms and versions.
* test renamingMelvyn Sopacua2002-10-259-368/+0
|
* Various corrections aimed at making the test's results consistent acrossIlia Alshanetsky2002-10-241-4/+7
| | | | | all enviroments.
* suddenly, there was a newlineMelvyn Sopacua2002-10-231-0/+1
|
* Make it work without .php filesMelvyn Sopacua2002-10-232-26/+23
|
* Small corrections to the expected output.Ilia Alshanetsky2002-10-221-2/+2
|
* Fix a problem relating to these structure symbols being redefined on LFSSterling Hughes2002-10-152-30/+30
| | | | | | | systems. Fix by Sascha Schumann <sascha@apache.org>
* adding test of xslt_set_objectDavid Viner2002-10-072-0/+90
| | | | | --dviner
* (xslt tests) Add test for memory leaks, caused by inapproreate use ofMelvyn Sopacua2002-10-061-0/+17
| | | | | | the struct. Memory leak is caused by at least 2 errors on handle.
* MFBMelvyn Sopacua2002-10-064-57/+158
|
* missed this, needed by 007.phptMelvyn Sopacua2002-10-061-0/+5
|
* (xslt tests) Add test for new backend API (005.phpt), new functionMelvyn Sopacua2002-10-057-0/+219
| | | | | | | | | | (006.phpt) and a crash test (007.phpt) 006.phpt also tests handling of public entities, which is in essence new to the extension, since there was no way to turn it on. # These new functions and backend will be added shortly. # TODO: test for xslt_set_object
* (xslt tests) Test for reference to a non-existing scheme handler.Melvyn Sopacua2002-10-051-0/+20
|
* (xslt: error_print) Fixes a leak when multiple error messages are issuedMelvyn Sopacua2002-10-051-0/+4
| | | | | | | during a transformation. # It's probably better to wrap this in an internal function, since it's # easily forgotten.