Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ChangeLog update | 1999-11-12 | 1 | -0/+7 | |
| | |||||
* | NEWS update | 1999-11-12 | 1 | -0/+1 | |
| | |||||
* | # Add some ext's here | Rasmus Lerdorf | 1999-11-11 | 1 | -8/+36 |
| | |||||
* | @- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies) | Thies C. Arntzen | 1999-11-11 | 1 | -6/+6 |
| | | | | | (PHP fopen) commands send to a FTP-server need to end in "\r\n" (RFC 854) | ||||
* | ChangeLog update | 1999-11-11 | 1 | -0/+22 | |
| | |||||
* | Fixing the use of mssql.textsize in pconnect() | Frank M. Kromann | 1999-11-10 | 1 | -14/+6 |
| | |||||
* | # Improve the GD lib detection when GD is on the ld_path and it is | Rasmus Lerdorf | 1999-11-10 | 1 | -3/+15 |
| | | | | | # configure using just --with-gd | ||||
* | This arg is optional | Rasmus Lerdorf | 1999-11-10 | 1 | -2/+2 |
| | |||||
* | "import" libtool file preservation code from build.mk | Stig Bakken | 1999-11-10 | 1 | -6/+12 |
| | |||||
* | Shut up warning from automake. | Stig Bakken | 1999-11-10 | 1 | -2/+7 |
| | |||||
* | # Fix comments | Rasmus Lerdorf | 1999-11-10 | 1 | -3/+3 |
| | |||||
* | Remove duplicates. | Andrei Zmievski | 1999-11-10 | 1 | -4/+2 |
| | |||||
* | ChangeLog update | 1999-11-10 | 1 | -0/+91 | |
| | |||||
* | NEWS update | 1999-11-10 | 1 | -0/+4 | |
| | |||||
* | add Java and MSDev outputs | Sam Ruby | 1999-11-10 | 0 | -0/+0 |
| | |||||
* | Adding default mssql ini-setings | Frank M. Kromann | 1999-11-09 | 1 | -0/+9 |
| | |||||
* | #if -> #ifdef changes for the ODBC extension (for consistency) | Stig Bakken | 1999-11-09 | 1 | -3/+3 |
| | |||||
* | IRIX ld likes this order better | Thies C. Arntzen | 1999-11-09 | 2 | -2/+2 |
| | |||||
* | Move only, if the file exists. | Sascha Schumann | 1999-11-09 | 1 | -1/+1 |
| | |||||
* | automake overwrites libtool's files, if | Sascha Schumann | 1999-11-09 | 1 | -0/+4 |
| | | | | | | | | - --add-missing was used - *_LTLIBRARIES targets are used Thus, we preserve our customized files while automake runs | ||||
* | Add libtool helper files | Sascha Schumann | 1999-11-09 | 2 | -0/+2302 |
| | |||||
* | add mergesort into build | Sam Ruby | 1999-11-09 | 1 | -0/+4 |
| | |||||
* | - substitute JAVA_LFLAGS (not set, but used in libphp_java_la_LIBADD) | Stig Bakken | 1999-11-09 | 2 | -0/+4 |
| | | | | | - add .cvsignore file | ||||
* | 4.0b3-RC4 | Stig Bakken | 1999-11-09 | 2 | -2/+2 |
| | |||||
* | Preserve the CVS versions of ltconfig/ltmain.sh during makedist. | Stig Bakken | 1999-11-09 | 1 | -0/+8 |
| | | | | | #This is a temporary fix! | ||||
* | Better lib detection for ucd-snmp | Rasmus Lerdorf | 1999-11-09 | 1 | -0/+4 |
| | |||||
* | location of output.c moved. | Sam Ruby | 1999-11-09 | 1 | -1/+1 |
| | |||||
* | Find ucd-snmp include files more intelligently | Rasmus Lerdorf | 1999-11-09 | 1 | -3/+4 |
| | |||||
* | Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid. | Stig Bakken | 1999-11-09 | 6 | -53/+57 |
| | | | | | | | #The Solid support still does not link, though (looks like a side-effect of #the way the Solid libs are named and our stubborn friend libtool). #This can wait until after 4.0b3. | ||||
* | - set default path for cookie to the root directory ("/") | Sascha Schumann | 1999-11-09 | 2 | -3/+3 |
| | | | | | - complete session documentation in php.ini-dist | ||||
* | add java | Sam Ruby | 1999-11-09 | 1 | -0/+4 |
| | |||||
* | Include proper header files (replacement functions were not used). | Sascha Schumann | 1999-11-09 | 2 | -14/+20 |
| | |||||
* | Fix OpenLink ODBC support | Stig Bakken | 1999-11-09 | 1 | -2/+2 |
| | | | | | @Fix OpenLink ODBC support (Stig) | ||||
* | Bump version to 4.0b3-RC3. | Stig Bakken | 1999-11-09 | 2 | -2/+2 |
| | | | | | | # We release RC2 just minutes before Sam Ruby commits his Java extension. # What timing! | ||||
* | @ Added Zend OO syntax overloading support for Java components | Sam Ruby | 1999-11-09 | 20 | -0/+2465 |
| | | | | | | | | | | | | | | | | # # My lawyer made me do this: # Users of PHP are hereby granted a non-exclusive, irrevocable, world-wide, royalty-free, non-transferable license to use, execute, prepare derivative works of, and distribute (internally and externally, and including derivative works) the code accompanying this license as part of, and integrated into PHP. WARRANTY OF ANY KIND EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTY OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OF NON-INFRINGEMENT. THE ENTIRE RISK ARISING OUT OF THE USE OR PERFORMANCE OF THIS CODE REMAINS WITH USERS OF PHP. The owner of this code represents and warrants that it is legally entitled to grant the above license. | ||||
* | Makedist can now be run from outside the CVS tree. | Stig Bakken | 1999-11-09 | 1 | -37/+10 |
| | |||||
* | @Fix min/max behaviour (Thies) | Stig Bakken | 1999-11-09 | 1 | -31/+12 |
| | | | | | | #Andrei: I left the convert_to_long() in there, it doesn't really make #much of a difference. | ||||
* | ChangeLog update | 1999-11-09 | 1 | -0/+39 | |
| | |||||
* | NEWS update | 1999-11-09 | 1 | -0/+1 | |
| | |||||
* | "sybase" is definitelly six characters long :-) | Jakub Skopal | 1999-11-08 | 1 | -4/+4 |
| | |||||
* | Cleaned up makedist a bit more. | Stig Bakken | 1999-11-08 | 2 | -24/+25 |
| | | | | | | # Also changed 4.0B3-RC2 to 4.0b3-RC2. I don't see why we should start # using capital letters in 4.0. | ||||
* | ignore distribution files | Stig Bakken | 1999-11-08 | 0 | -0/+0 |
| | |||||
* | Add libtool files to CVS. Advantages: | Sascha Schumann | 1999-11-08 | 4 | -20/+7082 |
| | | | | | | | | | - PHP-specific changes are easier to maintain - it removes one dependency for users (i.e. GNU vs. FreeBSD ports) I have not removed the libtool check in buildconf, since libzend/TSRM still depend on a local version of libtool. | ||||
* | Remove prototype. The prototype was not necessary for UCD SNMP 3.5.3, and | Sascha Schumann | 1999-11-08 | 1 | -3/+0 |
| | | | | | broke the build for UCD SNMP 4.0.1. | ||||
* | (PHP tempnam) now uses mkstemp() if available | Stig Bakken | 1999-11-08 | 2 | -0/+5 |
| | | | | | @- tempnam() now uses mkstemp() if available (Stig) | ||||
* | ChangeLog update | 1999-11-08 | 1 | -0/+6 | |
| | |||||
* | (php_ns_request_ctor) enable HTTP Access Authentication | Sascha Schumann | 1999-11-07 | 1 | -3/+16 |
| | | | | | (php_ns_hash_environment) supply PATH_TRANSLATED to scripts | ||||
* | ChangeLog update | 1999-11-07 | 1 | -0/+32 | |
| | |||||
* | NEWS update | 1999-11-07 | 1 | -0/+2 | |
| | |||||
* | - limit find to PHP's automake Makefiles | Sascha Schumann | 1999-11-06 | 1 | -1/+5 |
| | | | | | - check whether patches were applied correctly |