Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop the search when the libs are found. | foobar | 2002-05-02 | 1 | -1/+2 |
| | |||||
* | Only support the new libexpat. | foobar | 2002-04-25 | 1 | -17/+27 |
| | |||||
* | expletives deleted. | Sterling Hughes | 2002-04-21 | 1 | -3/+7 |
| | |||||
* | some more fixes towards making it work again | Sterling Hughes | 2002-04-21 | 1 | -5/+5 |
| | |||||
* | throw a warning if encoding support not available... | Sterling Hughes | 2002-04-19 | 1 | -1/+3 |
| | |||||
* | make it work with dom processing, this allows DOM tree caching to avoid | Sterling Hughes | 2002-04-19 | 2 | -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 Ohgaki | 2002-04-19 | 1 | -1/+1 |
| | |||||
* | Removed redefinition of MIN() | Sander Roobol | 2002-04-18 | 1 | -2/+0 |
| | |||||
* | move xslt_error and xslt_errno down to functions, in order to | Sterling Hughes | 2002-04-16 | 1 | -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 number | Derick Rethans | 2002-04-16 | 1 | -1/+1 |
| | |||||
* | update these docs, phpdoc will lag a bit :) | Sterling Hughes | 2002-04-16 | 1 | -31/+31 |
| | |||||
* | Prefix current functions with "sax" in order to make way for dom interface | Sterling Hughes | 2002-04-16 | 2 | -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 tidbit | Sterling Hughes | 2002-04-16 | 1 | -177/+108 |
| | |||||
* | Update Sablotron version supported. | Yasuo Ohgaki | 2002-04-12 | 1 | -1/+1 |
| | |||||
* | Whitespace fixes | Sterling Hughes | 2002-03-25 | 1 | -50/+86 |
| | |||||
* | remove experimental status | Sterling Hughes | 2002-03-23 | 1 | -6/+0 |
| | |||||
* | make key identifiers case sensitive | Sterling Hughes | 2002-03-23 | 1 | -11/+11 |
| | |||||
* | - Fix experimental notice | Derick Rethans | 2002-03-23 | 1 | -5/+6 |
| | |||||
* | fix the fix | foobar | 2002-03-22 | 1 | -1/+3 |
| | |||||
* | - Fixed minor inconvenience with iconv detection when iconv is found in libc | foobar | 2002-03-22 | 1 | -0/+1 |
| | |||||
* | getting rid of the warn_not_available alias | Hartmut Holzgraefe | 2002-03-22 | 1 | -2/+0 |
| | |||||
* | Minor detail fixed. | foobar | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | - Made one test/setup macro for iconv and fixed it to check | foobar | 2002-03-17 | 1 | -22/+3 |
| | | | | | for libc first. | ||||
* | * "new and improved" iconv test | Stig Bakken | 2002-03-15 | 1 | -8/+16 |
| | |||||
* | * another libconv->libiconv typo | Stig Bakken | 2002-03-13 | 1 | -1/+1 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -9/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 4 | -8/+8 |
| | |||||
* | - Fix info output (Peter Neuman <neuman_peter@hotmail.com>). | Markus Fischer | 2002-02-23 | 1 | -1/+1 |
| | |||||
* | Fix cosmetic bug. (#15142) | Sean Bright | 2002-02-15 | 1 | -1/+1 |
| | |||||
* | Update for Sablotron .8 | Sterling Hughes | 2002-01-17 | 1 | -0/+11 |
| | |||||
* | more unquoted messages with kommas fixed | Hartmut Holzgraefe | 2002-01-04 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 4 | -4/+4 |
| | |||||
* | Fixed a typo. | foobar | 2001-12-09 | 1 | -3/+3 |
| | |||||
* | Align comments in xslt.c | Sterling Hughes | 2001-12-09 | 2 | -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 Fischer | 2001-12-07 | 1 | -1/+2 |
| | |||||
* | Let's not crash when no error str has been set | Rasmus Lerdorf | 2001-12-07 | 1 | -1/+5 |
| | |||||
* | MFB | Sterling Hughes | 2001-12-03 | 1 | -3/+1 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -6/+7 |
| | |||||
* | fixed a link error in configure script. | Rui Hirokawa | 2001-11-25 | 1 | -2/+6 |
| | |||||
* | - Fix for bug #14169 | Derick Rethans | 2001-11-22 | 1 | -0/+1 |
| | |||||
* | - Fix scheme/sax handlers (patch by Lenar Lõhmus <lenar@vision.ee>) | Derick Rethans | 2001-11-13 | 1 | -20/+20 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | - More <br> to <br /> fixes | Derick Rethans | 2001-10-09 | 1 | -1/+1 |
| | |||||
* | Revert macro-subst, because wasn't necessary here, and those who were | Jeroen van Wolffelaar | 2001-09-26 | 1 | -6/+6 |
| | | | | | substitued weren't zvals | ||||
* | 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. | Jeroen van Wolffelaar | 2001-09-26 | 1 | -6/+6 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -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 the | Sterling Hughes | 2001-09-15 | 1 | -9/+9 |
| | | | | | string length. | ||||
* | properly grab field and value pairs, plus avoid a segfault when errmsg isn't | Sterling Hughes | 2001-09-15 | 1 | -4/+8 |
| | | | | | defined | ||||
* | Always return something from non-void function | Sascha Schumann | 2001-09-11 | 1 | -1/+1 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 2 | -4/+4 |
| |