summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0b3'.php-4.0b3SVN Migration1999-11-195-81/+38
|
* final news update before 4.0b3Stig Bakken1999-11-161-1/+1
|
* final changelog update before 4.0b3Stig Bakken1999-11-161-0/+5
|
* 4.0b3 coming upStig Bakken1999-11-162-2/+2
|
* ChangeLog update1999-11-161-0/+16
|
* cleaning upAndrei Zmievski1999-11-151-3/+3
|
* ChangeLog update1999-11-151-0/+54
|
* NEWS update1999-11-151-0/+5
|
* (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-145-14/+14
|
* (PHP k[r]sort) now use compare_function from libzend to be consistent with ↵Thies C. Arntzen1999-11-142-16/+35
| | | | the language-core.
* - Remove ISAPI project from main dir as it's been copied to sapi/isapiAndi Gutmans1999-11-142-1/+3
|
* clearifyThies C. Arntzen1999-11-141-1/+2
|
* @- 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-144-5/+19
| | | | | Removed the mkstemp stuff and added tmpfile() function instead.
* - Fix comment as to Joey's findingsAndi Gutmans1999-11-141-1/+1
|
* ChangeLog update1999-11-141-0/+113
|
* These are inserted automatically now.Andrei Zmievski1999-11-131-16/+0
|
* It's in array.c now.Andrei Zmievski1999-11-131-2/+0
|
* Split array functions into separate module.Andrei Zmievski1999-11-136-1912/+2026
|
* Suck in prototypes correctly with applied aliasesSascha Schumann1999-11-134-0/+26
| | | | | (otherwise php_reg* would not be prototyped)
* - Fix crash with string offset assignments.Andi Gutmans1999-11-131-1/+1
|
* - Make Win32 compile againAndi Gutmans1999-11-133-3/+13
|
* Allow --with-apxs and --with-regex=apacheSascha Schumann1999-11-131-2/+5
|
* Improve regex library selection. It lets user specify whether they wantSascha Schumann1999-11-1315-29/+89
| | | | | | | 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 libtool targetsSascha Schumann1999-11-130-0/+0
|
* - remove extra CPPFLAGS from top-level MakefileSascha Schumann1999-11-134-7/+7
| | | | | - HSREGEX defaults to what the user wants, but can be changed now internally
* Export CPPFLAGS to propagate additional flagsSascha Schumann1999-11-131-0/+1
|
* Fix typo (escape sign was one off)Sascha Schumann1999-11-131-1/+1
|
* preparing 4.0b3-RC5Sascha Schumann1999-11-132-2/+2
|
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-1341-41/+3
| | | | | | | | | 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)
* (AC_EXPAND_PATH) Expand relative paths completelySascha Schumann1999-11-131-1/+3
|
* ChangeLog update1999-11-131-0/+30
|
* NEWS update1999-11-131-0/+2
|
* Enable selective regex library compilation.Sascha Schumann1999-11-124-43/+36
|
* upgrade regex library to alpha3.8Sascha Schumann1999-11-1220-358/+484
| | | | | @- 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)
* 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
|