summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* NEWS update1999-11-171-0/+1
* (PHP substr_replace) New function.Andrei Zmievski1999-11-163-0/+84
* - Weird that this compiled for me.Andi Gutmans1999-11-161-1/+1
* Just some rearranging.Andrei Zmievski1999-11-161-2/+4
* - CHange used_return_value -> return_value_usedAndi Gutmans1999-11-161-2/+2
* - Change used_return_value to return_value_usedAndi Gutmans1999-11-161-1/+1
* - Initial support for Thies' idea of passing functions a flag telling themAndi Gutmans1999-11-161-4/+6
* - In any case create the free opcode. Need to allow the functions toAndi Gutmans1999-11-161-9/+8
* - Add support for used_return_value passed to internal functions.Andi Gutmans1999-11-163-8/+14
* 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
* (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 th...Thies C. Arntzen1999-11-142-16/+35
* - 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
* @- Fixed strtr() not to modify arg1. (Thies)Thies C. Arntzen1999-11-141-6/+7
* (ext/informix) Added WIN32 build files for informix driverDanny Heijl1999-11-146-69/+429
* @Added tmpfile() function (Stig)Stig Bakken1999-11-144-5/+19
* - 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
* - 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
* Remove libtool targetsSascha Schumann1999-11-130-0/+0
* - remove extra CPPFLAGS from top-level MakefileSascha Schumann1999-11-134-7/+7
* 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
* (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
* added missing function-aliasThies C. Arntzen1999-11-121-0/+3