summaryrefslogtreecommitdiff
path: root/ext/xslt
Commit message (Collapse)AuthorAgeFilesLines
...
* adding the xslt_set_object function (as per discussion on php-dev andDavid Viner2002-10-044-20/+58
| | | | | | the newly created sab-php@gingerall.cz) --dviner
* adding segfault detection as proposed by Lenar Lõhmus [lenar@vision.ee]David Viner2002-10-042-15/+56
| | | | | --dviner
* Improve testkit for xslt.Melvyn Sopacua2002-10-044-0/+59
| | | | | | | | | 002.phpt and 003.phpt are regression tests for reported bugs. 004.phpt has been known to cause problems in some Sab/PHP combinations. No known reports in bug db for that one. Added skip mechanism @- Added regression test for bugs #17791 and #17931 (Melvyn)
* (xslt_set_error_handler) Fixes array 'fields' argument to contain correctMelvyn Sopacua2002-10-041-1/+1
| | | | | | | information. Patch by Lenar Lohmus. @- Fixed fields argument to contain correct info. (Lenar Lohmus)
* Version check for Sablotron.foobar2002-09-091-0/+24
|
* @- Added --disable-all configure option. (Jani)foobar2002-09-041-17/+8
|
* Fix shared buildfoobar2002-08-301-5/+22
|
* @ - Added xslt_backend_version() and xslt_backend_name() for gettingChristian Stocker2002-08-222-0/+24
| | | | | @ information about the processor backend. (chregu)
* 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-242-381/+315
| | | | | | # Sterling, please fix the DOM stuff asap so we can enjoy # the new functionality!
* Stop the search when the libs are found.foobar2002-05-021-1/+2
|
* Only support the new libexpat.foobar2002-04-251-17/+27
|
* 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-192-116/+199
| | | | | | | re-parsing the same data. Currently very beta -- DO NOT USE. Will be cleaning this up over the next few days... Need this in here for version history, and to show other people
* 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
| | | | | | | | | make logical room for the xslt_dom_* functions # (xslt_dom_* will be a basic api, allowing no dom manipulation, # however, one of these days I'll write a message/extension that # handles xslt/dom/sax in a coherent manner -- just you watch :)
* - MFB: Remove version numberDerick Rethans2002-04-161-1/+1
|
* update these docs, phpdoc will lag a bit :)Sterling Hughes2002-04-161-31/+31
|
* Prefix current functions with "sax" in order to make way for dom interfaceSterling Hughes2002-04-162-37/+51
| | | | | | backwards compatibility is maintained via function aliases xslt_sax_set_sax_handlers is a bit wierd, i guess...
* clean up the error code a tidbitSterling Hughes2002-04-161-177/+108
|
* Update Sablotron version supported.Yasuo Ohgaki2002-04-121-1/+1
|
* Whitespace fixesSterling Hughes2002-03-251-50/+86
|
* remove experimental statusSterling Hughes2002-03-231-6/+0
|
* make key identifiers case sensitiveSterling Hughes2002-03-231-11/+11
|
* - Fix experimental noticeDerick Rethans2002-03-231-5/+6
|
* fix the fixfoobar2002-03-221-1/+3
|
* - Fixed minor inconvenience with iconv detection when iconv is found in libcfoobar2002-03-221-0/+1
|
* getting rid of the warn_not_available aliasHartmut Holzgraefe2002-03-221-2/+0
|
* Minor detail fixed.foobar2002-03-211-1/+1
|
* - Made one test/setup macro for iconv and fixed it to checkfoobar2002-03-171-22/+3
| | | | | for libc first.
* * "new and improved" iconv testStig Bakken2002-03-151-8/+16
|
* * another libconv->libiconv typoStig Bakken2002-03-131-1/+1
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-9/+1
|
* Maintain headers.Sebastian Bergmann2002-02-284-8/+8
|
* - Fix info output (Peter Neuman <neuman_peter@hotmail.com>).Markus Fischer2002-02-231-1/+1
|
* Fix cosmetic bug. (#15142)Sean Bright2002-02-151-1/+1
|
* Update for Sablotron .8Sterling Hughes2002-01-171-0/+11
|
* more unquoted messages with kommas fixedHartmut Holzgraefe2002-01-041-1/+1
|
* Update headers.Sebastian Bergmann2001-12-114-4/+4
|
* Fixed a typo.foobar2001-12-091-3/+3
|
* Align comments in xslt.cSterling Hughes2001-12-092-8/+6
| | | | | | | First try at fixing funny resource free'ing problems with objects, don't perform a zval seperation when we're directly saving a pointer to the SAX or Scheme handlers
* - 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
|
* MFBSterling Hughes2001-12-031-3/+1
|