Sebastian Bergmann
38933514e1
Update headers.
2001-12-11 15:32:16 +00:00
foobar
068be1721f
Fixed a typo.
2001-12-09 02:02:44 +00:00
Sterling Hughes
c8ef634f1b
Align comments in xslt.c
...
First try at fixing funny resource free'ing problems with objects, don't
perform a zval seperation when we're directly saving a pointer to the SAX
or Scheme handlers
2001-12-09 01:18:20 +00:00
Markus Fischer
363a8b69c9
- Fix crash with invalid option to xslt_set_scheme_handlers().
2001-12-07 18:16:29 +00:00
Rasmus Lerdorf
ff3774d1ee
Let's not crash when no error str has been set
2001-12-07 17:29:53 +00:00
Derick Rethans
3eded520ef
- Fix for bug #14169
2001-11-22 07:48:59 +00:00
Derick Rethans
3ca8006a8d
- Fix scheme/sax handlers (patch by Lenar Lõhmus <lenar@vision.ee>)
2001-11-13 09:54:06 +00:00
Stig Bakken
689252082c
* zend_module_entry change: apino, debug and zts are moved first,
...
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)
2001-10-11 23:33:59 +00:00
Sterling Hughes
ca5fdbf537
fix this in a couple of other places and use estrndup() when we have the
...
string length.
2001-09-15 16:05:38 +00:00
Sterling Hughes
236bcdb514
properly grab field and value pairs, plus avoid a segfault when errmsg isn't
...
defined
2001-09-15 16:00:47 +00:00
Derick Rethans
78747bd2df
- Don't wrap lines... this is annoying while coding.
2001-09-09 13:29:31 +00:00
Sterling Hughes
398b65ed2f
noet
2001-08-23 21:56:29 +00:00
Sterling Hughes
0fabddb745
some cleanup
2001-08-23 21:22:38 +00:00
foobar
540f428a91
fixed comment..
2001-07-31 23:34:23 +00:00
Sterling Hughes
4b00c6b697
Fix ZTS build.
2001-07-31 23:22:19 +00:00
Sterling Hughes
1a5ee49024
ws fix
2001-07-31 19:43:11 +00:00
Zeev Suraski
aa1772ca72
More TSRMLS_FETCH annihilation
2001-07-31 05:44:11 +00:00
Zeev Suraski
1c25b8dd53
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
2001-07-30 01:56:43 +00:00
Sterling Hughes
6809bcf2b5
Small fixes.
2001-07-03 12:16:03 +00:00
Sterling Hughes
abd3b1543c
Making logging optional.
2001-06-26 22:48:44 +00:00
Sterling Hughes
8133703841
special offer... 0 out a structure, and remove a crash bug...
...
# Offer only available between 6/30/2001 - 7/14/2001, Exclusively for
# cvs committers
2001-06-26 18:20:28 +00:00
Daniel Beulshausen
218f570864
let this stuff build under windows
2001-06-11 14:53:31 +00:00
Rui Hirokawa
fd46c91466
modified code freeing resouce which causes segmentation fault.
2001-06-10 09:41:43 +00:00
Rasmus Lerdorf
81e2cf03ac
Fix folding and clean up some extensions
2001-06-06 13:06:12 +00:00
Rasmus Lerdorf
25c3a3a39d
vim-6 does folding - clean up a bunch of missing folding tags plus
...
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
2001-06-05 13:12:10 +00:00
foobar
69e6f7ae52
Use different define name for this.
2001-06-01 06:42:14 +00:00
Sterling Hughes
4fbb606f60
compile warning fixes.......
2001-05-29 07:08:47 +00:00
Sterling Hughes
a2962a1312
# The mailing lists are a productivity hole, long live
...
cvsusers@php.net ;)
1) remove outdate struct xslt_function * construct in favor of
just using
the zval's themselves.
2) switch to call_user_function_ex() in the call_xslt_function()
function (gotta respect the alliteration ;) .
3) modify README.XSLT-BACKENDS to reflect some of the changes to
the api
2001-05-27 00:57:21 +00:00
Stig Bakken
1beda9ee1e
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
2001-05-24 10:07:29 +00:00
Sterling Hughes
f7c8bb6a29
Some fixes. Actually assign a value scheme_handlers before processing it.
...
Add some checks for key type. Remove some debugging data.
2001-05-17 18:15:15 +00:00
Sterling Hughes
c67b6e4836
Add the xslt_make_array and xslt_free_array api functions (C level).
...
Change the naming to be a bit more standard for a few of the existing
api functions.
Make the sablotron backend compile with these changes.
2001-04-27 05:00:52 +00:00
Sterling Hughes
35890db0a1
Add an experimental version of the new XSLT extension. This is by no means
...
to be used on anything production, if you want to test it, beware, it may or
may not work (feel free to complain to me if it doesn't work, or shower
praise if it does work)...
Mainly in PHP's CVS so that work on the other backends can take place.
The api (function_entry) is what I'm thinking of for all backends. Every
backend simply needs to define these functions, I'll send an e-mail describing
all this in a bit....
2001-04-26 00:13:26 +00:00