summaryrefslogtreecommitdiff
path: root/ext/sablot/sablot.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the sablotron extensionSterling Hughes2001-11-181-1687/+0
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* fix macroDaniel Beulshausen2001-10-041-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-3/+3
* build fixesDaniel Beulshausen2001-09-071-5/+6
* fix compile on sun forte ccSterling Hughes2001-09-031-16/+17
* 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
* build fixZeev Suraski2001-08-101-1/+1
* Sablot extension cleanup - it compiles again nowRasmus Lerdorf2001-08-101-11/+10
* 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-281-33/+9
* 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
* Hopefully fix leaks...Sterling Hughes2001-06-241-9/+15
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* fix crash bug 10400.Sterling Hughes2001-04-191-4/+5
* 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-261-1/+1
* Change e-mail addressSterling Hughes2001-02-151-1/+1
* Fix the scheme handler support and make it compile on win32 systems.Sterling Hughes2001-01-201-46/+51
* @- Added xslt_set_scheme_handler() function (carmelo@akooe.com)foobar2001-01-191-0/+159
* 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-161-0/+54
* 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-061-0/+30
* Heads up people!Zeev Suraski2000-12-221-5/+3
* Fix a crash related to the simple sablotron api. (thies)Sterling Hughes2000-12-111-37/+61
* 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-081-13/+13
* Another attempt at fixing 8036Sterling Hughes2000-12-031-5/+5
* Windows ist ser schlechtSterling Hughes2000-12-031-4/+2
* First attempt at fixing 8036Sterling Hughes2000-12-021-0/+3
* Declaring variables is generally a good thingSterling Hughes2000-11-241-777/+782
* Fix segfault when non-array in params or arguments is given toSterling Hughes2000-11-241-53/+46
* added missing SABLOTLS_FETCH()Daniel Beulshausen2000-11-231-0/+4
* Major rework of the basic api which provides:Sterling Hughes2000-11-211-146/+401
* Das war nicht gut.Sterling Hughes2000-11-021-1/+1
* cosmetic changes (added some "proto"s missing in the function documentations)Jesus M. Castagnetto2000-10-311-4/+4
* New e-mail address.Sterling Hughes2000-10-271-1/+1
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-3/+4