summaryrefslogtreecommitdiff
path: root/ext/xslt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Unified the configure messages.foobar2001-11-301-6/+7
|
* fixed a link error in configure script.Rui Hirokawa2001-11-251-2/+6
|
* - 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
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* - More <br> to <br /> fixesDerick Rethans2001-10-091-1/+1
|
* Revert macro-subst, because wasn't necessary here, and those who wereJeroen van Wolffelaar2001-09-261-6/+6
| | | | | substitued weren't zvals
* 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now.Jeroen van Wolffelaar2001-09-261-6/+6
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-6/+6
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* fix this in a couple of other places and use estrndup() when we have theSterling Hughes2001-09-151-9/+9
| | | | | string length.
* properly grab field and value pairs, plus avoid a segfault when errmsg isn'tSterling Hughes2001-09-151-4/+8
| | | | | defined
* Always return something from non-void functionSascha Schumann2001-09-111-1/+1
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-092-4/+4
|