Log of /trunk/extension
Directory Listing
Revision
42 -
Directory Listing
Modified
Thu May 31 15:30:47 2007 UTC
(2 years, 5 months ago)
by
rbateman
Reversed one of yesterday's steps "forward"...
Revision
41 -
Directory Listing
Modified
Wed May 30 20:48:23 2007 UTC
(2 years, 5 months ago)
by
rbateman
Added yet more notes to the README. Corrected two nasty compilation warnings.
Revision
38 -
Directory Listing
Modified
Wed May 30 17:43:53 2007 UTC
(2 years, 5 months ago)
by
rbateman
Fixed the type strings as best as I could figure and
wrote a small treatise on it for the next schmuck who
comes here to scratch his head.
Revision
37 -
Directory Listing
Modified
Wed May 30 17:14:02 2007 UTC
(2 years, 5 months ago)
by
rbateman
This should finish the new additions to our bindings of
missing VAS functionality. We still have to go back in
and figure out the type string argument to zend_parse_-
parameters (see TODO).
Revision
35 -
Directory Listing
Modified
Wed May 30 00:12:50 2007 UTC
(2 years, 5 months ago)
by
dleonard
Group the vas_*_compare() functions and protect them with an ifdef.
(These functions were introduced in VAS 3.1.0.47 without an api version
increase.)
Revision
34 -
Directory Listing
Modified
Tue May 29 22:34:49 2007 UTC
(2 years, 5 months ago)
by
rbateman
Added vas_name_compare and vas_user_compare...
Revision
32 -
Directory Listing
Modified
Fri May 25 22:26:03 2007 UTC
(2 years, 5 months ago)
by
rbateman
Changed some debug wording...
Revision
31 -
Directory Listing
Modified
Fri May 25 04:54:56 2007 UTC
(2 years, 5 months ago)
by
dleonard
Support VASAPI before 4.3
Handle cases for unversioned symbols introduced in vasdev between 3.0.24
and 3.1.1.39.
Factor out all the calls to REGISTER_LONG_CONSTANT()
Revision
28 -
Directory Listing
Modified
Fri May 4 21:21:53 2007 UTC
(2 years, 6 months ago)
by
rbateman
This should fix #273.
Revision
27 -
Directory Listing
Modified
Wed May 2 22:27:29 2007 UTC
(2 years, 6 months ago)
by
rbateman
Fixes #269 by adding binding for vas_group_get_grinfo.
Revision
26 -
Directory Listing
Modified
Wed May 2 16:39:31 2007 UTC
(2 years, 6 months ago)
by
rbateman
Fixes #12426 and, perhaps, others where uninitialized variables were "found"
in the bindings implementations. Made a pass through this code to change
wrap to zif (per Zend mandate). Other stuff. The reindented autoclass
variable definitions and other indentation changes were made to signal
that the function thus modified had been inspected for uninitialized
variables.
Revision
23 -
Directory Listing
Modified
Mon Apr 23 19:58:44 2007 UTC
(2 years, 7 months ago)
by
rbateman
This fixes the compilation problems between php4 and php5--it works on either
noe.
Revision
10 -
Directory Listing
Added
Fri Apr 13 05:24:57 2007 UTC
(2 years, 7 months ago)
by
dleonard
Use phpize.
- Moved extension and scripts into subdirectories
- Simplify the autoconf logic by letting vas-config, php-config and phpize
do all the hard work of figuring out what flags and suffixes to use.
- Added support for builddir!=srcdir which is useful for small-disk/nfs
distributed builds.
- 'make distcheck' now passes.
This is a fairly radical reorganisation, but it will make porting easier.