Ilia Alshanetsky
|
59639f3de7
|
MFB: Fixed potential use of un-initialized var
|
2006-10-12 01:05:25 +00:00 |
|
Antony Dovgal
|
6636616ae9
|
fix test
|
2006-10-11 23:46:35 +00:00 |
|
Sara Golemon
|
cc51b47859
|
Bugfix#38649 Optional param not initialized
|
2006-10-11 23:20:54 +00:00 |
|
Antony Dovgal
|
a92a070353
|
fix #39125 (Memleak when reflecting non-existing class/method)
|
2006-10-11 15:51:17 +00:00 |
|
Antony Dovgal
|
7154dd7b87
|
add test
|
2006-10-11 14:57:38 +00:00 |
|
Ilia Alshanetsky
|
84b68c40e6
|
MFB: s/false/null/
|
2006-10-11 14:56:16 +00:00 |
|
Derick Rethans
|
db25a23ed8
|
- Change validating filters to return "null" on failure so that they can be
distinguised from the value "false" which might be valid as well.
|
2006-10-11 14:48:33 +00:00 |
|
Antony Dovgal
|
4a8aaa1e4d
|
check filter and class names for empty strings
|
2006-10-11 14:46:31 +00:00 |
|
Ilia Alshanetsky
|
2fa1fb9db3
|
MFB: Catch empty strings right away.
|
2006-10-11 14:30:50 +00:00 |
|
Antony Dovgal
|
721ade4f41
|
fix test on 64bit
|
2006-10-11 13:18:18 +00:00 |
|
Antony Dovgal
|
527cc7bd37
|
avoid reading str[-1], add warning when invalid format specified
add test
|
2006-10-11 13:14:08 +00:00 |
|
Antony Dovgal
|
729ed6eafc
|
fix crash when parsing invalid hostnames/IPs
|
2006-10-11 12:53:38 +00:00 |
|
Antony Dovgal
|
08d9facf51
|
more fixed problems
|
2006-10-11 11:52:41 +00:00 |
|
Antony Dovgal
|
77bfbfc880
|
fix segfault/leak, add test
|
2006-10-11 11:09:15 +00:00 |
|
Edin Kadribasic
|
ed0e78fb78
|
MFB: Sync with Unix build
|
2006-10-11 11:00:37 +00:00 |
|
Pierre Joye
|
2e1b7b03f8
|
- don't check signature if the file is empty (valgrind reports with test
001), thx Tony for the head up
|
2006-10-11 00:21:33 +00:00 |
|
Ilia Alshanetsky
|
1032b2eaa3
|
MFB: Fixed bug #39034 (curl_exec() with return transfer returns TRUE on
empty files).
|
2006-10-10 23:13:13 +00:00 |
|
Antony Dovgal
|
ff62076796
|
access mode for dbase_open() cannot be < 0
|
2006-10-10 23:00:48 +00:00 |
|
Antony Dovgal
|
81c149153e
|
add new test
|
2006-10-10 22:38:00 +00:00 |
|
Antony Dovgal
|
93734dd1ca
|
fix leak and typos in error messages
|
2006-10-10 22:21:36 +00:00 |
|
Ilia Alshanetsky
|
6d3e8ce4f8
|
MFB: Fixed bug #38198 (possible crash when COM reports an exception).
|
2006-10-10 17:33:02 +00:00 |
|
Antony Dovgal
|
3049d59cba
|
fix #39112 (typo in error message)
|
2006-10-10 12:43:34 +00:00 |
|
Derick Rethans
|
8b2b5efc88
|
- Make fileinfo compile with PHP 5.2 as well.
|
2006-10-10 09:52:06 +00:00 |
|
Sara Golemon
|
71a765c651
|
PHP6 Updates
|
2006-10-09 20:42:35 +00:00 |
|
Andrei Zmievski
|
0a73c305d8
|
Typos!
|
2006-10-09 20:17:36 +00:00 |
|
Andrei Zmievski
|
76eb73a4b7
|
print_r(), error_log() and sys_getloadavg() are Unicode-safe.
|
2006-10-09 20:17:12 +00:00 |
|
Andrei Zmievski
|
a567622740
|
Initialize optional vars.
|
2006-10-09 19:54:38 +00:00 |
|
Ilia Alshanetsky
|
3e4c2ee869
|
MFB: Improve parameter parsing
|
2006-10-09 19:48:35 +00:00 |
|
Andrei Zmievski
|
cc0323b95d
|
Unicode support for call_user_* functions.
|
2006-10-09 19:48:32 +00:00 |
|
Ilia Alshanetsky
|
e8ccee4873
|
MFB: Fixed bug #37262 (var_export() does not escape \0 character).
|
2006-10-09 18:09:42 +00:00 |
|
Hannes Magnusson
|
31212f9c0b
|
MFB5.2
Constants:
- OPENSSL_VERSION_TEXT
- OPENSSL_VERSION_NUMBER
- OPENSSL_KEYTYPE_EC
Functions:
- openssl_pkey_get_details()
- openssl_csr_get_subject()
- openssl_csr_get_public_key
|
2006-10-09 14:43:53 +00:00 |
|
Hannes Magnusson
|
9b3dde791d
|
Fix tests
|
2006-10-09 14:42:48 +00:00 |
|
Antony Dovgal
|
b2ade975ab
|
MFB
|
2006-10-09 13:21:02 +00:00 |
|
Georg Richter
|
dd5f975cc9
|
Fix for bug #39085:
PHP6 requires mysqli_set_character_set function which was introduced in
MySQL 4.1.13 and 5.0.7
|
2006-10-09 04:46:03 +00:00 |
|
Sara Golemon
|
9b4bc8d489
|
Oi
|
2006-10-09 02:55:38 +00:00 |
|
Sara Golemon
|
25af62e3f4
|
Fix realpath() in unicode mode
|
2006-10-09 02:52:27 +00:00 |
|
Sara Golemon
|
1caed2fa18
|
Add stream_resolve_include_path()
|
2006-10-09 02:48:06 +00:00 |
|
Pierre Joye
|
b16d1861a6
|
- MFB: fix possible segfault (see test 004) always exists and returns NULL
on error (thx Bjori for the head up)
|
2006-10-09 00:06:41 +00:00 |
|
Ilia Alshanetsky
|
6c3b4288bb
|
MFB: Added missing configuration checks
|
2006-10-08 22:39:48 +00:00 |
|
Hannes Magnusson
|
6d5c5bce5a
|
Fix test
|
2006-10-08 20:06:04 +00:00 |
|
Sara Golemon
|
3a40f32c6e
|
Fix win32 (again), just temporarily convert the classname to ascii on this platform...
|
2006-10-08 18:00:44 +00:00 |
|
Pierre Joye
|
7ecbbfc206
|
- MFB: #39082, image* segfaults when used with only one argument
(introduced in 5.2+, no news entry)
|
2006-10-08 17:42:55 +00:00 |
|
Hannes Magnusson
|
527af42bd4
|
Fix "wrong param count" error message
|
2006-10-08 15:27:28 +00:00 |
|
Hannes Magnusson
|
881ddd435b
|
Error message cleanup (patch by Matt W (php_lists -AT- realpain.com))
|
2006-10-08 13:49:57 +00:00 |
|
Hannes Magnusson
|
cf59f0063f
|
fix test
|
2006-10-08 13:43:20 +00:00 |
|
Hannes Magnusson
|
176b72284c
|
Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
|
2006-10-08 13:34:24 +00:00 |
|
Hannes Magnusson
|
32d1b3ad55
|
Remove duplicate 'wrong param count' warning
|
2006-10-08 10:50:19 +00:00 |
|
Hannes Magnusson
|
fbbccfd9cf
|
MFB (move static keywording from .h to .c)
|
2006-10-08 00:05:17 +00:00 |
|
Hannes Magnusson
|
1b6606eb1a
|
fix tests
|
2006-10-07 23:50:54 +00:00 |
|
Hannes Magnusson
|
dc9a30be4c
|
Update test
|
2006-10-07 23:42:43 +00:00 |
|