summaryrefslogtreecommitdiff
path: root/ext/sablot/php_sablot.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the sablotron extensionSterling Hughes2001-11-181-138/+0
| | | | | | | | | | | | | | | | | | | | | # HOOOOOOOOOOOORAY :)Remove the sablotron extension # HOOOOOOOOOOOORAY :)Remove the sablotron extension # HOOOOOOOOOOOORAY :)Remove the sablotron extension # HOOOOOOOOOOOORAY :)Remove the sablotron extension # HOOOOOOOOOOOORAY :)Remove the sablotron extension # HOOOOOOOOOOOORAY :)Remove the sablotron extension # HOOOOOOOOOOOORAY :)Remove the sablotron extension # HOOOOOOOOOOOORAY :)Remove the sablotron extension # HOOOOOOOOOOOORAY :)
* build fixesDaniel Beulshausen2001-09-071-1/+1
|
* There we go.Zeev Suraski2001-08-101-2/+2
|
* Sablot extension cleanup - it compiles again nowRasmus Lerdorf2001-08-101-1/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-13/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Change e-mail addressSterling Hughes2001-02-151-1/+1
| | | | | | # Can I get someone to change my cvsusers e-mail address to # sterling@designmultimedia.com?
* @- Added xslt_set_scheme_handler() function (carmelo@akooe.com)foobar2001-01-191-0/+4
|
* @ Added the xslt_set_base function. (Sterling)Sterling Hughes2001-01-161-0/+1
| | | | | Added the SABLOT_SET_ERROR() macro to set sablotron errors...
* linked with libexpat. it's necessary to use sablot-0.50. added ↵Rui Hirokawa2001-01-061-0/+3
| | | | xslt_set_encoding() function.
* Fix a crash related to the simple sablotron api. (thies)Sterling Hughes2000-12-111-1/+14
| | | | | | make sablotron work with zts. fix a leak or two,
* Fix sablotron.Sterling Hughes2000-12-081-4/+1
| | | | | | | Add a little beautifying of the extensions name for phpcredits() (Sablotron XSLT not Sablot). #would somebody please add this to the release tree, thanks much!
* Another attempt at fixing 8036Sterling Hughes2000-12-031-1/+3
|
* Major rework of the basic api which provides:Sterling Hughes2000-11-211-14/+39
| | | | | | | | | | | | | | | | | | | - All Sablotron errors are now caught meaning nothing is ever outputted directly to the screen allowing you to catch all errors. - A mechanism is provided for you to have an error function which recieves all sablotron errors. - All of the basic functions re-use a single processor increasing performance (especially with high loads). - Added a bunch of comments, more to come (this way other people can easily modify my source). @ Added the xslt_set_error_handler() function to the Sablotron extension. @ (Sterling) @ Improved Sablotron's error handling system allowing you to catch all @ errors before they are outputted to the screen. (Sterling)
* New e-mail address.Sterling Hughes2000-10-271-1/+1
|
* Buncha changes, generally makes the module more stable and removes unnecessarySterling Hughes2000-09-301-4/+0
| | | | | (as of Sablotron 0.44) workarounds.
* Add:Sterling Hughes2000-09-051-0/+1
| | | | | | Support for multiple processors (re-using the old one). Support for basic functions when a processor is in use.
* Convert 2 internal functions to follow naming conventions.Sterling Hughes2000-09-041-1/+0
| | | | | Revert small patch made earlier
* If the user wants to use more than one handle reuse the old handle.Sterling Hughes2000-09-031-0/+1
|
* @-Add the Sablotron extension for XSL parsing. (Sterling)Sterling Hughes2000-09-031-0/+108
Folks, features include: - Output Buffering Tie-ins - Optional Descriptive error reporting (compile option) - String Transformations - File Transformations - Logging - SAX XML Processing support (slightly different from expat, even though Sablotron uses expat to do the parsing.)