1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Commit Graph

14552 Commits

Author SHA1 Message Date
Zeev Suraski
e7c2bb9077 Fix build 2005-05-09 16:01:12 +00:00
foobar
9ae244bca8 MFH: - getlogin() / getgroups() are not necessarily available everywhere 2005-05-09 12:16:11 +00:00
Rasmus Lerdorf
5493a5af6b MFH 2005-05-08 17:29:37 +00:00
foobar
353f3d693d MFH: unnecessary test 2005-05-08 15:59:18 +00:00
foobar
c941788794 MFH: - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer) 2005-05-08 15:44:15 +00:00
Georg Richter
db46216831 added new function mysqli_set_character_set_name
This function changes also the mysql->charset structure for
mysql_real_escape_string (see MySQL Bugs #8317 and #9637).
This bug will probably be fixed in MySQL 5.1
2005-05-08 08:47:40 +00:00
Ilia Alshanetsky
5906410a83 Fixed memory leak on error in FTP wrapper. 2005-05-07 16:07:36 +00:00
Wez Furlong
e3049fe418 MFB: Fix for #32974 2005-05-07 14:58:02 +00:00
Georg Richter
f37d8ad76a fix for 5_0. Statement constructor doesn't exist in 5_0 2005-05-07 07:55:01 +00:00
Andrey Hristov
ffa626068b bail out just after detecting incorrect number of paramts to bind (MFH) 2005-05-07 07:47:24 +00:00
Ilia Alshanetsky
16b517057e MFH: Check ftp user name for control characters. 2005-05-06 18:43:13 +00:00
Antony Dovgal
0cd04dd8ee MFH: fix off-by-one in _php_image_output()
and prevent such errors in php_do_open_temporary_file()
2005-05-06 16:49:04 +00:00
Andrey Hristov
6477d350b2 init these variables (MFH) 2005-05-06 10:15:07 +00:00
Ilia Alshanetsky
5b90adb4f7 Added missing bit of the previous patch. 2005-05-06 02:19:36 +00:00
Ilia Alshanetsky
74a7342ac1 MFH: Fixed bug #32936 (http redirects URLs are not checked for control chars). 2005-05-06 02:18:22 +00:00
Georg Richter
fbe44d0345 MFH: fix for bug #32956
fixed memleak in mysql_close
     fixed data truncation in test 009.phpt
2005-05-05 13:30:31 +00:00
Anantha Kesari H Y
3ccba5514f NetWare LibC dlsym works perfectly only thing that each of the extension need to export a symbol with FULL capital prefix. 2005-05-04 13:48:01 +00:00
Rob Richards
3bd4199865 MFH: Fix bug #32930 (class extending DOMDocument doesn't clone properly) 2005-05-03 22:55:45 +00:00
Ilia Alshanetsky
feb4c90222 MFH: Fixed bug #32608 (html_entity_decode() converts single quotes even if
ENT_NOQUOTES is given).
2005-05-01 19:49:40 +00:00
Pierre Joye
5c966aaa06 - MFB: #32891, init old y positions to non possible values. -1 being used
if the center start a (x,0)
2005-05-01 05:52:54 +00:00
Andrey Hristov
015f87f5a9 missed to remove that. multi_query is no more a global. 2005-04-29 10:22:35 +00:00
Dmitry Stogov
8aa7f7e3f9 Fixed WSDL cache bug 2005-04-29 05:38:31 +00:00
Antony Dovgal
9c71c7530b MFH: handle unsupported datatypes and prevent segfault 2005-04-28 14:12:23 +00:00
Rob Richards
37e937db25 MFH: Fix bug #32245 (xml_parser_free() in function assigned to the xml parser
gives a segfault)
2005-04-28 12:17:18 +00:00
foobar
ea6ac022d6 MFH 2005-04-27 23:27:44 +00:00
Andrey Hristov
e465c076f5 MFH (fix bug #31023)
#no test case because this has to be run with binary compiled with memory
#limit enabled.
2005-04-27 17:58:53 +00:00
Dmitry Stogov
cfb4c916b8 Fixed bug #29210 (Function: is_callable - no support for private and protected classes). 2005-04-27 15:44:06 +00:00
foobar
dedcaff2f2 MFH 2005-04-27 13:13:38 +00:00
Andrey Hristov
8595c6b6b8 - Fix bug 31668 (multi query fails every other time). The multi_query flag
was global and not per connection.
- use ecalloc() instead of calloc() for memory that will be freed with
  efree()
2005-04-27 12:03:05 +00:00
Ilia Alshanetsky
fce70d11e6 MFH: Fixed bug #32813 (parse_url() does not handle scheme-only urls properly). 2005-04-25 23:48:31 +00:00
Stanislav Malyshev
d225b1ce81 @- Fix #32773 and make right fix for GMP FPEs (Stas)
Fix #32773 and make right fix for GMP FPEs
2005-04-25 12:16:43 +00:00
Edin Kadribasic
584fb97aed MFH: Added T1LIB support on Windows (#32809) 2005-04-25 09:10:14 +00:00
Dmitry Stogov
abe7b677f3 Fixed call to estrndup() with invalid lengt 2005-04-25 06:11:00 +00:00
Sebastian Bergmann
4dceadd4c1 MFH: Correct grammar. 2005-04-25 05:14:46 +00:00
foobar
63a9f23f74 MFH: fix memleak 2005-04-23 21:15:54 +00:00
Joe Orton
5fa11c0579 MFH: Fixed bug #32797 (invalid C code in xmlrpc extension). 2005-04-22 11:54:17 +00:00
Antony Dovgal
332f700522 fix C++ comments 2005-04-22 09:14:34 +00:00
Masaki Fujimoto
6d58950fe6 - MFH: Fix mbfl_encoding_detector_feed() and mbfl_mbfl_identify_encoding() behaviour 2005-04-22 05:03:25 +00:00
foobar
40108e7c04 MFH 2005-04-21 23:02:15 +00:00
foobar
485321056a MFH: - Fixed bug #32647 (Using register_shutdown_function() with invalid callback can crash PHP) 2005-04-21 14:45:55 +00:00
foobar
4924aa83f3 MFH: Added test for bug #32647 2005-04-21 14:18:27 +00:00
Dmitry Stogov
ff8c742822 Fixed wrong SoapFault codes. The codes MUST be namespace qualified. 2005-04-21 12:27:54 +00:00
foobar
525e7171a4 MFH: - Possible fix for bug #32778 2005-04-21 11:19:53 +00:00
Dmitry Stogov
207248483e Fixed bug #32776 (SOAP doesn't support one-way operations) 2005-04-20 10:58:38 +00:00
Dmitry Stogov
1a635c7c89 space -> tab 2005-04-20 08:43:53 +00:00
Dmitry Stogov
4baee906ce Support for element's form and schema's elementFormDefault attributes (qualified/unqualified) 2005-04-20 08:31:10 +00:00
Dmitry Stogov
8594a3806f Some tests where fixed 2005-04-20 06:35:29 +00:00
foobar
a2ad16ef21 MFH 2005-04-19 22:05:43 +00:00
Andrey Hristov
2d36d2dd9f fix test to be able to run not only over Unix socket but also over TCP/IP
and not only connected to localhost.
2005-04-19 15:42:45 +00:00
Andrey Hristov
fd13faea13 MFH 2005-04-19 13:42:31 +00:00