summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0b3'.php-4.0b3SVN Migration1999-11-192-70/+12
|
* (php_minit_mcrypt): Also allow never versions of mcryptSascha Schumann1999-11-151-1/+1
|
* (php_minit_mhash): Don't use REGISTER_LONG_CONSTANT macro, because weSascha Schumann1999-11-151-1/+1
| | | | | don't have a fixed size array of chars (this used to work nevertheless).
* (PHP mhash): don't segfault, if mhash_end() returns NULLSascha Schumann1999-11-141-2/+6
|
* Check for db1/ndbm.h and use it in db. Fixes #2647Sascha Schumann1999-11-142-0/+6
|
* - Fixing warnings in regexAndi Gutmans1999-11-142-5/+5
|
* (PHP k[r]sort) now use compare_function from libzend to be consistent with ↵Thies C. Arntzen1999-11-141-14/+33
| | | | the language-core.
* @- ucfirst()/ucwords() no longer modify arg1. (Thies)Thies C. Arntzen1999-11-141-5/+9
| | | | | (PHP ucfirst,ucwords) no longer modify arg1
* @- Fixed strtr() not to modify arg1. (Thies)Thies C. Arntzen1999-11-141-6/+7
| | | | | (PHP strtr) no longer modifies arg1.
* (ext/informix) Added WIN32 build files for informix driverDanny Heijl1999-11-146-69/+429
| | | | | | | and make it compile with ZTS @ -Added Win32 build files for Informix driver @ and make it compile with ZTS (danny)
* @Added tmpfile() function (Stig)Stig Bakken1999-11-142-0/+19
| | | | | Removed the mkstemp stuff and added tmpfile() function instead.
* It's in array.c now.Andrei Zmievski1999-11-131-2/+0
|
* Split array functions into separate module.Andrei Zmievski1999-11-135-1912/+2024
|
* Suck in prototypes correctly with applied aliasesSascha Schumann1999-11-132-0/+13
| | | | | (otherwise php_reg* would not be prototyped)
* - Make Win32 compile againAndi Gutmans1999-11-131-0/+4
|
* Improve regex library selection. It lets user specify whether they wantSascha Schumann1999-11-136-10/+37
| | | | | | | system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache in combination with Apache 1.3.x, the default is "apache".
* - remove extra CPPFLAGS from top-level MakefileSascha Schumann1999-11-131-4/+4
| | | | | - HSREGEX defaults to what the user wants, but can be changed now internally
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-1337-37/+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)
* Enable selective regex library compilation.Sascha Schumann1999-11-121-0/+12
|
* upgrade regex library to alpha3.8Sascha Schumann1999-11-1210-179/+242
| | | | | @- Upgraded regex library to alpha3.8 (Sascha)
* added missing function-aliasThies C. Arntzen1999-11-121-0/+3
|
* oops, didn't mean to activate this!Thies C. Arntzen1999-11-121-2/+2
|
* @- Fixed selecting nested-tables in OCI8. (Thies)Thies C. Arntzen1999-11-121-1/+10
| | | | | fixed mested-tables again (broke it when resourcified the driver)
* 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
|
* # Fix commentsRasmus Lerdorf1999-11-101-3/+3
|
* IRIX ld likes this order betterThies C. Arntzen1999-11-092-2/+2
|
* - substitute JAVA_LFLAGS (not set, but used in libphp_java_la_LIBADD)Stig Bakken1999-11-092-0/+4
| | | | | - add .cvsignore file
* Better lib detection for ucd-snmpRasmus Lerdorf1999-11-091-0/+4
|
* 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-091-1/+1
| | | | | - complete session documentation in php.ini-dist
* 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)
* @ 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.
* @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.
* "sybase" is definitelly six characters long :-)Jakub Skopal1999-11-081-4/+4
|
* 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.
* Disable auto_start until we find a way to access the necessary data fields.Sascha Schumann1999-11-061-0/+7
|
* - Win32 fixesZeev Suraski1999-11-063-39/+98
| | | | | - COM module improvements from Boris Wedl
* (PHP var_dump, serialize) now use php.ini's precision size when ↵Thies C. Arntzen1999-11-061-6/+10
| | | | | | | | displying/serializing doubles @- serialize() and var_dump() now honor the precision as set in php.ini @ for doubles. (Thies)
* We need to use mysql_field_count() instead of mysql_num_fields() ifRasmus Lerdorf1999-11-051-0/+5
| | | | | | | we are using MySQL 3.22.24 or newer when we want to check a mysql struct instead of a result struct. The reference is here: http://www.mysql.com/Manual_chapter/manual_Clients.html#mysql_num_fields
* (php3_sybase_get_column_content) initialize buffer before call to dbconvert()Thies C. Arntzen1999-11-051-0/+3
| | | | | | @- Fixed garbage returned at the end of certain Sybase-Columns (Thies) @ Patch submitted by: neal@wanlink.com
* (PHP multisort) More work, not yet done though.Andrei Zmievski1999-11-041-14/+71
|
* Try to avoid IBM/Berkeley DB2 confusionRasmus Lerdorf1999-11-041-2/+2
|
* - Add include path. Used relative include path assuming php4 and bindlib_w32Andi Gutmans1999-11-041-1/+1
| | | | | are in the same directory.
* Adding MS SQL Server module for Win32Frank M. Kromann1999-11-034-0/+1707
|
* #I hope this is the correct way to 'fix' this.Evan Klinger1999-11-031-1/+1
| | | | | Fix compile warning
* Add <FORM ACTION=...> tagSascha Schumann1999-11-022-121/+198
|