| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typo. Thanks to Adam Trachtenberg for noticing it! | Sam Ruby | 2000-07-03 | 1 | -1/+1 |
| * | Add suggestions for dealing with difficult installations, based on feedback | Sam Ruby | 2000-07-03 | 1 | -0/+57 |
| * | Fix garbage in warning strings, and IllegalArgumentException on | Sam Ruby | 2000-06-30 | 2 | -3/+5 |
| * | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -1/+0 |
| * | Export the necessary functions to enable servlet support to be subclassed | Sam Ruby | 2000-06-14 | 1 | -2/+2 |
| * | making java 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 | -56/+52 |
| * | - Change register_internal_class to zend_register_internal_class for | Andi Gutmans | 2000-06-09 | 1 | -1/+1 |
| * | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -1/+1 |
| * | s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files. | Sascha Schumann | 2000-05-23 | 1 | -6/+6 |
| * | passing Strings as Objects | Sam Ruby | 2000-05-21 | 1 | -2/+1 |
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -1/+1 |
| * | Use "mkdir -p" instead of "test -d || mkdir" where possible | Sascha Schumann | 2000-05-15 | 1 | -2/+1 |
| * | i18n, part I | Sam Ruby | 2000-05-12 | 2 | -9/+16 |
| * | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| * | 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 |
| * | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -6/+1 |
| * | Object overloading API changed slightly (llist is now a pointer) | Zeev Suraski | 2000-04-10 | 1 | -2/+2 |
| * | Make it clear that the jawt example is only intented to be run as a CGI | Sam Ruby | 2000-04-05 | 1 | -2/+1 |
| * | test -e doesn't exist on Solaris - substituting test -d | Sam Ruby | 2000-04-03 | 1 | -2/+2 |
| * | Don't try to install php_java.jar if --with-servlet was specified | Sam Ruby | 2000-04-01 | 1 | -2/+2 |
| * | support non-debug builds | Sam Ruby | 2000-03-26 | 1 | -3/+3 |
| * | JAVA_LIBPATH was not allways being added to the LIBPATH | Sam Ruby | 2000-03-26 | 1 | -2/+1 |
| * | Dynamically load java support, for better error messages | Sam Ruby | 2000-03-25 | 2 | -15/+73 |
| * | Update README to indicate improvements in overload resolution and | Sam Ruby | 2000-03-15 | 1 | -19/+31 |
| * | Cleanup, better error recovery, easier configuration | Sam Ruby | 2000-03-15 | 1 | -14/+24 |
| * | Get Blackdown support to compile. Doesn't seem to be able to find | Sam Ruby | 2000-03-15 | 1 | -5/+10 |
| * | remove java.library from the README | Sam Ruby | 2000-03-13 | 1 | -4/+0 |
| * | Eliminate java.library ini option in favor of rpath | Sam Ruby | 2000-03-13 | 3 | -48/+52 |
| * | Improved handing of instances of private classes. Added servlet examples. | Sam Ruby | 2000-02-28 | 2 | -20/+48 |
| * | php4ts.lib => php4ts_debug.lib when building for Debug_TS target | Sam Ruby | 2000-02-20 | 1 | -1/+1 |
| * | Added support for arrays | Sam Ruby | 2000-02-20 | 2 | -16/+39 |
| * | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -1/+1 |
| * | File is found in $(srcdir) | Sascha Schumann | 2000-02-18 | 1 | -1/+1 |
| * | Allow non-public enumerations to be accessed | Sam Ruby | 2000-02-17 | 1 | -0/+17 |
| * | #if WIN.* => #ifdef PHP_WIN32 | Sascha Schumann | 2000-02-12 | 1 | -3/+3 |
| * | on WIN32, PHP_WIN32 and ZEND_WIN32 need to be defined | Sam Ruby | 2000-02-11 | 1 | -8/+8 |
| * | Progress: sapi/servlet now builds again on Unix | Sam Ruby | 2000-01-29 | 1 | -1/+3 |
| * | accomodate old versions of kaffe which don't support jar | Sam Ruby | 2000-01-28 | 1 | -7/+13 |
| * | Shutdown cleanly (prevents Kaffe from trapping on exit) | Sam Ruby | 2000-01-28 | 1 | -2/+5 |
| * | PHP now starts up in CGI mode with Kaffe on RedHat Linux 6.1. | Sam Ruby | 2000-01-27 | 1 | -1/+1 |
| * | Forward progress, thanks to Sascha Schumann. | Sam Ruby | 2000-01-27 | 2 | -2/+3 |
| * | First step to restoring the ability to build Java support on Unix: | Sam Ruby | 2000-01-19 | 2 | -5/+11 |
| * | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 2 | -2/+2 |
| * | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| * | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -4/+1 |
| * | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 2 | -16/+18 |