Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 | -3/+3 |
| | | | | | # 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 |
| | |||||
* | spaces after commas. all whitespace. | Chuck Hagenbuch | 2000-12-05 | 1 | -38/+38 |
| | |||||
* | * applied patch by Stig-Ørjan Smelror <Stig.Orjan.Smelror@lincom.no> | Stig Bakken | 2000-12-05 | 1 | -2/+2 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | include checks for cal_misc.h and icalroutines.h | Chuck Hagenbuch | 2000-11-19 | 1 | -0/+8 |
| | |||||
* | Fixed some compile warnings and removed useless code. | foobar | 2000-11-01 | 1 | -7/+3 |
| | |||||
* | 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) | ||||
* | fixed logic error in the get parameters stage of mcal_list_alarms | Andrew Skalski | 2000-10-18 | 1 | -1/+1 |
| | |||||
* | spaces to tabs. do we have a standard on this? | Chuck Hagenbuch | 2000-10-17 | 1 | -5/+5 |
| | |||||
* | replace fixed-size buffers for username and password with dynamically | Chuck Hagenbuch | 2000-10-17 | 1 | -4/+7 |
| | | | | | allocated strings in the MCAL extension. | ||||
* | fixing the license header and updating some prototypes/variable names in the | Chuck Hagenbuch | 2000-08-27 | 1 | -29/+18 |
| | | | | | mcal extension. | ||||
* | Get rid of php_global.h and the associated data types UINT4/_POINTER. | Sascha Schumann | 2000-08-21 | 1 | -3/+3 |
| | | | | | | | We use php_uint32 now globally. Also removed K&R support from md5.[ch]. | ||||
* | Protos fixed. | Egon Schmid | 2000-07-14 | 1 | -2/+2 |
| | |||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -2/+2 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -4/+0 |
| | |||||
* | no c++ comments, please | Thies C. Arntzen | 2000-06-14 | 1 | -1/+1 |
| | |||||
* | Check more locations. Submitted by Anil Madhavapeddy <anil@recoil.org> | Chuck Hagenbuch | 2000-06-13 | 1 | -4/+26 |
| | |||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -13/+1 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | Include php_global.h, instead of global.h | Andrei Zmievski | 2000-06-08 | 1 | -1/+1 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -39/+39 |
| | |||||
* | monkeying Sascha's suggested change to allow relative pathnames. | Chuck Hagenbuch | 2000-05-31 | 1 | -1/+1 |
| | |||||
* | proto fixed | Hartmut Holzgraefe | 2000-05-26 | 1 | -1/+1 |
| | |||||
* | some protos got to the wrong function - fixed | Hartmut Holzgraefe | 2000-05-23 | 1 | -3/+3 |
| | |||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -2/+2 |
| | |||||
* | Do not use non-standard type u_int32_t. | Sascha Schumann | 2000-05-13 | 1 | -2/+3 |
| | | | | | | | Instead, use UINT4 for now which is platform-independent. PR: #4262 | ||||
* | Make mcal buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -21/+16 |
| | |||||
* | #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) | ||||
* | *** empty log message *** | Colin Viebrock | 2000-04-06 | 1 | -3/+4 |
| | |||||
* | More phpinfo() prettying. | Colin Viebrock | 2000-04-06 | 1 | -6/+9 |
| | | | | | | | Can someone check my code for the interbase support, and I need someone else to decode the LDAP stuff ... it's beyond me. | ||||
* | tweaks to prototypes | Chuck Hagenbuch | 2000-04-04 | 1 | -9/+4 |
| | |||||
* | spelling correction, and rename make_event_object to _php_make_event_object | Chuck Hagenbuch | 2000-03-12 | 1 | -4/+4 |
| | | | | | for consistency. | ||||
* | pval->zval | Chuck Hagenbuch | 2000-03-12 | 1 | -516/+515 |
| | | | | | | | | | use the *_ex() functions use zend_get_parameters_ex Tested on my calendar code, and seems to be crash free. But I think I'll wait on converting the IMAP module, since this was quite a pain. :) | ||||
* | - Oops I commited a name change for consistency of Zend/modules.h to | Andi Gutmans | 2000-03-11 | 1 | -2/+2 |
| | | | | | 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? | ||||
* | switching the order of arguments of mcal_week_of_day() to be more flexible - | Chuck Hagenbuch | 2000-03-11 | 1 | -2/+2 |
| | | | | | | day, month, year now so that month and year can be defaulted at some point. this is also consistent with the library function. | ||||
* | Add mcal_week_of_year(), submitted by jtaskine@hit.fi. | Chuck Hagenbuch | 2000-03-11 | 2 | -0/+27 |
| | |||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | Protos fixed. | Egon Schmid | 2000-03-05 | 1 | -2/+2 |
| | |||||
* | Attribute list support ported from php3. | Chuck Hagenbuch | 2000-03-05 | 2 | -2/+52 |
| | |||||
* | Show the minor MCAL version if we have it. | Chuck Hagenbuch | 2000-03-01 | 1 | -1/+4 |
| |