Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make chop the alias and rtrim the main function, in order to get automagically | Jeroen van Wolffelaar | 2001-09-23 | 1 | -1/+1 |
| | | | | | generated alias-listings correct. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -3/+3 |
| | |||||
* | Change copyright note. | Sebastian Bergmann | 2001-06-19 | 1 | -20/+9 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -21/+11 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+31 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | * 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 | -4/+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.. | ||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | Clean up the alignment of configure --help output | Rasmus Lerdorf | 2000-10-02 | 1 | -1/+1 |
| | |||||
* | dsp for cybercash | Daniel Beulshausen | 2000-08-26 | 1 | -0/+110 |
| | |||||
* | Fixed compilation errors. | Andrei Zmievski | 2000-07-18 | 2 | -9/+4 |
| | |||||
* | 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. | ||||
* | stylistic modifications. | Sterling Hughes | 2000-07-01 | 1 | -16/+16 |
| | |||||
* | definition. | Sterling Hughes | 2000-07-01 | 1 | -0/+1 |
| | |||||
* | @- Allow cybercash to compile as a DL module. (Sterling) | Sterling Hughes | 2000-07-01 | 1 | -98/+102 |
| | | | | | | | -Allow cybercash to compile as a DL module. -Stylistic changes. -Add RETURN_STRINGL + Z_*_PP macros | ||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -4/+4 |
| | |||||
* | 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/+1 |
| | |||||
* | Large test commit I | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | (The first part of this commit died with a SIGPIPE from the CVS server.) | Sascha Schumann | 2000-04-30 | 1 | -6/+1 |
| | | | | | | | | | | | Overall UNIX build system improvements: * 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) | ||||
* | - 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? | ||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | Add appropriate check for mckcrypto lib | Evan Klinger | 2000-03-02 | 1 | -2/+4 |
| | |||||
* | get rid of warning when $url["port"] isn't set | Evan Klinger | 2000-03-01 | 1 | -1/+2 |
| | |||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -1/+1 |
| | | | | | - Avoid declaring crypt() related salt types twice | ||||
* | Revert last commit (cybercash has its own version of base64.h) | Sascha Schumann | 2000-02-24 | 1 | -1/+1 |
| | |||||
* | Fix include file path | Sascha Schumann | 2000-02-23 | 1 | -1/+1 |
| | | | | | | Suggested by: stephen@ecoverage.com PR: #3542 | ||||
* | 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 | -2/+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 | -2/+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 | -4/+4 |
| | |||||
* | More clean up. | Evan Klinger | 1999-12-07 | 2 | -7/+7 |
| | |||||
* | Now it compiles - couldn't find lib before. | Evan Klinger | 1999-12-07 | 1 | -1/+1 |
| | |||||
* | Eliminate some warnings. | Evan Klinger | 1999-12-07 | 1 | -0/+1 |
| | |||||
* | Minor changes and clean up. | Evan Klinger | 1999-12-07 | 1 | -4/+5 |
| | |||||
* | @- Added CyberCash support. (Evan) | Evan Klinger | 1999-12-07 | 7 | -0/+521 |
CyberCash support. |