summaryrefslogtreecommitdiff
path: root/ext/sablot
Commit message (Collapse)AuthorAgeFilesLines
* Remove the sablotron extensionSterling Hughes2001-11-187-2015/+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 :)
* * 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)
* fix macroDaniel Beulshausen2001-10-041-1/+1
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-3/+3
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* build fixesDaniel Beulshausen2001-09-072-6/+7
|
* if test -f /usr/local/lib/libexample.s?; then <-- no workiefoobar2001-09-071-2/+2
| | | | | | | | if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( #
* 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
| | | | | faster mechanism
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-2/+8
| | | | | | | | | take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there.
* 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
| | | | | check for expat first and add -lexpat then check for sablot
* 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
| | | | | | | - 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...
* 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
| | | | | | | # Not sure if this is correct, I can verify that it doesn't break anything # and it logically looks like it would work. Can someone test this (BSD # and/or Windows)
* 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
| | | | | # Heads up people! I tested this before committing but you never know..
* Improve chunked output buffering - the output handler now knows at which ↵Zeev Suraski2001-03-041-2/+2
| | | | stage it is
* - Pointed out by Andrei. zval_ptr_dtor() should be used instead of theAndi Gutmans2001-02-271-5/+5
| | | | | zval_del_ref() function which should be nuked.
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* Change e-mail addressSterling Hughes2001-02-152-2/+2
| | | | | | # Can I get someone to change my cvsusers e-mail address to # sterling@designmultimedia.com?
* 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
| | | | | into EXTENSIONS file.
* @- 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
| | | | | Added the SABLOT_SET_ERROR() macro to set sablotron errors...
* 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 ↵Sterling Hughes2001-01-091-27/+29
| | | | | | | file and fix the prototype.
* linked with libexpat. it's necessary to use sablot-0.50. added ↵Rui Hirokawa2001-01-063-2/+42
| | | | xslt_set_encoding() function.
* Heads up people!Zeev Suraski2000-12-221-5/+3
| | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok...