Ilia Alshanetsky
|
053747b512
|
MFB: Use reantrant crypt_r() whenever possible.
|
2006-11-30 16:00:05 +00:00 |
|
Ilia Alshanetsky
|
55ebcb9f7e
|
MFB: Use thread-safe code
|
2006-11-30 15:13:33 +00:00 |
|
Ilia Alshanetsky
|
24731d0ba9
|
MFB: Thread safety fixed for *nix systems
|
2006-11-30 00:35:27 +00:00 |
|
Ilia Alshanetsky
|
b9e264d497
|
MFB: Fixed bug #39648 (Implementation of PHP functions chown() and chgrp()
are not thread safe).
|
2006-11-29 23:46:25 +00:00 |
|
Antony Dovgal
|
573ff9aaa5
|
add missing folding marker
|
2006-11-29 22:53:21 +00:00 |
|
Derick Rethans
|
26568762da
|
- Updated timezone database to version 2006.16.
|
2006-11-29 20:01:28 +00:00 |
|
Ilia Alshanetsky
|
460e59a1b5
|
MFB: Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory
corruption on Windows in pgsql and pdo_pgsql extensions).
|
2006-11-29 15:47:41 +00:00 |
|
Antony Dovgal
|
9ed4f515d1
|
fix #39673 (file_get_contents causes bus error on certain offsets)
|
2006-11-29 11:10:49 +00:00 |
|
Rob Richards
|
f799b0b19b
|
MFB: correct fix for bug #39662 to fix leak and tree corruption
fix test
|
2006-11-29 08:52:08 +00:00 |
|
Marcus Boerger
|
f40fd6731c
|
- Add new example
|
2006-11-28 22:19:22 +00:00 |
|
Antony Dovgal
|
4b52ecf332
|
add php_unescape_html_entities() proto to the header
|
2006-11-28 20:40:29 +00:00 |
|
Antony Dovgal
|
d2e03795d9
|
fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)
|
2006-11-28 18:57:37 +00:00 |
|
Antony Dovgal
|
7499bd74b6
|
add test
|
2006-11-28 16:55:25 +00:00 |
|
Ilia Alshanetsky
|
2b703207d5
|
MFB: Fixed bug #39656 (crash when calling fetch() on a PDO statment object
after closeCursor()).
|
2006-11-28 16:28:07 +00:00 |
|
Antony Dovgal
|
1d21b86f1d
|
fix #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4 support is enabled)
|
2006-11-28 11:38:57 +00:00 |
|
Ilia Alshanetsky
|
820b30bcb8
|
MFB: Replace non-threadsafe rand() with php_rand_r()
|
2006-11-28 00:24:16 +00:00 |
|
Antony Dovgal
|
8e6bca8f07
|
fix #39564 (PDO::errorInfo() returns inconsistent information when sqlite3_step() fails)
|
2006-11-27 12:13:02 +00:00 |
|
Antony Dovgal
|
fef764b122
|
fix test
this errmsg is different on FreeBSD
|
2006-11-27 11:43:45 +00:00 |
|
Ilia Alshanetsky
|
41da75d59f
|
MFB: Fixed bug #39623 (thread safety fixes on *nix for mime_magic extenion).
|
2006-11-26 17:03:15 +00:00 |
|
Ilia Alshanetsky
|
1c4d86e6d4
|
MFB: Fixed test, in some versions of c-client returned value is always
uppercase
|
2006-11-26 16:31:57 +00:00 |
|
Ilia Alshanetsky
|
dcf2056b91
|
MFB: fixed test
|
2006-11-26 16:29:55 +00:00 |
|
Ilia Alshanetsky
|
969ce8a603
|
MFB: Added a meta tag to phpinfo() output to prevent search engines from
indexing the page.
|
2006-11-26 16:26:32 +00:00 |
|
Antony Dovgal
|
a1f6c395cf
|
fix #39621 (str_replace() is not binary safe on strings with equal length)
|
2006-11-24 21:57:31 +00:00 |
|
Antony Dovgal
|
5bc9641a77
|
add missing argument to zend_parse_parameters()
|
2006-11-24 21:54:41 +00:00 |
|
Nuno Lopes
|
2eef6c8793
|
more tests
|
2006-11-24 20:20:51 +00:00 |
|
Nuno Lopes
|
48fd490fb5
|
MFB
|
2006-11-24 15:50:45 +00:00 |
|
Antony Dovgal
|
9f99f2e9b1
|
fix test
|
2006-11-24 13:40:29 +00:00 |
|
Antony Dovgal
|
a3cf20ddc3
|
fix #39583 (ftp_put() does not change transfer mode to ASCII)
|
2006-11-24 12:38:25 +00:00 |
|
Antony Dovgal
|
c5808d7029
|
fix #39613 (Possible segfault in imap initialization due to missing module dependency)
patch by wharmby at uk dot ibm dot com
|
2006-11-24 10:28:26 +00:00 |
|
Nuno Lopes
|
a75c11138b
|
MFB
|
2006-11-23 20:48:21 +00:00 |
|
Nuno Lopes
|
fc24777859
|
MFB
|
2006-11-23 17:37:16 +00:00 |
|
Antony Dovgal
|
577d3dec4c
|
fix error messages in Unicode mode when global error handle is used
|
2006-11-23 16:08:41 +00:00 |
|
Antony Dovgal
|
afd25b61a4
|
fix oci_bind_array_by_name() with SQLT_ODT type
fix tests
|
2006-11-23 15:23:10 +00:00 |
|
Ilia Alshanetsky
|
5d9c6b33d0
|
MFB: Fixed a possible crash
|
2006-11-23 14:41:51 +00:00 |
|
Antony Dovgal
|
88f51bc2e5
|
fix tests
|
2006-11-23 14:36:55 +00:00 |
|
Antony Dovgal
|
f63754eb19
|
fix oci_bind_array_by_name() in Unicode mode
|
2006-11-23 14:20:59 +00:00 |
|
Andrei Zmievski
|
f2ab79dfc7
|
Unicode support in get_html_translation_table().
|
2006-11-22 22:18:46 +00:00 |
|
Andrei Zmievski
|
bb765e86ef
|
*** empty log message ***
|
2006-11-22 21:22:27 +00:00 |
|
Andrei Zmievski
|
ddee40dffb
|
Unicode support in ftok().
|
2006-11-22 21:22:14 +00:00 |
|
Andrei Zmievski
|
5732620630
|
- Unicode support for tick functions.
- Update unicode-progress.txt
|
2006-11-22 19:13:19 +00:00 |
|
Ilia Alshanetsky
|
2dbccb34d4
|
MFB: Fixed a possible crash in dbase_open() on empty filename.
|
2006-11-22 17:30:52 +00:00 |
|
Pierre Joye
|
19abc4b507
|
- #39538, fgetcsv can't handle starting newlines and trailing odd
number of backslashes (David Soria Parra, Pierre)
|
2006-11-22 12:56:26 +00:00 |
|
Antony Dovgal
|
5f29b8e40e
|
fix #39576 (array_walk() doesn't separate userdata zval)
|
2006-11-22 10:58:11 +00:00 |
|
Andrey Hristov
|
c60949d0b1
|
space to tab
|
2006-11-22 10:11:58 +00:00 |
|
Andrei Zmievski
|
b767e3cf9f
|
Unicode support in import_request_variables().
|
2006-11-21 22:21:38 +00:00 |
|
Andrei Zmievski
|
7cb10e9620
|
Note.
|
2006-11-21 18:45:21 +00:00 |
|
Andrei Zmievski
|
e6284e9cbc
|
Unicode support in highlight_string().
|
2006-11-21 18:40:58 +00:00 |
|
Antony Dovgal
|
ee8e633e8b
|
remove redundant error message
add test by <zoe dot slattery at googlemail dot com>
|
2006-11-21 17:40:38 +00:00 |
|
Ilia Alshanetsky
|
d301eb38ff
|
Fixed build
|
2006-11-21 15:58:29 +00:00 |
|
Ilia Alshanetsky
|
f1fdf21706
|
MFB: Adjust previous patch to work better
|
2006-11-21 15:58:12 +00:00 |
|