| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH | foobar | 2001-05-27 | 1 | -1/+1 |
| | | |||||
| * | MFH | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | | |||||
| * | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -4/+4 |
| | | |||||
| * | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 1 | -32/+32 |
| | | |||||
| * | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | | |||||
| * | Fixed ftp_mkdir(). It return the dirname passed to it in case of | foobar | 2000-11-03 | 1 | -2/+5 |
| | | | | | | | braindead ftp server which doesn't put the real path into reply. PR: 7216 | ||||
| * | Both RETR and STOR have also 250 as possible return value | foobar | 2000-10-31 | 1 | -2/+2 |
| | | |||||
| * | Fix the fix. | foobar | 2000-10-31 | 1 | -1/+1 |
| | | |||||
| * | Fixed PR: 6730. And it is mentioned also in RFC 959 to be this way. | foobar | 2000-10-27 | 1 | -1/+1 |
| | | |||||
| * | Fixes PR: 7245 | foobar | 2000-10-27 | 1 | -1/+1 |
| | | |||||
| * | 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/+3 |
| | | | | | | | | | | | | | | * 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) | ||||
| * | more cleanup of info code | Daniel Beulshausen | 2000-10-08 | 2 | -1/+10 |
| | | |||||
| * | - Add FTP extension to default Win32 build | Andi Gutmans | 2000-10-05 | 1 | -121/+0 |
| | | |||||
| * | - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>) | Derick Rethans | 2000-09-13 | 4 | -0/+49 |
| | | | | | | | @ Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>) @ (Derick) | ||||
| * | deleted a few unnecceasary defines and added the Release_TS_Inline path to ↵ | Daniel Beulshausen | 2000-08-24 | 1 | -5/+5 |
| | | | | | the libpath | ||||
| * | @- Fixed FTP module to accept multiline server replies (Jani) | foobar | 2000-08-10 | 1 | -11/+14 |
| | | | | | | # This fixed bug #4546. | ||||
| * | Beautified some protos. | Egon Schmid | 2000-08-08 | 1 | -3/+2 |
| | | |||||
| * | The description for protos need no period. | Egon Schmid | 2000-07-13 | 1 | -7/+7 |
| | | |||||
| * | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -2/+2 |
| | | | | | | | | | | 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. | ||||
| * | - Fix a couple of wranings in the FTP code and in parsedate.y | Zeev Suraski | 2000-06-17 | 2 | -2/+2 |
| | | | | | | | - Be safer with LC_MESSAGES - Align with the latest Zend change in call_user_function_ex() | ||||
| * | making ftp module compile on win32 with new directory structure | Frank M. Kromann | 2000-06-12 | 1 | -4/+4 |
| | | |||||
| * | - 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 | -21/+21 |
| | | |||||
| * | Changed the #ifdefs around "errno = ETIMEDOUT;" to include the rest | Andrew Skalski | 2000-05-23 | 1 | -3/+3 |
| | | | | | | of the statement ["if (n == 0)"] | ||||
| * | - PHP_WIN32 macro should be used with #ifdef/#ifndef | Andi Gutmans | 2000-05-23 | 2 | -8/+8 |
| | | | | | | - Always use PHP_WIN32 instead of WIN32/WINNT values | ||||
| * | fixing type | Frank M. Kromann | 2000-05-23 | 1 | -1/+1 |
| | | |||||
| * | chang #if to #ifdef | Frank M. Kromann | 2000-05-23 | 1 | -1/+1 |
| | | |||||
| * | even better check for netinet/in.h | Thies C. Arntzen | 2000-05-23 | 1 | -1/+1 |
| | | |||||
| * | make ftp compile on unix again | Thies C. Arntzen | 2000-05-23 | 1 | -1/+1 |
| | | |||||
| * | s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files. | Sascha Schumann | 2000-05-23 | 1 | -4/+4 |
| | | |||||
| * | making ftp module compile and work on win32 | Frank M. Kromann | 2000-05-23 | 3 | -3/+22 |
| | | |||||
| * | applied Luca Montecchiani's win32 fixes (open files in binary mode | Andrew Skalski | 2000-05-22 | 2 | -7/+21 |
| | | | | | | | using the "b" fopen flag, and use closesocket rather than close when closing sockets) | ||||
| * | executor_globals is always passed to MINIT functions | Sascha Schumann | 2000-05-07 | 1 | -3/+0 |
| | | |||||
| * | Change reentrancy API to always use the php prefix. | Sascha Schumann | 2000-05-04 | 1 | -1/+1 |
| | | | | | | | Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms. | ||||
| * | Make ftp buildable as shared module | Sascha Schumann | 2000-05-02 | 3 | -1/+6 |
| | | |||||
| * | 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/+1 |
| | | |||||
| * | Large test commit II | Sascha Schumann | 2000-05-01 | 1 | -0/+2 |
| | | |||||
| * | 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) | ||||
| * | Moving output modules | Frank M. Kromann | 2000-04-21 | 1 | -2/+2 |
| | | |||||
| * | A few .dsp fixes | Zeev Suraski | 2000-04-20 | 1 | -3/+3 |
| | | |||||
| * | Adding project file for ftp module on Win32 | Frank M. Kromann | 2000-04-20 | 1 | -0/+121 |
| | | |||||
| * | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 1 | -2/+2 |
| | | |||||
| * | - Hopefully got most of them. We also need a chdir_file function like | Andi Gutmans | 2000-03-30 | 1 | -2/+2 |
| | | | | | | for Apache. | ||||
| * | Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the common | Sascha Schumann | 2000-03-27 | 1 | -14/+7 |
| | | | | | | AC_MSG_CHECKING, AC_ARG_[ENABLE,WITH], AC_MSG_RESULT trio. | ||||
| * | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | | directory name. | ||||
