summaryrefslogtreecommitdiff
path: root/ext/xslt
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* noetSterling Hughes2001-08-232-22/+24
|
* some cleanupSterling Hughes2001-08-231-24/+16
|
* Look for iconv library also in $ICONV_DIR.foobar2001-08-171-4/+2
|
* Filter a bit of the "Bronx" out of this READMERasmus Lerdorf2001-08-101-8/+8
|
* Killed compile warnings.foobar2001-08-071-0/+3
|
* adding -lsablot later makes it appear _before_ -lexpat in config_vars - andThies C. Arntzen2001-08-021-3/+4
| | | | | | that fixes a link problem (atleast) for me. sterling?
* fixed comment..foobar2001-07-311-1/+1
|
* Fix ZTS build.Sterling Hughes2001-07-311-15/+30
|
* ws fixSterling Hughes2001-07-311-1/+1
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-2/+2
|
* Zend compatibility patchZeev Suraski2001-07-301-3/+4
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-1/+0
| | | | the way
* buffer was too smallThies C. Arntzen2001-07-291-1/+1
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* fixed an argument in example of ext/xslt.Rui Hirokawa2001-07-031-1/+1
|
* Small fixes.Sterling Hughes2001-07-032-2/+2
|
* fixed a link problem of shared extension module in ext/xslt.Rui Hirokawa2001-07-021-1/+1
|
* If no backend is specified, bail out.foobar2001-06-301-0/+4
|
* # leftoversSterling Hughes2001-06-261-0/+1
|
* Making logging optional.Sterling Hughes2001-06-261-1/+11
|
* special offer... 0 out a structure, and remove a crash bug...Sterling Hughes2001-06-261-3/+3
| | | | | | # Offer only available between 6/30/2001 - 7/14/2001, Exclusively for # cvs committers
* let this stuff build under windowsDaniel Beulshausen2001-06-113-5/+121
|
* modified code freeing resouce which causes segmentation fault.Rui Hirokawa2001-06-102-15/+17
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-062-2/+4
|
* defined HAVE_CONFIG_H to enable DSO extension support.Rui Hirokawa2001-06-051-0/+4
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-052-4/+26
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* Use different define name for this.foobar2001-06-012-2/+2
|
* Cleanup. ws fixes (no tabs in config.m4 files please)foobar2001-06-011-83/+72
|
* compile warning fixes.......Sterling Hughes2001-05-291-9/+9
|
* Make this compile. Killed one compile warning.foobar2001-05-282-2/+2
| | | | | # I still get a lot warnings when compiling sablot.c
* compile goood, compile error baaad.Sterling Hughes2001-05-281-2/+2
|
* more leftoversSterling Hughes2001-05-271-0/+3
|
* leftoversSterling Hughes2001-05-272-84/+34
|
* # The mailing lists are a productivity hole, long liveSterling Hughes2001-05-271-32/+38
| | | | | | | | | | | | | | | cvsusers@php.net ;) 1) remove outdate struct xslt_function * construct in favor of just using the zval's themselves. 2) switch to call_user_function_ex() in the call_xslt_function() function (gotta respect the alliteration ;) . 3) modify README.XSLT-BACKENDS to reflect some of the changes to the api
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Some fixes. Actually assign a value scheme_handlers before processing it.Sterling Hughes2001-05-171-8/+24
| | | | | Add some checks for key type. Remove some debugging data.
* The PHP_EXTENSION() has to be before any other PHP_ARG_*()'sfoobar2001-05-091-1/+2
|