summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLog update1999-11-121-0/+7
|
* NEWS update1999-11-121-0/+1
|
* # Add some ext's hereRasmus Lerdorf1999-11-111-8/+36
|
* @- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies)Thies C. Arntzen1999-11-111-6/+6
| | | | | (PHP fopen) commands send to a FTP-server need to end in "\r\n" (RFC 854)
* ChangeLog update1999-11-111-0/+22
|
* Fixing the use of mssql.textsize in pconnect()Frank M. Kromann1999-11-101-14/+6
|
* # Improve the GD lib detection when GD is on the ld_path and it isRasmus Lerdorf1999-11-101-3/+15
| | | | | # configure using just --with-gd
* This arg is optionalRasmus Lerdorf1999-11-101-2/+2
|
* "import" libtool file preservation code from build.mkStig Bakken1999-11-101-6/+12
|
* Shut up warning from automake.Stig Bakken1999-11-101-2/+7
|
* # Fix commentsRasmus Lerdorf1999-11-101-3/+3
|
* Remove duplicates.Andrei Zmievski1999-11-101-4/+2
|
* ChangeLog update1999-11-101-0/+91
|
* NEWS update1999-11-101-0/+4
|
* add Java and MSDev outputsSam Ruby1999-11-100-0/+0
|
* Adding default mssql ini-setingsFrank M. Kromann1999-11-091-0/+9
|
* #if -> #ifdef changes for the ODBC extension (for consistency)Stig Bakken1999-11-091-3/+3
|
* IRIX ld likes this order betterThies C. Arntzen1999-11-092-2/+2
|
* Move only, if the file exists.Sascha Schumann1999-11-091-1/+1
|
* automake overwrites libtool's files, ifSascha Schumann1999-11-091-0/+4
| | | | | | | | - --add-missing was used - *_LTLIBRARIES targets are used Thus, we preserve our customized files while automake runs
* Add libtool helper filesSascha Schumann1999-11-092-0/+2302
|
* add mergesort into buildSam Ruby1999-11-091-0/+4
|
* - substitute JAVA_LFLAGS (not set, but used in libphp_java_la_LIBADD)Stig Bakken1999-11-092-0/+4
| | | | | - add .cvsignore file
* 4.0b3-RC4Stig Bakken1999-11-092-2/+2
|
* Preserve the CVS versions of ltconfig/ltmain.sh during makedist.Stig Bakken1999-11-091-0/+8
| | | | | #This is a temporary fix!
* Better lib detection for ucd-snmpRasmus Lerdorf1999-11-091-0/+4
|
* location of output.c moved.Sam Ruby1999-11-091-1/+1
|
* Find ucd-snmp include files more intelligentlyRasmus Lerdorf1999-11-091-3/+4
|
* Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.Stig Bakken1999-11-096-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 Schumann1999-11-092-3/+3
| | | | | - complete session documentation in php.ini-dist
* add javaSam Ruby1999-11-091-0/+4
|
* Include proper header files (replacement functions were not used).Sascha Schumann1999-11-092-14/+20
|
* Fix OpenLink ODBC supportStig Bakken1999-11-091-2/+2
| | | | | @Fix OpenLink ODBC support (Stig)
* Bump version to 4.0b3-RC3.Stig Bakken1999-11-092-2/+2
| | | | | | # We release RC2 just minutes before Sam Ruby commits his Java extension. # What timing!
* @ Added Zend OO syntax overloading support for Java componentsSam Ruby1999-11-0920-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 Bakken1999-11-091-37/+10
|
* @Fix min/max behaviour (Thies)Stig Bakken1999-11-091-31/+12
| | | | | | #Andrei: I left the convert_to_long() in there, it doesn't really make #much of a difference.
* ChangeLog update1999-11-091-0/+39
|
* NEWS update1999-11-091-0/+1
|
* "sybase" is definitelly six characters long :-)Jakub Skopal1999-11-081-4/+4
|
* Cleaned up makedist a bit more.Stig Bakken1999-11-082-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 filesStig Bakken1999-11-080-0/+0
|
* Add libtool files to CVS. Advantages:Sascha Schumann1999-11-084-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, andSascha Schumann1999-11-081-3/+0
| | | | | broke the build for UCD SNMP 4.0.1.
* (PHP tempnam) now uses mkstemp() if availableStig Bakken1999-11-082-0/+5
| | | | | @- tempnam() now uses mkstemp() if available (Stig)
* ChangeLog update1999-11-081-0/+6
|
* (php_ns_request_ctor) enable HTTP Access AuthenticationSascha Schumann1999-11-071-3/+16
| | | | | (php_ns_hash_environment) supply PATH_TRANSLATED to scripts
* ChangeLog update1999-11-071-0/+32
|
* NEWS update1999-11-071-0/+2
|
* - limit find to PHP's automake MakefilesSascha Schumann1999-11-061-1/+5
| | | | | - check whether patches were applied correctly