summaryrefslogtreecommitdiff
path: root/ext/sablot
Commit message (Expand)AuthorAgeFilesLines
* build fixesDaniel Beulshausen2001-09-072-6/+7
* if test -f /usr/local/lib/libexample.s?; then <-- no workiefoobar2001-09-071-2/+2
* fix compile on sun forte ccSterling Hughes2001-09-031-16/+17
* Look for iconv library also in $ICONV_DIR.foobar2001-08-171-4/+2
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-5/+6
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-2/+8
* More build fixesZeev Suraski2001-08-101-2/+3
* There we go.Zeev Suraski2001-08-101-2/+2
* build fixZeev Suraski2001-08-101-1/+1
* Sablot extension cleanup - it compiles again nowRasmus Lerdorf2001-08-102-12/+11
* The checks were in the wrong order here. sablot depends on expat, soRasmus Lerdorf2001-08-101-3/+4
* more tsrm cleanupSascha Schumann2001-08-051-3/+3
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-2/+3
* Zend compatibility patchZeev Suraski2001-07-301-4/+5
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-6/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-46/+10
* nesting_level is now ob_nesting_level in main/php_output.hJoey Smith2001-07-281-1/+1
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-6/+6
* Fix last two instances of using ext/standard/php_output.hSascha Schumann2001-07-201-1/+1
* fixed a link problem of shared extension module in ext/xslt.Rui Hirokawa2001-07-021-1/+1
* Hopefully fix leaks...Sterling Hughes2001-06-241-9/+15
* Cleanup a little bit.foobar2001-06-011-21/+14
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* The PHP_EXTENSION() has to be before any other PHP_ARG_*()'sfoobar2001-05-091-1/+2
* No need to show these if they are not used.foobar2001-05-081-3/+4
* Check for the existance of the iconv librarySterling Hughes2001-05-011-0/+18
* fix crash bug 10400.Sterling Hughes2001-04-191-4/+5
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-6/+6
* Improve chunked output buffering - the output handler now knows at which stag...Zeev Suraski2001-03-041-2/+2
* - Pointed out by Andrei. zval_ptr_dtor() should be used instead of theAndi Gutmans2001-02-271-5/+5
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* Change e-mail addressSterling Hughes2001-02-152-2/+2
* Fix the scheme handler support and make it compile on win32 systems.Sterling Hughes2001-01-201-46/+51
* Added some missing EXPERIMENTAL files plus some missing extensionsfoobar2001-01-191-0/+5
* @- Added xslt_set_scheme_handler() function (carmelo@akooe.com)foobar2001-01-192-0/+163
* Fixed a typo.foobar2001-01-181-1/+1
* Fix (well it works) the error display with sablotron.Sterling Hughes2001-01-171-16/+7
* Make sablot compile again. Typo?foobar2001-01-171-1/+1
* @ Added the xslt_set_base function. (Sterling)Sterling Hughes2001-01-162-0/+55
* Fix build.foobar2001-01-111-0/+1
* removed old expat libsDaniel Beulshausen2001-01-111-2/+2
* disable directory search for libexpat and disable some macros for libxml-1.95.Rui Hirokawa2001-01-101-0/+1
* added a option to dedine libexpat install directory (by Jani Taskinen)Rui Hirokawa2001-01-091-7/+19
* Move the definition of the xslt_set_encoding to the "proper" place in the fil...Sterling Hughes2001-01-091-27/+29
* linked with libexpat. it's necessary to use sablot-0.50. added xslt_set_encod...Rui Hirokawa2001-01-063-2/+42
* Heads up people!Zeev Suraski2000-12-221-5/+3
* Fix a crash related to the simple sablotron api. (thies)Sterling Hughes2000-12-112-38/+75
* For nice looking error output. ;)Sterling Hughes2000-12-101-0/+1
* Fix crash on error handler.Sterling Hughes2000-12-101-9/+11
* Fix sablotron.Sterling Hughes2000-12-083-18/+15