php-src/ext/interbase
Rasmus Lerdorf 8c497f05c4 We don't consistently check for args passed to functions that don't
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.
2001-08-13 06:43:47 +00:00
..
tests @PHP 3 regression testing framework re-born (Stig) 2000-08-27 19:46:06 +00:00
config.m4 Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. 2001-03-27 20:35:04 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
interbase.c We don't consistently check for args passed to functions that don't 2001-08-13 06:43:47 +00:00
interbase.dsp Update .dsp 2000-08-24 18:58:50 +00:00
Makefile.in Make interbase compilable as shared module 2000-05-02 04:26:22 +00:00
php_interbase.h 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
setup.stub last bunch of extensions moving to ext/ 1999-04-22 02:48:28 +00:00