1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Commit Graph

10056 Commits

Author SHA1 Message Date
Wez Furlong c64256e671 Warning fix 2003-04-04 21:09:25 +00:00
Sara Golemon a65564f0fa User shouldn't have to initialize this pass-by-ref parameter 2003-04-04 20:43:36 +00:00
foobar cbb98284da - Fixed bug #22944 (--with-java "make install" fails) 2003-04-04 17:42:46 +00:00
Sterling Hughes 335a1c1a6d forgot to commit this. 2003-04-04 16:00:33 +00:00
foobar 9fbb5b5327 Check that t1lib has T1_StrError 2003-04-04 15:56:10 +00:00
foobar 392f3c2d7c - Checks specific to some extension belong in the extension's config.m4 2003-04-04 15:42:54 +00:00
Moriyoshi Koizumi da4cf6f9d8 Fixed memleak in socket_select 2003-04-04 14:16:59 +00:00
Moriyoshi Koizumi b78e3c5155 Added cmsghdr check. Now sockets extension can be built under cygwin. 2003-04-04 13:02:43 +00:00
Moriyoshi Koizumi d1b82409c3 Added missing sanity check, which was causing segfault. 2003-04-04 09:06:23 +00:00
Wez Furlong 0148c0cb02 Simplify and enhance readability. 2003-04-04 08:57:40 +00:00
Sara Golemon b2d4514580 Added stream_get_transports() 2003-04-04 05:21:03 +00:00
Ilia Alshanetsky 5ec34bcd82 Might as well disallow 0x0 images.
Thanks Marcus.
2003-04-04 01:33:57 +00:00
Ilia Alshanetsky 925bc0fd7d Fix segfault in imagecopyresized(). 2003-04-04 00:16:47 +00:00
foobar 74868f3a45 - Better errors for T1lib.
- Sanity check into imagepsextendfont().
# Patches by John Coggeshall <john@coggeshall.org>
2003-04-04 00:09:23 +00:00
foobar 2063094acc Use php_error_docref. 2003-04-03 23:10:08 +00:00
Rasmus Lerdorf 7461f1f45a MFB 2003-04-03 22:45:25 +00:00
Sascha Schumann c2e2423838 Fix segfaults in imagecreate/imagecreatetruecolor 2003-04-03 19:18:57 +00:00
Sara Golemon 465bb61357 Kludgy fix for floating point drift causing problems like range(1.0,1.5,0.1) == array(1.0,1.1,1.2,1.3,1.4); 2003-04-03 18:33:05 +00:00
Sascha Schumann 7e7bbb751e Prevent entering of anything but arrays/strings in register_shutdown_func
Noticed by: Jan Schneider
2003-04-03 18:09:41 +00:00
Christian Stocker 630a00dda6 - Added domxml_elem_set_attribute_node() method. (Rob Richards) 2003-04-03 10:21:19 +00:00
Georg Richter 05e02eb27b fixed mysqli_prepare_result 2003-04-03 08:03:59 +00:00
Georg Richter 130860e709 fixed output 2003-04-03 08:03:12 +00:00
Derick Rethans 6412e65bf9 - CS 2003-04-03 06:21:59 +00:00
foobar c94eeb9fad Another CS fix.
# Rasmus, at least try keep the style consistent..
2003-04-03 01:16:34 +00:00
foobar 16da825c7c CS fix 2003-04-03 01:12:47 +00:00
Moriyoshi Koizumi cb38be1bd2 Fixed segfault in xml_parser_create()
# due to too many %s in printf spec
2003-04-03 01:00:45 +00:00
Ilia Alshanetsky 6965f229a6 MFH 2003-04-03 00:55:56 +00:00
Moriyoshi Koizumi 8784a497b8 Fixed segfault in mb_ereg_match() 2003-04-03 00:15:13 +00:00
Moriyoshi Koizumi 8b539ed766 Fixed lots of crashes in mbregex.
# most of them were caused by stupid mistakes
2003-04-03 00:01:44 +00:00
Rasmus Lerdorf 1dba0c1ba7 MFB: Check for negative precision 2003-04-02 23:51:52 +00:00
Rasmus Lerdorf 066a68d7fa MFB: Fix unregister_tick_function crash 2003-04-02 23:11:31 +00:00
Georg Richter 625df86428 fixed expected output 2003-04-02 22:07:27 +00:00
Rasmus Lerdorf 716142c4ea MFB: Get rid of bogus dtors 2003-04-02 22:07:22 +00:00
Rasmus Lerdorf 1612ffad05 MFB: Fix the setlocale() segfault 2003-04-02 21:33:02 +00:00
Sterling Hughes bb7c2ddb23 add the ability for curl_multi_info to introspect the handles.
# Zend commit doesn't break anything, so I'm committing it.  If anyone
# has problems, just speak up. :)
2003-04-02 16:58:52 +00:00
Colin Viebrock 4888473efa fixes for logo guid functions 2003-04-02 16:51:40 +00:00
Edin Kadribasic f773cd8fea Fixed bug #23008 2003-04-02 12:36:03 +00:00
Christian Stocker 19771e0433 Patch for Bug #22774 by Rob Richards 2003-04-02 10:31:33 +00:00
Sara Golemon c249c67178 New test for userfilters rewrite 2003-04-02 00:41:09 +00:00
Ilia Alshanetsky aab9718253 Fixed possible integer overflow in str_repeat(). 2003-04-02 00:25:45 +00:00
Jay Smith dcf0c70950 Fix 'timestamp without timezone', too. 2003-04-01 23:56:16 +00:00
Marcus Boerger ccfcd0d411 Fix 'time with timezone', too 2003-04-01 23:34:11 +00:00
Jay Smith cff236c4a6 Fixed bug #23009 (pg_select with timestamp) 2003-04-01 23:26:10 +00:00
Rasmus Lerdorf 4b343a0562 MFB 2003-04-01 21:47:21 +00:00
Moriyoshi Koizumi 6301bd9b95 Fixed bogus test 2003-04-01 19:47:33 +00:00
Rasmus Lerdorf 20ea550235 MFB 2003-04-01 19:12:32 +00:00
Moriyoshi Koizumi b302824171 Added a test case for bug #22538 2003-04-01 19:10:04 +00:00
Moriyoshi Koizumi 2954ea0a01 oops 2003-04-01 18:56:59 +00:00
Moriyoshi Koizumi 1bb22a8bd0 Reverted the last patch; the problem is elsewhere.. 2003-04-01 18:56:26 +00:00
Rasmus Lerdorf 423147c194 MFB 2003-04-01 18:50:31 +00:00