Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify error messages | Derick Rethans | 2002-06-27 | 1 | -17/+17 |
| | |||||
* | - Fix this without breaking BC | foobar | 2002-03-20 | 2 | -2/+9 |
| | |||||
* | - the fdf include file shipped with the FDF toolkit is spelled | Uwe Steinmann | 2002-03-19 | 1 | -1/+1 |
| | | | | | in lower case (at least in version 5.0) | ||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -7/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | added libfdftk for link path to make shared module. | Rui Hirokawa | 2001-12-30 | 1 | -0/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-05 | 1 | -1/+1 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -3/+5 |
| | |||||
* | * 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) | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Fixes commit / link problems with certain compilers. | foobar | 2001-09-05 | 1 | -1/+1 |
| | | | | | | # Please use PHP_CHECK_LIBRARY() always instead of AC_CHECK_LIB # if you need to pass extra libs/libpaths to the test. | ||||
* | KISS. And the search order must be reversed always. Last one counts. | foobar | 2001-08-30 | 1 | -14/+7 |
| | |||||
* | accomodate SAPI_API changes | Daniel Beulshausen | 2001-08-15 | 1 | -2/+2 |
| | |||||
* | Track down a few more functions that don't check for 0 args and use | Rasmus Lerdorf | 2001-08-13 | 1 | -2/+3 |
| | | | | | faster mechanism | ||||
* | We don't consistently check for args passed to functions that don't | Rasmus Lerdorf | 2001-08-13 | 1 | -0/+3 |
| | | | | | | | | | 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. | ||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -18/+18 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -1/+1 |
| | | | | | - whitespace fixes | ||||
* | This should work better. Thanks to Jon Wagoner <jwagoner@wlion.com> | foobar | 2001-08-01 | 1 | -2/+2 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+2 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -1/+0 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -2/+1 |
| | |||||
* | Fix build. This was done by bringing this to the 'PHP 4 era' :) | foobar | 2001-07-28 | 1 | -16/+10 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -2/+2 |
| | | | | | | | - 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... | ||||
* | Add fdf_set_encoding() | Rasmus Lerdorf | 2001-07-13 | 2 | -0/+35 |
| | |||||
* | 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 | -19/+16 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | Cleaned up this a bit.. | foobar | 2001-05-10 | 1 | -4/+1 |
| | |||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -1/+1 |
| | |||||
* | Fix bug #10545. | foobar | 2001-04-29 | 1 | -6/+13 |
| | |||||
* | fixed protos | foobar | 2001-04-07 | 1 | -17/+17 |
| | |||||
* | Fixed some bugs. | foobar | 2001-04-06 | 2 | -390/+318 |
| | |||||
* | Fix bugs: #10157, #7549 | foobar | 2001-04-05 | 1 | -30/+31 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | Prevent mem leak | foobar | 2001-03-18 | 1 | -0/+1 |
| | |||||
* | Fix the fix. Plus killed some compile warnings. | foobar | 2001-03-18 | 1 | -11/+3 |
| | |||||
* | Fix reference to nuked function | Zeev Suraski | 2001-03-18 | 1 | -2/+11 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | |||||
* | Fixed some protos. | Egon Schmid | 2000-12-01 | 1 | -16/+16 |
| | |||||
* | - The name of the extension has to be fdf and not fdftk | Uwe Steinmann | 2000-11-23 | 1 | -2/+2 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | - fixed silly bug (did check for 5 arguments but expected only 4) | Uwe Steinmann | 2000-11-15 | 1 | -1/+1 |
| | |||||
* | PHP_FDFTK is always != no. $PHP_FDFTK is not. | Sascha Schumann | 2000-11-12 | 1 | -1/+1 |
| | |||||
* | enabled shared module. | Rui Hirokawa | 2000-11-12 | 2 | -37/+36 |
| | |||||
* | win32 sapi symbol export fixes | Daniel Beulshausen | 2000-11-07 | 2 | -3/+5 |
| | |||||
* | 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 | -2/+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) | ||||
* | post handler registration done right | Hartmut Holzgraefe | 2000-10-13 | 1 | -27/+1 |
| | | | | | (never use emalloc in an extension MINIT function) |