Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | type fixes to make compilers happy | Hartmut Holzgraefe | 2000-10-27 | 1 | -2/+2 | |
| | ||||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -1/+1 | |
| | ||||||
* | __USE_GNU shall not be defined by application | Sascha Schumann | 2000-10-23 | 1 | -1/+0 | |
| | ||||||
* | it's n.a. on win32 :) | Daniel Beulshausen | 2000-10-23 | 1 | -0/+2 | |
| | ||||||
* | Make zlib compile again | Stanislav Malyshev | 2000-10-23 | 1 | -4/+6 | |
| | ||||||
* | - including php.h automatically includes the PHP config file. | Andi Gutmans | 2000-10-21 | 1 | -7/+1 | |
| | ||||||
* | i can find no php_config.h on win32 :) | Daniel Beulshausen | 2000-10-21 | 1 | -0/+2 | |
| | ||||||
* | 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) | |||||
* | fopen wrappers cleanup | Hartmut Holzgraefe | 2000-10-13 | 1 | -11/+30 | |
| | | | | | | | | | - comfiguration is now done by an ini parameter instead of a compile time option - the implementations of the three standard wrappers now live in seperate files in ext/standard - the compiler is happy again, no more warnings | |||||
* | @ -read and write .gz-files transparently on glibc based systems | Hartmut Holzgraefe | 2000-10-11 | 2 | -0/+88 | |
| | | | | | @ using the 'zlib:' fopen wrapper (Hartmut) | |||||
* | deleted a few unnecceasary defines and added the Release_TS_Inline path to ↵ | Daniel Beulshausen | 2000-08-24 | 1 | -5/+5 | |
| | | | | the libpath | |||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -16/+10 | |
| | | | | | | | | | 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. | |||||
* | Forgotten to change. | Egon Schmid | 2000-07-13 | 1 | -1/+1 | |
| | ||||||
* | Corrected some protos. | Egon Schmid | 2000-07-13 | 1 | -4/+3 | |
| | ||||||
* | - Don't need extern for functions | Andi Gutmans | 2000-07-11 | 1 | -2/+2 | |
| | ||||||
* | @- Fixed crash in gzopen(). (Thies) | Thies C. Arntzen | 2000-07-06 | 1 | -1/+2 | |
| | | | | | | # hmm - this should be rethought as one should be able to do # gzopen("http://..") | |||||
* | 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. | |||||
* | - Don't depend on USE_PATH being equal to 1. Use #define value | Andi Gutmans | 2000-06-26 | 1 | -4/+4 | |
| | ||||||
* | - Please NEVER copy fopen_wrappers.c functions to modules. They are ugly | Zeev Suraski | 2000-06-26 | 1 | -118/+5 | |
| | | | | | | | | | - enough as is and need cleaning up. Duplicating the mess makes things just - worse and prevents bug fixes in the functions from propogating throughout - PHP. - This fix is untested so someone who uses zlib, please test it and report - back. | |||||
* | Fix for configure not setting the library path. | Stefan Roehrich | 2000-06-26 | 1 | -5/+10 | |
| | ||||||
* | Make the zlib DLL work with the stock zlib library | Zeev Suraski | 2000-06-25 | 1 | -4/+4 | |
| | ||||||
* | - I wrote a long msg but the commit didn't go through. | Zeev Suraski | 2000-06-25 | 1 | -5/+5 | |
| | | | | | | | | | | - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future. | |||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -1/+0 | |
| | ||||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -6/+8 | |
| | ||||||
* | making zlib module compile on win32 with new directory structure | Frank M. Kromann | 2000-06-12 | 1 | -2/+2 | |
| | ||||||
* | - Update module project files to include: | Andi Gutmans | 2000-06-10 | 1 | -2/+2 | |
| | | | | | | | | | - HAVE_MODULE=1 - ZEND_WIN32 - PHP_WIN32 - COMPILE_DL_MODULE - ZTS=1 | |||||
* | - 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 | -16/+16 | |
| | ||||||
* | added functions gzcompress() and gzuncompress() for direct string | Hartmut Holzgraefe | 2000-05-25 | 2 | -0/+113 | |
| | | | | | compression as requested by BugId #1151 | |||||
* | Making ZLIB compile on Win32 | Frank M. Kromann | 2000-05-25 | 1 | -1/+1 | |
| | ||||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -2/+2 | |
| | ||||||
* | s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files. | Sascha Schumann | 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 zlib buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -34/+41 | |
| | ||||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -2/+2 | |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | |||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 | |
| | | | | | ZEND_GET_MODULE(name) macro. | |||||
* | 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) | |||||
* | Adding a short WIN32_HOWTO and moving library and header files to php_build | Frank M. Kromann | 2000-04-21 | 2 | -4/+20 | |
| | ||||||
* | A few .dsp fixes | Zeev Suraski | 2000-04-20 | 1 | -1/+1 | |
| | ||||||
* | Remove strlcpy from the zlib project | Zeev Suraski | 2000-04-20 | 1 | -4/+0 | |
| | ||||||
* | - Add the zlib project to the php_modules workspace, and fix it's C-runtime ↵ | Zeev Suraski | 2000-04-20 | 1 | -2/+2 | |
| | | | | | | | definitions - Move IMAP to the high performance API | |||||
* | Adding strlcpy to makefile | Frank M. Kromann | 2000-04-20 | 1 | -8/+12 | |
| | ||||||
* | - Fix virtual cwd bug | Zeev Suraski | 2000-04-20 | 1 | -2/+2 | |
| | | | | | - Add more V_STAT() V_LSTAT() changes | |||||
* | Making zlib compile under Win32 and fixing a typo | Frank M. Kromann | 2000-04-20 | 2 | -1/+114 | |
| | ||||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-05 | 1 | -5/+6 | |
| |