1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
Commit Graph

28563 Commits

Author SHA1 Message Date
foobar ff757583ff MFH 2005-04-06 22:15:40 +00:00
Ilia Alshanetsky cbf631cf84 bug fixing news. 2005-04-06 14:48:21 +00:00
Ilia Alshanetsky eaed8e0922 MFH: Fixed bug #32553 (mmap loads only the 1st 2000000 bytes on Win32). 2005-04-06 14:47:51 +00:00
Ilia Alshanetsky 84c1e20749 MFH: Removed php_check_syntax() function, it never worked properly. For now
use shell_exec("php -l script_name") or similar.
2005-04-06 14:21:03 +00:00
Ilia Alshanetsky 6a8e47ca98 MFH: Fixed bug #31363 (broken non-blocking flock()). 2005-04-06 13:59:48 +00:00
Antony Dovgal dfaf49e9fd MFH: do not try to read after EOF 2005-04-06 08:26:44 +00:00
Georg Richter e65f524f92 MFH: fix for #32282 (segfault in mysqli_fetch_array on 64-bit) 2005-04-06 06:48:13 +00:00
Antony Dovgal 69f10386f4 MFH: remove proto 2005-04-05 20:31:38 +00:00
Ilia Alshanetsky ee70304a32 MFH: Fixed bug #32589 (Possible crash inside imap_mail_compose, with charsets). 2005-04-05 14:48:28 +00:00
Ilia Alshanetsky 137eb633aa MFH: Fixed bug #30362 (stream_get_line() not reading data correctly). 2005-04-05 03:00:13 +00:00
foobar fe99a3a8a1 MFH: fix test 2005-04-04 22:32:11 +00:00
Sara Golemon 62eceedcc4 MFH rev 1.72 2005-04-04 19:48:14 +00:00
foobar e1f15df15c - Update 2005-04-04 18:53:01 +00:00
foobar 6696ac41c5 MFH 2005-04-04 18:15:41 +00:00
Stanislav Malyshev b1efdfae47 fix backtraces - non-Zend classes have names too 2005-04-04 17:22:20 +00:00
Uwe Schindler d7842bb07c Bug #32491 (File upload error - unable to create a temporary file) - Changing file upload from stdio to posix 2005-04-04 15:00:13 +00:00
Antony Dovgal bac150263b MFH: configure looks for incorrect db2 library 2005-04-04 10:52:19 +00:00
foobar eb6732ad60 MFH: - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)).
MFH:   (kameshj at fastmail dot fm)
2005-04-03 21:57:06 +00:00
Ilia Alshanetsky 4c11305640 MFH: Fixed bug #32530 (chunk_split() does not append endstr if chunklen is
longer then the original string).
2005-04-03 18:09:25 +00:00
Antony Dovgal 43b641eab9 MFH: fix typo 2005-04-03 13:06:33 +00:00
Antony Dovgal 8325a296cb MFH: fix output_reset_rewrite_vars() returning false 2005-04-03 12:20:22 +00:00
Antony Dovgal 0d7b574472 MFH patch previously commited by Ilia
(memory leak when "S" is not listed in variable_order)
2005-04-03 11:55:44 +00:00
foobar 2fa9bcdc29 MFH 2005-04-03 11:18:22 +00:00
Moriyoshi Koizumi 27054e3850 - Reorder. 2005-04-03 07:51:11 +00:00
foobar 07081e2699 MFH 2005-04-03 00:12:34 +00:00
Greg Beaver 67745d4f44 remove -n switch 2005-04-02 23:51:24 +00:00
foobar 8013c023cb MFH 2005-04-02 23:20:18 +00:00
foobar 3d75c3fa8b MFH 2005-04-02 23:04:32 +00:00
Greg Beaver 912cb5d161 add missing file 2005-04-01 22:02:16 +00:00
Derick Rethans 56bad109e2 - MFH: internal_function->fn_flags is not initialized at this point 2005-03-31 15:44:52 +00:00
foobar e421488f99 MFH: c++ fix 2005-03-31 07:39:42 +00:00
Derick Rethans 21545018c3 - Back to dev so that we have working snapshots again. 2005-03-30 22:24:52 +00:00
Zeev Suraski 6118b0b738 Roll 5.0.4 2005-03-30 21:43:12 +00:00
Joe Orton 2fe662392a MFH: Mark private functions as static. 2005-03-30 13:52:39 +00:00
Edin Kadribasic 7a48dfb28e Update instruction from the documentation project (Philip Olson) 2005-03-30 13:13:57 +00:00
Ilia Alshanetsky 67bf61b087 patch reverted. 2005-03-29 17:32:37 +00:00
Zeev Suraski e3d3eaddf1 MFH minor SOAP fix (no worries - it was a tiny bug, the reason
a lot of tests are affected is that a lot of them made the same
wrong assumption - it won't break real world code)
2005-03-29 13:14:59 +00:00
Greg Beaver c4bf1f8f65 update to current bundle ideal 2005-03-28 17:05:50 +00:00
Greg Beaver e1d1c8d901 merge in PEAR 1.3.5 2005-03-28 16:46:06 +00:00
Ilia Alshanetsky 805a596542 MFH: revert copy patch. 2005-03-27 15:53:30 +00:00
Derick Rethans 5663cf0e81 - Back to -dev
#- This is important for the snapshot builder!
2005-03-26 19:17:11 +00:00
Zeev Suraski a14f4684a1 Roll RC2 2005-03-24 08:23:37 +00:00
Andi Gutmans 1b12c6b362 - Fix typos 2005-03-24 01:11:35 +00:00
Antony Dovgal cb49e8b1ce MFH: fix leak when register_long_arrays is off 2005-03-24 00:17:53 +00:00
Moriyoshi Koizumi d2928e0af0 - Temporary reversion. 2005-03-23 23:56:38 +00:00
Moriyoshi Koizumi f3396e9ef2 - BFN. 2005-03-23 23:31:02 +00:00
Moriyoshi Koizumi a613be3e96 - MFH: fix bug #32311 (mb_encode_mimeheader() does not properly escape
characters).
2005-03-23 23:22:55 +00:00
Moriyoshi Koizumi 8cdc2fec19 - MFH: Add sanity check in iconv_mime_encode(). Leaving the third parameter
unspecified would yield bus error.
- MFH: Add testcase for the bug.
2005-03-23 23:08:25 +00:00
Dmitry Stogov c9b44080d2 windows compatibility fix 2005-03-23 15:12:27 +00:00
Dmitry Stogov 5c8567e212 Allow define connection timeout throught "connection_timeout" option in SoapClient constructor. 2005-03-23 08:08:34 +00:00