| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - How did CVS let me commit this? Probably it confused with the branch | Andi Gutmans | 2000-12-16 | 1 | -10/+0 |
| | | | | | | merge | ||||
| * | - In PHP we're supposed to only use MAXPATHLEN (defined in php.h) | Andi Gutmans | 2000-12-16 | 1 | -8/+4 |
| | | |||||
| * | - Make all places use MAXPATHLEN in the same way. It includes the | Andi Gutmans | 2000-12-16 | 1 | -0/+10 |
| | | | | | | terminating NULL. | ||||
| * | Handle the case of no-handlers properly and make handlers a proper C "string". | Sascha Schumann | 2000-12-04 | 1 | -2/+7 |
| | | |||||
| * | Please avoid potential buffer overflows in new code. If you deal | Sascha Schumann | 2000-12-01 | 1 | -4/+6 |
| | | | | | | | with strings, consider storing the string length along with the string data. That will make your life easier. | ||||
| * | Beautifying of phpinfo(). | foobar | 2000-12-01 | 1 | -8/+12 |
| | | |||||
| * | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 2 | -7/+7 |
| | | |||||
| * | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | | |||||
| * | it won't work otherwise | Daniel Beulshausen | 2000-10-26 | 2 | -2/+4 |
| | | | | | | # http://support.microsoft.com/support/kb/articles/Q115/8/57.asp | ||||
| * | added dba extension for win32, currently the dsp is | Daniel Beulshausen | 2000-10-26 | 1 | -0/+157 |
| | | | | | | | only configured with db3, adding other configurations shouldn't be hard | ||||
| * | Fix dba after resources patch. | Andrei Zmievski | 2000-10-26 | 1 | -4/+9 |
| | | |||||
| * | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -2/+2 |
| | | |||||
| * | Gremlins? | Rasmus Lerdorf | 2000-10-21 | 1 | -1/+1 |
| | | |||||
| * | Now checks that the library really exists even if path is specified as /usr | foobar | 2000-10-21 | 1 | -4/+3 |
| | | | | | | PR: 7358 | ||||
| * | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -3/+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) | ||||
| * | Fixed protos. | Egon Schmid | 2000-07-13 | 1 | -2/+2 |
| | | |||||
| * | Unify use of my email address | Sascha Schumann | 2000-07-10 | 8 | -8/+8 |
| | | |||||
| * | 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/\./_/'` | ||||
| * | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 6 | -12/+12 |
| | | | | | | | | | | 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. | ||||
| * | # Reverting as requested. | Jouni Ahto | 2000-06-27 | 4 | -39/+0 |
| | | |||||
| * | - dba_[p]open accepts now a new parameter, which kind of database to create | Jouni Ahto | 2000-06-27 | 4 | -0/+39 |
| | | | | | | | | | (DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists. # Asked on the list 4 1/2 hours ago if anyone's got to say something to this, # no response, so I'm assuming it's ok. And yes, I did test this. | ||||
| * | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -2/+2 |
| | | |||||
| * | fix bug 4533 | Sterling Hughes | 2000-05-21 | 1 | -1/+1 |
| | | |||||
| * | Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd | Sascha Schumann | 2000-05-02 | 1 | -9/+1 |
| | | |||||
| * | Make dba compilable as shared module | Sascha Schumann | 2000-05-02 | 3 | -3/+19 |
| | | |||||
| * | 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. | ||||
| * | - Change some open's to V_OPEN()'s | Andi Gutmans | 2000-04-30 | 2 | -2/+2 |
| | | |||||
| * | 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) | ||||
| * | - Fix virtual cwd bug | Zeev Suraski | 2000-04-20 | 2 | -2/+2 |
| | | | | | | - Add more V_STAT() V_LSTAT() changes | ||||
| * | Corrected compilation error with wrong number of arguments to | Jakub Skopal | 2000-04-06 | 1 | -1/+1 |
| | | | | | | php_info_print_box_start() | ||||
| * | phpinfo() prettying | Colin Viebrock | 2000-04-05 | 1 | -0/+4 |
| | | | | | | | I will get to the rest of the functions later tonight or tomorrow (i.e. from hyperwave to snmp) | ||||
| * | * Check the default location of Berkeley DB 3.0 | Sascha Schumann | 2000-03-27 | 1 | -3/+3 |
| | | | | | | * Check additionally for libdb-3 | ||||
| * | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -6/+6 |
| | | | | | | directory name. | ||||
| * | More protos. | Egon Schmid | 2000-02-24 | 1 | -14/+14 |
| | | |||||
| * | Ease include file selection. Let's see which cpps support this construct. | Sascha Schumann | 1999-12-30 | 4 | -32/+17 |
| | | |||||
| * | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 1 | -3/+3 |
| | | | | | | Defaulting to 1. | ||||
| * | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -30/+11 |
| | | | | | | | | 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 | -6/+11 |
| | | | | | | | | | | | | | - 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 php3 cleanup | Zeev Suraski | 1999-12-17 | 1 | -15/+6 |
| | | |||||
| * | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 2 | -2/+2 |
| | | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
| * | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -4/+4 |
| | | |||||
| * | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 20 | -86/+86 |
| | | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
| * | add Berkeley DB3 support | Sascha Schumann | 1999-11-20 | 6 | -2/+260 |
| | | | | | | @- Added Berkeley DB3 support in DBA (Sascha) | ||||
| * | Remove the extra INCLUDES line from most automake Mafiles. This is not | Sascha Schumann | 1999-11-13 | 1 | -1/+0 |
| | | | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS) | ||||
| * | Try to avoid IBM/Berkeley DB2 confusion | Rasmus Lerdorf | 1999-11-04 | 1 | -2/+2 |
| | | |||||
