Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the sablotron extension | Sterling Hughes | 2001-11-18 | 7 | -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 Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | fix macro | Daniel Beulshausen | 2001-10-04 | 1 | -1/+1 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -3/+3 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | build fixes | Daniel Beulshausen | 2001-09-07 | 2 | -6/+7 |
| | |||||
* | if test -f /usr/local/lib/libexample.s?; then <-- no workie | foobar | 2001-09-07 | 1 | -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 cc | Sterling Hughes | 2001-09-03 | 1 | -16/+17 |
| | |||||
* | Look for iconv library also in $ICONV_DIR. | foobar | 2001-08-17 | 1 | -4/+2 |
| | |||||
* | Track down a few more functions that don't check for 0 args and use | Rasmus Lerdorf | 2001-08-13 | 1 | -5/+6 |
| | | | | | faster mechanism | ||||
* | We don't consistently check for args passed to functions that don't | Rasmus Lerdorf | 2001-08-13 | 1 | -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 fixes | Zeev Suraski | 2001-08-10 | 1 | -2/+3 |
| | |||||
* | There we go. | Zeev Suraski | 2001-08-10 | 1 | -2/+2 |
| | |||||
* | build fix | Zeev Suraski | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | Sablot extension cleanup - it compiles again now | Rasmus Lerdorf | 2001-08-10 | 2 | -12/+11 |
| | |||||
* | The checks were in the wrong order here. sablot depends on expat, so | Rasmus Lerdorf | 2001-08-10 | 1 | -3/+4 |
| | | | | | check for expat first and add -lexpat then check for sablot | ||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -3/+3 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -2/+3 |
| | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -4/+5 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -6/+0 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -46/+10 |
| | |||||
* | nesting_level is now ob_nesting_level in main/php_output.h | Joey Smith | 2001-07-28 | 1 | -1/+1 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -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.h | Sascha Schumann | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | fixed a link problem of shared extension module in ext/xslt. | Rui Hirokawa | 2001-07-02 | 1 | -1/+1 |
| | |||||
* | Hopefully fix leaks... | Sterling Hughes | 2001-06-24 | 1 | -9/+15 |
| | |||||
* | Cleanup a little bit. | foobar | 2001-06-01 | 1 | -21/+14 |
| | |||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | The PHP_EXTENSION() has to be before any other PHP_ARG_*()'s | foobar | 2001-05-09 | 1 | -1/+2 |
| | |||||
* | No need to show these if they are not used. | foobar | 2001-05-08 | 1 | -3/+4 |
| | |||||
* | Check for the existance of the iconv library | Sterling Hughes | 2001-05-01 | 1 | -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 Hughes | 2001-04-19 | 1 | -4/+5 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -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 Suraski | 2001-03-04 | 1 | -2/+2 |
| | | | | stage it is | ||||
* | - Pointed out by Andrei. zval_ptr_dtor() should be used instead of the | Andi Gutmans | 2001-02-27 | 1 | -5/+5 |
| | | | | | zval_del_ref() function which should be nuked. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | |||||
* | Change e-mail address | Sterling Hughes | 2001-02-15 | 2 | -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 Hughes | 2001-01-20 | 1 | -46/+51 |
| | |||||
* | Added some missing EXPERIMENTAL files plus some missing extensions | foobar | 2001-01-19 | 1 | -0/+5 |
| | | | | | into EXTENSIONS file. | ||||
* | @- Added xslt_set_scheme_handler() function (carmelo@akooe.com) | foobar | 2001-01-19 | 2 | -0/+163 |
| | |||||
* | Fixed a typo. | foobar | 2001-01-18 | 1 | -1/+1 |
| | |||||
* | Fix (well it works) the error display with sablotron. | Sterling Hughes | 2001-01-17 | 1 | -16/+7 |
| | |||||
* | Make sablot compile again. Typo? | foobar | 2001-01-17 | 1 | -1/+1 |
| | |||||
* | @ Added the xslt_set_base function. (Sterling) | Sterling Hughes | 2001-01-16 | 2 | -0/+55 |
| | | | | | Added the SABLOT_SET_ERROR() macro to set sablotron errors... | ||||
* | Fix build. | foobar | 2001-01-11 | 1 | -0/+1 |
| | |||||
* | removed old expat libs | Daniel Beulshausen | 2001-01-11 | 1 | -2/+2 |
| | |||||
* | disable directory search for libexpat and disable some macros for libxml-1.95. | Rui Hirokawa | 2001-01-10 | 1 | -0/+1 |
| | |||||
* | added a option to dedine libexpat install directory (by Jani Taskinen) | Rui Hirokawa | 2001-01-09 | 1 | -7/+19 |
| | |||||
* | Move the definition of the xslt_set_encoding to the "proper" place in the ↵ | Sterling Hughes | 2001-01-09 | 1 | -27/+29 |
| | | | | | | | file and fix the prototype. | ||||
* | linked with libexpat. it's necessary to use sablot-0.50. added ↵ | Rui Hirokawa | 2001-01-06 | 3 | -2/+42 |
| | | | | xslt_set_encoding() function. | ||||
* | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -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... |