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

33863 Commits

Author SHA1 Message Date
Sara Golemon 201d5df650 Allow grow_mode && !bufstart (original assertion logic) 2006-03-21 18:28:42 +00:00
Marcus Boerger 89546335d2 - Drop --no-prefix as disables --prefix which we do for http://gcov.php.net
# If you need/want this edit your makefile or provide a LTP_GENHTML export
# of your need when running buildconf
2006-03-21 18:17:03 +00:00
Pierre Joye 96f0a94e63 - add enchant_broker_list_dicts 2006-03-21 18:10:45 +00:00
Pierre Joye 0040af1960 - fix proto 2006-03-21 17:25:41 +00:00
Pierre Joye 88b8784f18 - cs 2006-03-21 17:18:57 +00:00
Antony Dovgal dce1fffbc8 change oci_field_type() to return VARCHAR2 instead of VARCHAR
(fixes feature request #36800)
2006-03-21 15:47:38 +00:00
Ilia Alshanetsky 7f18e7f62c MFB51: Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection). 2006-03-21 15:35:48 +00:00
Antony Dovgal 0ba446fa06 reimplement php_oci_lob_read() and fix PECL bug #5995
now the function dosn't try to read data by blocks, as this is nearly impossible
to do with Unicode and regular LOBs in the same time
2006-03-21 15:07:14 +00:00
Derick Rethans 7f7300ae0b - Update windows file too (not tested, but should work). 2006-03-21 13:57:16 +00:00
Derick Rethans c86cf4fbea - Make ext/unicode an extension that is always there and can not be disabled. 2006-03-21 13:56:50 +00:00
Antony Dovgal 95d4ac09ca fix spelling 2006-03-21 13:46:51 +00:00
Dmitry Stogov 82864571ad Fixed compatibility with auto_globals_jit 2006-03-21 12:27:10 +00:00
Dmitry Stogov 089646babf Fixed bug #36721 (The SoapServer is not able to send a header that it didn't receive) 2006-03-21 12:05:10 +00:00
Pierre Joye af08bfab19 - replace the pkg version in phpinfo 2006-03-21 11:28:20 +00:00
Pierre Joye d072da5a1c - cs 2006-03-21 11:13:12 +00:00
Pierre Joye d9b40c179a - convert package to 2.0, prepare changelog for 1.0.1 2006-03-21 10:38:59 +00:00
Dmitry Stogov 79c653ab98 Fixed bug #36809 (__FILE__ behavior changed) 2006-03-21 08:49:58 +00:00
Rui Hirokawa 0fb7618d6e added mb_check_encoding() to detect possible invalid encoding attack. 2006-03-21 07:47:43 +00:00
a6bcfeccf7 ChangeLog update 2006-03-21 06:31:49 +00:00
Rui Hirokawa 52a935ffd2 changed a option name based on PHP naming convension. 2006-03-21 02:19:59 +00:00
Rui Hirokawa 2832532138 MF PHP_5_1 2006-03-21 02:11:55 +00:00
Ilia Alshanetsky f7875f813c MFB51: Fixed bug #36689 (Removed arbitrary limit on the length of syslog
messages).
2006-03-21 00:59:41 +00:00
Pierre Joye 5956f9a398 - add some UTF-8 hindi files, first of a serie of data used
by the tests (will follow)
2006-03-20 23:44:47 +00:00
Antony Dovgal c2eabef473 shutdown syslog module before freeing basic_globals 2006-03-20 23:33:07 +00:00
Antony Dovgal 6901e09492 MF51: fix #36808 (syslog ident becomes garbage between requests) 2006-03-20 23:07:31 +00:00
Marcus Boerger dd4f59c9c0 - Drop PDO::setDefaultFetchMode() 2006-03-20 22:18:15 +00:00
Marcus Boerger ee3a559a58 - WS 2006-03-20 22:17:41 +00:00
Antony Dovgal 1df7e13f48 fix #36741 (userstreams testcase have off-by-one error on fseek()) 2006-03-20 22:08:59 +00:00
Marcus Boerger 56ed3211a6 - Added PDO_ATTR_DEFAULT_FETCH_MODE which controls the default fetch mode 2006-03-20 20:54:34 +00:00
Antony Dovgal ba1ac82bc9 don't leak memory even though the code is not stable yet 2006-03-20 20:09:20 +00:00
Dmitry Stogov d2fd87526f Removed unreachable code 2006-03-20 15:12:54 +00:00
Antony Dovgal 9557d44ed8 fix buffer overrun 2006-03-20 14:10:23 +00:00
Antony Dovgal 882df6e4d4 initialize retval 2006-03-20 13:53:56 +00:00
Dmitry Stogov 323a2d30ed Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy) 2006-03-20 10:37:09 +00:00
Dmitry Stogov 00c81b0e49 Fixed register_argc_argv behavior. Now it behave in the same way as before in combinations with variables_order and auto_globals_jit.
$argc and $argv global variables are registered only in CLI mode and under $_SERVER[] in other case. (This is done because register_globals was removed and assumed - off).
2006-03-20 10:18:50 +00:00
f920c1068e ChangeLog update 2006-03-20 06:31:42 +00:00
Pierre Joye 9e3b87056f - fix compilation warning 2006-03-20 00:07:08 +00:00
Antony Dovgal 6fd8aaae87 this check should be present in HEAD as well, no only in 5_1 2006-03-19 22:57:47 +00:00
Antony Dovgal a4f9c8efc2 MFB: first check stream for NULL, then dereference 2006-03-19 22:34:26 +00:00
Antony Dovgal 2c750d7f84 make the code a bit cleaner - no need for two different checks that are doing effectively the same 2006-03-19 22:12:39 +00:00
Marcus Boerger 1aeff811c0 - Make all compile without errors/warnings 2006-03-19 20:57:53 +00:00
Marcus Boerger 3273a5eab9 - Little reordering now and disable a bit of tony's code to make it compile again 2006-03-19 20:53:58 +00:00
Marcus Boerger 6154b639ed - Handle attributes in dbh ctor (jean pütz aka tony) 2006-03-19 20:33:51 +00:00
Marcus Boerger 98ddfbba1a - CS 2006-03-19 20:26:20 +00:00
Marcus Boerger ef6d420aad - Explicitly make the default default FETCH_BOTH 2006-03-19 20:08:29 +00:00
Marcus Boerger 786d78f683 - Prevent default fetch mode (0) from passing down to actual fetching and
make it behave like FETCH_BOTH which is the intended overall default
2006-03-19 19:46:18 +00:00
Marcus Boerger 31409d3bed - Must use > 0 here (decrement after check) 2006-03-19 19:05:28 +00:00
Marcus Boerger 74dd417dfe - Simplify, default mode transfer also in prepare 2006-03-19 19:04:32 +00:00
Ilia Alshanetsky d6118f1b6e MFB51: Properly calculate the size of the result array. 2006-03-19 17:35:56 +00:00
Michael Wallner 1251f42585 MFB: fix php_apache_sapi_header_handler() modifying sapi_header 2006-03-19 14:58:06 +00:00