1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Commit Graph

8772 Commits

Author SHA1 Message Date
Sterling Hughes 06e6363985 fix crash bug 10400. 2001-04-19 14:59:33 +00:00
Wez Furlong d52f75aa1c Patch from Adam Dickmeiss to make configure detect libtff again. 2001-04-19 14:16:09 +00:00
Stig Bakken 2966cc538b * cotcha, Tomas 2001-04-19 12:31:20 +00:00
Ulf Wendel 457c638bfb - fixed the garbage collection
Added some kind of LRU to delete all entries older than n seconds.
  This fixes the bug that cache entries with lifetime 0 (endless) never
  got removed although if they are no longer used. What's still missing
  is some space limit for cache data.
2001-04-19 11:04:01 +00:00
Andi Gutmans 3fc529e30d - \r\n -> \n 2001-04-19 04:16:27 +00:00
Andi Gutmans 65cccf02ba - WS 2001-04-19 04:02:03 +00:00
Stig Bakken 43bba67988 * forgot to update this test too 2001-04-19 02:40:35 +00:00
Stig Bakken 2e4ecd5cab * DB_common now inherits PEAR and its error handling stuff
* DB_common::raiseError is now just a wrapper for PEAR::raiseError
* fixed some cast warnings in prepare/execute
* updated tests
2001-04-19 02:37:47 +00:00
Stig Bakken 4f84d76ed7 * check that error callbacks exist 2001-04-19 02:33:24 +00:00
Stig Bakken ad8dbb8d10 * added Colin's connect/factory error reporting fix 2001-04-19 02:32:33 +00:00
Dan Kalowsky f41f369754 corrects bug #7488, patch supplied by submitter (torben@php.net).
quick local tests show it to work.
2001-04-19 02:31:23 +00:00
d598a9b03f ChangeLog update 2001-04-19 01:09:08 +00:00
Stig Bakken b16f38e2e7 * fix handling of broken DSNs like Colin suggested 2001-04-18 23:03:18 +00:00
Derick Rethans f557830af8 - Fixed some more problems with keys being chopped off (fix for bug #8839) 2001-04-18 22:14:06 +00:00
Adam Dickmeiss 1c62af36eb Function yaz_record returns database for record if type is "database". 2001-04-18 15:03:24 +00:00
Marc Boeren e2c8e80e2b Removed some old commented code (Mc) 2001-04-18 12:34:52 +00:00
Marc Boeren 9fc2c61698 Added DBX_CMP_TEXT and DBX_CMP_NUMBER constants and support for them in
the dbx_cmp_desc and dbx_cmp_asc functions. The old method of passing a
string "number" is now no longer valid. (Mc)
2001-04-18 12:31:08 +00:00
Wez Furlong e85f4fd5a7 Information about php streams 2001-04-18 10:43:21 +00:00
16f1d716a4 ChangeLog update 2001-04-18 01:09:15 +00:00
Frank M. Kromann f09a36b91f Adding fbsql_fetch_assoc() functon 2001-04-17 17:39:43 +00:00
Wez Furlong 86c84da7c2 Discovered warn_not_available and used it. 2001-04-17 17:08:03 +00:00
Wez Furlong 57af70f707 Changes for streams. Added temporary fopenstream function to PHP so that
the streams can be tested.
2001-04-17 17:06:06 +00:00
Wez Furlong 5dbb3a7708 Added files for PHP streams 2001-04-17 17:03:18 +00:00
Wez Furlong 2a26be63a0 Added --enable-php-streams option for experimental file abstraction 2001-04-17 17:01:33 +00:00
Zeev Suraski 1078e61c74 small beautification 2001-04-17 15:19:14 +00:00
Stig Bakken 90c1355a75 * PEAR_Installer un-broken again, it still doesn't update the
package list though
* better error handling in "pear" script
2001-04-17 02:33:45 +00:00
Dan Kalowsky 685186f9fd This change seems to fix bugs 7158, 7807, 8531, and 8636. After asking why this patch was applied no one seemed to respond with anything useful. If you find this change in error, sorry, I tested it on as many systems as I could. 2001-04-17 02:02:36 +00:00
Stig Bakken 2723ad2e63 * have DB.php use PEAR::raiseError in factory methods 2001-04-17 01:51:27 +00:00
Stig Bakken 266cc59f06 * enable static use of PEAR::raiseError 2001-04-17 01:29:48 +00:00
Stig Bakken 457333c1fd * implemented PEAR_Packager to make distribution packages. Currently only
runs on platforms with GNU tar installed
* the "pear" script now requires a command parameter (similar to cvs),
  for example "pear package Cache.xml"
* broke PEAR_Installer :-)
2001-04-17 01:17:59 +00:00
c7f7fcf430 ChangeLog update 2001-04-17 01:09:35 +00:00
4f9e803218 NEWS update 2001-04-17 01:09:32 +00:00
Wez Furlong fe88b5fd6e Fixed lame attempt to prevent ttf linkage when using freetype2 2001-04-17 01:02:37 +00:00
Stig Bakken 0edbf4242f * using CGI -C option, you no longer have to specify "full" path to tests 2001-04-16 23:28:58 +00:00
Stig Bakken 0b2641efa6 @Added -C command-line option to avoid chdir to the script's directory (Stig) 2001-04-16 23:20:47 +00:00
Stig Bakken f35cef5928 * DB::isManip now handles create, drop, alter, grant, revoke. 2001-04-16 22:16:38 +00:00
Stig Bakken ee17aae3ac * make the error class used by raiseError configurable (_error_class property,
overridden by first parameter to constructor)
2001-04-16 21:45:21 +00:00
Stig Bakken d3bb832585 * actually commit the stuff I said I had committed :-) 2001-04-16 21:24:38 +00:00
Frank M. Kromann fb98b6b838 Fixing memory leek on CancelFetch. 2001-04-16 16:27:11 +00:00
Sebastian Bergmann c7dcf9e0dc Daniel fixed this for PHP 4.0.6. 2001-04-16 13:55:18 +00:00
Andrei Zmievski 6f31580b99 More todo stuff. 2001-04-16 13:54:10 +00:00
James Moore 426a9cea75 - Updating order slighly so the install is easier to follow. 2001-04-16 09:44:21 +00:00
Andrei Zmievski 1a1018452c @- Fixed a bug with /e modifier in preg_replace(), that would not correctly
@  replace two-digit references if single digit references were present
@  before them. This fixed bug #10218. (Andrei)
2001-04-16 04:56:31 +00:00
c3874032b9 ChangeLog update 2001-04-16 01:09:12 +00:00
Stig Bakken 1bdc3d7478 * added sgml/xml catalog file 2001-04-15 23:53:09 +00:00
Stig Bakken a90c2198e0 * add a package type called empty (default) 2001-04-15 23:52:42 +00:00
Alexander Feldman f0abfcc894 Fixed typo. 2001-04-15 19:03:12 +00:00
Alexander Feldman 531b8042ad We shoud not fseek in a pipe and this caused a problem with popen and
fgets on the platforms where the buffer fix was applied (Solaris, FreeBSD).
Now the fseek is done only when the handle is of type fopen.
2001-04-15 18:42:50 +00:00
6426150e20 ChangeLog update 2001-04-15 01:09:16 +00:00
14e3e6fdec NEWS update 2001-04-15 01:09:13 +00:00