| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use {NULL, NULL, NULL} to terminate function entry. | Yasuo Ohgaki | 2002-02-28 | 1 | -5/+5 |
| | | | | | | # It does not fix any bugs, since {0} works also. | ||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -3/+1 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | Unified the configure messages. | foobar | 2001-11-30 | 1 | -4/+3 |
| | | |||||
| * | * 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 |
| | | |||||
| * | killed a compile warning. | foobar | 2001-08-22 | 1 | -1/+0 |
| | | |||||
| * | 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. | ||||
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 |
| | | | | | | | | - 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... | ||||
| * | mhash_keygen_s2k() overwrote the limits of a statically allocated buffer | Sascha Schumann | 2001-07-01 | 1 | -3/+4 |
| | | | | | | | | for long salts. We truncate the salt now appropiately. PR: #11817 | ||||
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+9 |
| | | |||||
| * | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | | |||||
| * | 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.. | ||||
| * | - Finally rename modules.h to zend_modules.h for consistency (first try | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | | | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h | ||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | | |||||
| * | Some protos fixed. | Egon Schmid | 2001-01-15 | 1 | -7/+7 |
| | | |||||
| * | Avoid estrdup and a couple of other minor cleanups | Sascha Schumann | 2000-11-22 | 1 | -9/+6 |
| | | |||||
| * | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 1 | -15/+15 |
| | | |||||
| * | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | | |||||
| * | Added keygen_s2k function. Function which generates keys from passwords. | Nikos Mavroyanopoulos | 2000-10-25 | 2 | -1/+78 |
| | | |||||
| * | corrected authors notice | Nikos Mavroyanopoulos | 2000-10-18 | 1 | -1/+2 |
| | | |||||
| * | Added the mhash HMAC functionality. Now the mhash function can use | Nikos Mavroyanopoulos | 2000-10-17 | 1 | -24/+65 |
| | | | | | | keyed hash by added the key as an extra parameter to the function. | ||||
| * | cleanup | Daniel Beulshausen | 2000-09-30 | 1 | -1/+1 |
| | | |||||
| * | dsp for mhash | Daniel Beulshausen | 2000-08-30 | 1 | -0/+115 |
| | | | | | | # guess i'll have to add some readme's soon... | ||||
| * | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -3/+3 |
| | | |||||
| * | protos fixed | Hartmut Holzgraefe | 2000-05-26 | 1 | -4/+8 |
| | | |||||
| * | protos where lacking return types | Hartmut Holzgraefe | 2000-05-23 | 1 | -4/+4 |
| | | |||||
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | | |||||
| * | Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd | Sascha Schumann | 2000-05-02 | 1 | -6/+2 |
| | | |||||
| * | Make mhash builable as shared module | Sascha Schumann | 2000-05-02 | 3 | -2/+13 |
| | | |||||
| * | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 1 | -4/+0 |
| | | |||||
| * | Large test commit IV | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
| | | |||||
| * | Large commit test III | Sascha Schumann | 2000-05-01 | 1 | -0/+3 |
| | | |||||
| * | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext. | ||||
| * | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -6/+1 |
| | | | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support) | ||||
| * | Use PHP_ARG_WITH | Sascha Schumann | 2000-03-27 | 1 | -23/+17 |
| | | |||||
| * | - Oops I commited a name change for consistency of Zend/modules.h to | Andi Gutmans | 2000-03-11 | 1 | -1/+1 |
| | | | | | | Zend/zend_modules.h before it being finished. Revert it | ||||
| * | - Don't define DEBUG anymore. Everyone should use PHP_DEBUG. | Andi Gutmans | 2000-03-11 | 1 | -1/+1 |
| | | | | | | | | | There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages? | ||||
| * | It didn't all go through | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | | |||||
| * | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | | you start counting at 0 or 1). | ||||
| * | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | | | | | | Defaulting to 1. | ||||
| * | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -3/+1 |
| | | | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO]) | ||||
| * | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 2 | -5/+10 |
| | | | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes. | ||||
| * | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -3/+3 |
| | | |||||
| * | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
| * | Add/update copyright headers | Sascha Schumann | 1999-11-26 | 1 | -1/+1 |
| | | |||||
| * | (php_minit_mhash): Don't use REGISTER_LONG_CONSTANT macro, because we | Sascha Schumann | 1999-11-15 | 1 | -1/+1 |
| | | | | | | don't have a fixed size array of chars (this used to work nevertheless). | ||||
| * | (PHP mhash): don't segfault, if mhash_end() returns NULL | Sascha Schumann | 1999-11-14 | 1 | -2/+6 |
| | | |||||
| * | Remove the extra INCLUDES line from most automake Mafiles. This is not | Sascha Schumann | 1999-11-13 | 1 | -1/+0 |
| | | | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS) | ||||
