Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Typo | Sascha Schumann | 2000-08-24 | 1 | -1/+1 | |
| | ||||||
* | Better error reporting when dll/shared library is not able to be loaded. | Sam Ruby | 2000-08-17 | 2 | -1/+13 | |
| | | | | | Submitted by: Bård Farstad <bf@ez.no> | |||||
* | Fix for bug 5911 - ANSI C violation: lvalues are not assignable | Sam Ruby | 2000-08-04 | 1 | -4/+4 | |
| | ||||||
* | Restore the ability to clean compile in non-multithreaded environments | Sam Ruby | 2000-08-04 | 1 | -16/+20 | |
| | ||||||
* | Fix bug 5619 - explain how to add to the classpath on Win32 machines. | Sam Ruby | 2000-07-27 | 1 | -0/+5 | |
| | | | | | Reported by: "Carl S. in 't Veld" <cveld@bigfoot.com> | |||||
* | various version 2.0 and 2.01 licenses -> 2.02 | David Croft | 2000-07-24 | 2 | -5/+9 | |
| | ||||||
* | Complete the work mapping arrays and hashtables | Sam Ruby | 2000-07-22 | 3 | -3/+68 | |
| | ||||||
* | Fix regression in passing strings as parameters | Sam Ruby | 2000-07-22 | 1 | -1/+1 | |
| | ||||||
* | Allow java.lang.Hashtables to be passed into PHP as arrays. | Sam Ruby | 2000-07-22 | 2 | -0/+23 | |
| | ||||||
* | Verify that a classname is actually passed on a new Java() call. | Sam Ruby | 2000-07-22 | 1 | -1/+7 | |
| | ||||||
* | Respect the object type the user specified (i.e., never automatically | Sam Ruby | 2000-07-22 | 1 | -1/+1 | |
| | | | | | convert the result of "new Java()" to a primitive type) | |||||
* | Don't assume that Java byte arrays are null terminated. | Sam Ruby | 2000-07-22 | 1 | -1/+2 | |
| | ||||||
* | Pass PHP arrays to Java as hash tables; minor cleanup | Sam Ruby | 2000-07-21 | 2 | -49/+104 | |
| | ||||||
* | Fix for problem noted by Jay Greenspan on TurboLinux machines | Sam Ruby | 2000-07-11 | 1 | -1/+1 | |
| | ||||||
* | Reentrancy fixes | Sam Ruby | 2000-07-09 | 3 | -57/+121 | |
| | ||||||
* | Add experimental APIs to get and clear the last exception | Sam Ruby | 2000-07-08 | 4 | -1/+75 | |
| | ||||||
* | 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 | |
| | | | | | from multiple people. The .bashrc suggestion was from Rael Dornfest. | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 | |
| | | | | | | | | | 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 garbage in warning strings, and IllegalArgumentException on | Sam Ruby | 2000-06-30 | 2 | -3/+5 | |
| | | | | | assignments which require data type conversions. | |||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -1/+0 | |
| | ||||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -8/+8 | |
| | ||||||
* | Export the necessary functions to enable servlet support to be subclassed | Sam Ruby | 2000-06-14 | 1 | -2/+2 | |
| | | | | | This is in preparation for xml-cocoon support | |||||
* | 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 | |
| | | | | | | | | | - HAVE_MODULE=1 - ZEND_WIN32 - PHP_WIN32 - COMPILE_DL_MODULE - ZTS=1 | |||||
* | - Change register_internal_class to zend_register_internal_class for | Andi Gutmans | 2000-06-09 | 2 | -2/+2 | |
| | | | | | | - consistency. - Andrei: I'm still thinking about the _ex you want me to implement | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 2 | -6/+6 | |
| | ||||||
* | even more protos were missing | Hartmut Holzgraefe | 2000-05-23 | 1 | -0/+6 | |
| | ||||||
* | some protos where missing, took them from php3 | Hartmut Holzgraefe | 2000-05-23 | 1 | -1/+6 | |
| | ||||||
* | 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 | 2 | -3/+3 | |
| | ||||||
* | Use "mkdir -p" instead of "test -d || mkdir" where possible | Sascha Schumann | 2000-05-15 | 2 | -4/+2 | |
| | ||||||
* | i18n, part I | Sam Ruby | 2000-05-12 | 2 | -9/+16 | |
| | ||||||
* | - Make Windows compile again. | Andi Gutmans | 2000-05-05 | 1 | -4/+5 | |
| | ||||||
* | 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 | 2 | -8/+0 | |
| | ||||||
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 2 | -0/+2 | |
| | ||||||
* | Large commit test III | Sascha Schumann | 2000-05-01 | 2 | -0/+6 | |
| | ||||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -12/+2 | |
| | | | | | | | | | * 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) | |||||
* | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 1 | -1/+1 | |
| | ||||||
* | - Added support for reading properties that require arguments in the COM | Zeev Suraski | 2000-04-10 | 1 | -8/+12 | |
| | | | | | module - writing to them will only be supported in PHP 4.1 (Zeev) | |||||
* | indent | Zeev Suraski | 2000-04-10 | 1 | -66/+56 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 2000-04-10 | 1 | -0/+1 | |
| | ||||||
* | Object overloading API changed slightly (llist is now a pointer) | Zeev Suraski | 2000-04-10 | 2 | -11/+11 | |
| | ||||||
* | 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 | 2 | -4/+4 | |
| | ||||||
* | Don't try to install php_java.jar if --with-servlet was specified | Sam Ruby | 2000-04-01 | 1 | -2/+2 | |
| | | | | | (Fix to PHP 4.0 Bug #4001 submitted by sashi@easy.com.au) | |||||
* | - Hopefully got most of them. We also need a chdir_file function like | Andi Gutmans | 2000-03-30 | 1 | -1/+1 | |
| | | | | | for Apache. |