| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | |||||
| * | MFH | foobar | 2001-09-07 | 1 | -1/+1 |
| | | |||||
| * | Fix warning. | Sebastian Bergmann | 2001-08-12 | 1 | -1/+1 |
| | | |||||
| * | tags need to be UTF8-decoded as well. | Thies C. Arntzen | 2001-08-12 | 2 | -54/+94 |
| | | | | | | | guys, case_folding can only work when the parser target encoding equal (or compatible) with the locale setting of the system as we use toupper to "do it" | ||||
| * | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -2/+2 |
| | | |||||
| * | @- Bump bundled expat to 1.95.2 (Thies) | Thies C. Arntzen | 2001-07-30 | 7 | -214/+268 |
| | | |||||
| * | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | | |||||
| * | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -6/+5 |
| | | |||||
| * | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -0/+2 |
| | | |||||
| * | - Use object macros | Andi Gutmans | 2001-07-28 | 1 | -1/+1 |
| | | |||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -14/+2 |
| | | |||||
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -3/+3 |
| | | | | | | | | - 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... | ||||
| * | ZVAL_BOOL(v,0) -> ZVAL_FALSE(v) | Thies C. Arntzen | 2001-07-11 | 1 | -3/+2 |
| | | |||||
| * | Nuke zval_reset | Zeev Suraski | 2001-07-11 | 1 | -1/+1 |
| | | |||||
| * | var_reset -> ZVAL_RESET | Zeev Suraski | 2001-07-11 | 1 | -1/+1 |
| | | |||||
| * | xml_utf8_encode: make sure the returned data is zero-terminated | Thies C. Arntzen | 2001-07-09 | 1 | -4/+3 |
| | | |||||
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | | |||||
| * | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -4/+3 |
| | | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
| * | Fix XML build. | Sascha Schumann | 2001-06-03 | 1 | -1/+1 |
| | | | | | | # sniper, did you ever test one of your patches? | ||||
| * | fix logic | Sascha Schumann | 2001-06-03 | 1 | -1/+3 |
| | | |||||
| * | Make use of the --with-expat-dir configure option | foobar | 2001-06-01 | 1 | -14/+22 |
| | | |||||
| * | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | | |||||
| * | Remove extraneous tab | Sascha Schumann | 2001-05-21 | 1 | -1/+1 |
| | | |||||
| * | Whoops, the expat directory needs the XML_BYTE_ORDER macro | Sascha Schumann | 2001-05-20 | 2 | -2/+2 |
| | | |||||
| * | Don't add -DXML_BYTE_ORDER to global CPPFLAGS | Sascha Schumann | 2001-05-20 | 2 | -1/+4 |
| | | |||||
| * | Looks like this was a bogus gcc warning. | Sascha Schumann | 2001-05-19 | 1 | -2/+0 |
| | | | | | | Submitted by: Sebastian Bergmann | ||||
| * | Nuke some warnings. | Sascha Schumann | 2001-05-19 | 3 | -3/+11 |
| | | |||||
| * | added expat version to phpinfo(); | Thies C. Arntzen | 2001-05-14 | 1 | -0/+1 |
| | | |||||
| * | hopefully fix win32 build, untested | Daniel Beulshausen | 2001-05-12 | 3 | -1142/+27 |
| | | |||||
| * | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -3/+3 |
| | | |||||
| * | add missing file | Thies C. Arntzen | 2001-05-12 | 1 | -0/+712 |
| | | |||||
| * | bump bundled expat to 1.95.1 | Thies C. Arntzen | 2001-05-11 | 31 | -2117/+2505 |
| | | | | | | win32 project _needs_ updating and i don't have windows | ||||
| * | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -4/+4 |
| | | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
| * | Removed skipif.php + Fixed tests to use skipif.inc instead. | foobar | 2001-03-20 | 3 | -11/+2 |
| | | |||||
| * | - Pointed out by Andrei. zval_ptr_dtor() should be used instead of the | Andi Gutmans | 2001-02-27 | 1 | -14/+14 |
| | | | | | | zval_del_ref() function which should be nuked. | ||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | | |||||
| * | fixed SEGFAULT when using xml_set_object. Zend does not yes support | Thies C. Arntzen | 2001-02-15 | 1 | -17/+10 |
| | | | | | | cyclic references! | ||||
| * | disable directory search for libexpat and disable some macros for libxml-1.95. | Rui Hirokawa | 2001-01-10 | 1 | -11/+3 |
| | | |||||
| * | remove stupid ifdef's | Daniel Beulshausen | 2001-01-05 | 1 | -6/+0 |
| | | |||||
| * | include config.w32.h under win32 | Daniel Beulshausen | 2001-01-05 | 1 | -0/+6 |
| | | |||||
| * | added libxml-1.95 support and some new functions related to namespace ↵ | Rui Hirokawa | 2001-01-05 | 4 | -14/+231 |
| | | | | | support. changed config.m4 to support xml extension as shared module. | ||||
| * | revert last fix. the problem is now fixed globally in Zend. | Thies C. Arntzen | 2000-12-24 | 1 | -4/+1 |
| | | |||||
| * | fix #8363. | Thies C. Arntzen | 2000-12-23 | 1 | -1/+4 |
| | | | | | | fix call_user_function when parser->object is not set. | ||||
| * | Fix call_user_function() with objects - it could leak under certain ↵ | Zeev Suraski | 2000-12-13 | 1 | -1/+1 |
| | | | | | circumstances | ||||
| * | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | | |||||
| * | update my email. | Thies C. Arntzen | 2000-10-29 | 2 | -2/+2 |
| | | |||||
| * | Remove second_arg_force_ref, defined in Zend | Sascha Schumann | 2000-10-26 | 1 | -1/+0 |
| | | | | | | Submitted by: Bill Stoddard | ||||
| * | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -1/+1 |
| | | |||||
| * | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -3/+4 |
| | | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | ||||
| * | Remove deprecated call-time reference | Stanislav Malyshev | 2000-09-03 | 1 | -1/+1 |
| | | |||||
