| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH: Added missing argument check. | Ilia Alshanetsky | 2004-05-31 | 1 | -0/+4 |
| | | |||||
| * | MFH: Fixed bug #26235 (yp_first/yp_next do not specify correct key length). | Ilia Alshanetsky | 2003-11-14 | 1 | -2/+2 |
| | | |||||
| * | MFH | Hartmut Holzgraefe | 2003-09-26 | 1 | -1/+1 |
| | | |||||
| * | MFphp5 | Hartmut Holzgraefe | 2003-02-28 | 1 | -2/+1 |
| | | |||||
| * | MFphp5 | Hartmut Holzgraefe | 2003-02-26 | 1 | -2/+11 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | | |||||
| * | don't assume yp-functions are always in libc, try also libnsl | Hartmut Holzgraefe | 2002-10-23 | 1 | -0/+23 |
| | | |||||
| * | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -6/+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 | -7/+1 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | | |||||
| * | Unified the configure messages. | foobar | 2001-11-30 | 1 | -3/+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 |
| | | |||||
| * | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -2/+4 |
| | | | | | | - whitespace fixes | ||||
| * | killed some compile warnings | foobar | 2001-07-31 | 1 | -6/+8 |
| | | |||||
| * | more ZTS fixes. | foobar | 2001-07-31 | 1 | -1/+1 |
| | | |||||
| * | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | | |||||
| * | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -1/+2 |
| | | |||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -31/+20 |
| | | |||||
| * | - 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... | ||||
| * | Fold a bit more code | Rasmus Lerdorf | 2001-06-06 | 1 | -0/+18 |
| | | |||||
| * | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | | |||||
| * | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -1/+1 |
| | | |||||
| * | Fix compilation (strict compilers require constant initializers). | Jon Parise | 2001-04-07 | 1 | -1/+5 |
| | | |||||
| * | really fix the build | Fredrik Öhrn | 2001-03-20 | 1 | -2/+1 |
| | | |||||
| * | fix build | Sascha Schumann | 2001-03-20 | 1 | -2/+1 |
| | | |||||
| * | Removed redundant initialization. | Fredrik Öhrn | 2001-03-19 | 1 | -8/+1 |
| | | |||||
| * | Much needed cleanup and new functions added | Fredrik Öhrn | 2001-03-18 | 3 | -18/+258 |
| | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------- Cleaned up stringhandling for binary safeness. All functions now maintain a global 'errno' variable. All functions now print warning messages on failure. Added error code constants. Fixed bug #8041 while maintaining backward compatibility. New functions: yp_all traverse a map yp_cat retrive an entire map in one go yp_errno get last error code yp_err_string get a human readable error message | ||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | | |||||
| * | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | | |||||
| * | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -21/+11 |
| | | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
| * | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
| * | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -5/+0 |
| | | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
| * | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -5/+5 |
| | | |||||
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | | |||||
| * | Make yp buildable as shared module | Sascha Schumann | 2000-05-02 | 3 | -24/+15 |
| | | |||||
| * | 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) | ||||
| * | phpinfo() prettying | Colin Viebrock | 2000-04-05 | 1 | -1/+4 |
| | | |||||
| * | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | | directory name. | ||||
| * | More protos. | Egon Schmid | 2000-02-24 | 1 | -6/+6 |
| | | |||||
| * | the pipe is breaking all the time | 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 | -2/+2 |
| | | | | | | Defaulting to 1. | ||||
| * | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -7/+2 |
| | | | | | | | | 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 | -5/+5 |
| | | |||||
