summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* add MS SQL module to credit infoFrank M. Kromann1999-11-221-0/+1
* Project changed to allow compilation for MS SQL 6.5 or 7.0Frank M. Kromann1999-11-221-8/+58
* - port of clibpdf module based on ClibPDF 2.x.Uwe Steinmann1999-11-225-0/+2776
* Optimize a tiny bitEvan Klinger1999-11-221-1/+1
* Optimize LDAP a little with Ex APIEvan Klinger1999-11-221-115/+118
* (PHP urldecode) Fix for #2788, function changed parameter in placeSascha Schumann1999-11-211-2/+5
* @- Fixed float-compare in min(),max(),a[r]sort(),[r]sort(). (Thies)Thies C. Arntzen1999-11-211-6/+28
* Maybe later on today. Must buy some beer first.Egon Schmid1999-11-212-2/+2
* @- Implemented get_html_translation_table() function. (Thies)Thies C. Arntzen1999-11-213-0/+58
* @- Implemented array_flip() function. Returns input-array with key, valueThies C. Arntzen1999-11-212-0/+52
* -renamed some macrosThies C. Arntzen1999-11-211-26/+36
* (PHP strtr) little smarterThies C. Arntzen1999-11-211-1/+1
* Java module now works with Linux jdk 1.2pre2.Stefan Roehrich1999-11-214-2/+46
* # Fix ColorResolve bogosityRasmus Lerdorf1999-11-212-3/+18
* add Berkeley DB3 supportSascha Schumann1999-11-206-2/+260
* (PHP substr_replace) Changed the order of the arguments.Andrei Zmievski1999-11-201-15/+8
* - Changed path to MySQL library in Win32 projectAndi Gutmans1999-11-202-7/+7
* @- Implemented 2-Arg version of strtr($str,$translation_array). This can be usedThies C. Arntzen1999-11-201-13/+125
* - Fixed a typo in the name of the project file. It links nowAndi Gutmans1999-11-201-25/+24
* - More PGSQL thread-safe updates. It still doesn't work though. Crashes forAndi Gutmans1999-11-202-2/+2
* - Should pretty much work nowAndi Gutmans1999-11-203-45/+55
* - Add project fileAndi Gutmans1999-11-202-0/+116
* - Start PostgreSQL support for Win32. Just added preliminary ZTS support.Andi Gutmans1999-11-202-75/+137
* (PHP preg_replace) Fixed a bug that cause backreferences to loseAndrei Zmievski1999-11-191-1/+1
* Fixed a bug that would replace only the first occurrence and result inAndrei Zmievski1999-11-191-1/+1
* <sys/time.h> is needed on linuxThies C. Arntzen1999-11-191-1/+5
* - Add array.c to the Win32 projectAndi Gutmans1999-11-191-0/+2
* @- Fixed mem-overwrite in XML_Parse_Into_Struct. (Thies)Thies C. Arntzen1999-11-191-1/+1
* Optimize a bitZeev Suraski1999-11-192-4/+6
* Fix a bug in sybase_fetch_hash()Zeev Suraski1999-11-191-0/+1
* Removed stdio wrapper from sockets; added timeouts to socket ops.Andrew Skalski1999-11-182-135/+394
* arg! alphabetize correctly!Sam Ruby1999-11-181-1/+1
* add Java module to credit infoSam Ruby1999-11-181-0/+1
* (php_rinit_session): use post request startups to reenable session.auto_startSascha Schumann1999-11-171-8/+8
* (PHP substr_replace) New function.Andrei Zmievski1999-11-163-0/+84
* Just some rearranging.Andrei Zmievski1999-11-161-2/+4
* - 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
* (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-142-5/+5
* (PHP k[r]sort) now use compare_function from libzend to be consistent with th...Thies C. Arntzen1999-11-141-14/+33
* @- 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-142-0/+19
* It's in array.c now.Andrei Zmievski1999-11-131-2/+0
* Split array functions into separate module.Andrei Zmievski1999-11-135-1912/+2024