Commit Graph

46118 Commits

Author SHA1 Message Date
Rasmus Lerdorf
b558fe838b Fix null deref found by Michael Maclean 2009-11-24 13:57:39 +00:00
David Soria Parra
f6d07bdbb2 Implement feature request #50283 (allow base in gmp_strval to use full range: 2 to 62, and -2 to -36) 2009-11-24 13:33:35 +00:00
Felipe Pena
c78ca26d9e - Fixed bug #50282 (xmlrpc_encode_request() changes object into array in calling function) 2009-11-24 11:32:31 +00:00
Kalle Sommer Nielsen
5bc0861a8b Fixed #50226 (Insufficient memory allocation for unicode string)
- Patch by yoarvi at gmail dot com
2009-11-24 11:08:16 +00:00
Jani Taskinen
f43f9a197d Fixed bug #50267 (get_browser(null) does not use HTTP_USER_AGENT) 2009-11-24 00:18:16 +00:00
Felipe Pena
2ccf2dc514 - Added test for bug #50261 2009-11-23 23:07:07 +00:00
Olivier DOUCET
71c860613a IMAP tests for trunk 2009-11-23 21:59:00 +00:00
Jani Taskinen
d1186b8d10 - Upgraded bundled libtool to 1.5.26 2009-11-23 21:54:21 +00:00
Rasmus Lerdorf
36c285e9eb Need the PCNTL extension loaded since that is where the SIGKILL constant comes from 2009-11-23 21:24:20 +00:00
Rasmus Lerdorf
80314eb721 Don't try to remove an empty output_obj here.
This gets rid of the annoying:
rm: invalid argument: `'
I was seeing.
(I really shouldn't be hacking libtool)
2009-11-23 16:51:45 +00:00
Ilia Alshanetsky
a27f673512 Fixed bug #50240 (pdo_mysql.default_socket in php.ini shouldn't used if it is empty). 2009-11-23 15:45:04 +00:00
Rasmus Lerdorf
ec746f9637 When Ilia fixed bug #49470 and removed the '/' as a valid
email char, he forgot to make the corresponding change in
filter test 033.
2009-11-23 14:54:57 +00:00
Rasmus Lerdorf
5779d4befc Trunk too - curl version check for the lack of a certinfo entry
in the getinfo array.
2009-11-23 14:46:47 +00:00
Jani Taskinen
80576044c0 - Fixed error_log() to be binary safe when using message_type 3 (message appended to file). 2009-11-22 18:31:01 +00:00
Pierre Joye
a81a2e407e - add tests dir 2009-11-22 12:34:10 +00:00
Felipe Pena
c8a266e674 - Fixed bug #50258 (typos in error strings) 2009-11-21 19:43:00 +00:00
Brian Shire
2484e563e2 Fix phar regex test when '.php' is part of the path, instead be more specific with '.php$' regex. 2009-11-21 05:38:58 +00:00
Pierrick Charron
121f106685 Fixed bug #50219 (soap call Segmentation fault on a redirected url). 2009-11-21 01:22:32 +00:00
Christopher Jones
95af3404eb Mention account access so we can refer account-requestors to this README 2009-11-20 21:52:02 +00:00
Ilia Alshanetsky
2b632d9732 Don't ignore the 2nd parameter to PDO's quote() method that identifies the data type 2009-11-20 18:54:08 +00:00
Andrey Hristov
7674c942c7 Compressed protocol support + extensibility for mysqlnd 2009-11-20 08:12:14 +00:00
Uwe Schindler
4e958fb22d Fix compile error because of wrong merging from 5.3 branch.
TODO: Convert $SERVER[] variables to unicode also for NSAPI (see apache2_handler)
2009-11-19 22:13:15 +00:00
Christopher Jones
46ab2b8fac New test 2009-11-19 17:44:46 +00:00
Christopher Jones
f7fe3e04f9 Refactor test 2009-11-19 16:49:58 +00:00
Derick Rethans
08f1d9a217 - Fixed the setting of cookies in HEAD. 2009-11-18 22:56:32 +00:00
Jani Taskinen
0a6259b433 - Fixed "make test" in phpize builds when ini file(s) contain extension directives 2009-11-18 17:52:22 +00:00
Jani Taskinen
f766f37da7 - Fixed bug #50185 (ldap_get_entries() return false instead of an empty array when there is no error).
# This is also revert of bad patch to bug #48469 and fixes it properly.
2009-11-18 17:44:58 +00:00
Ilia Alshanetsky
02fb2fc5b1 Fixed bug #50212 (crash by ldap_get_option() with LDAP_OPT_NETWORK_TIMEOUT). 2009-11-18 13:37:45 +00:00
Derick Rethans
c101789e27 - Fixed the setting of cookies. 2009-11-18 13:24:41 +00:00
Uwe Schindler
4c60929967 Fix bug #50140: With default compilation option, php symbols are unresolved for nsapi 2009-11-17 21:17:49 +00:00
Rasmus Lerdorf
bb6e3b7fd7 Make it possible to disable post_max_size 2009-11-17 20:33:51 +00:00
Derick Rethans
aed5e7ee73 - Updated to version 2009.19 (2009s) 2009-11-16 15:57:13 +00:00
Ilia Alshanetsky
99a3f8a243 Simpify the max_file_uploads handling code 2009-11-16 13:34:57 +00:00
David Soria Parra
ad929b4a24 Add object-create and object-destroy dtrace probe 2009-11-16 03:10:25 +00:00
David Soria Parra
b3ecb14649 Set eol-style 2009-11-16 02:06:44 +00:00
Felipe Pena
d3849fc38c - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())
(patch by Pierrick)
2009-11-15 20:30:57 +00:00
Felipe Pena
21b7fb5f6d - Improve test 2009-11-15 17:05:48 +00:00
Felipe Pena
b5869e195f - Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containing = or ?).
(Patch by Pierrick)
2009-11-15 16:53:40 +00:00
Felipe Pena
7c3bd45b82 - Fixed bug #49521 (PDO fetchObject sets values before calling constructor)
(patch by Pierrick)
2009-11-15 16:20:37 +00:00
Jani Taskinen
0a8ce9956c - Nuke ws 2009-11-15 00:31:42 +00:00
Rasmus Lerdorf
39c578d9bf Fix bug #49868 2009-11-15 00:24:06 +00:00
Christopher Jones
a70f288efa New test 2009-11-14 23:28:53 +00:00
Jani Taskinen
28c945d44d MF53: sprintf -> snprintf -> slprintf (Marcus, Ilia: Thanks for not committing random stuff to HEAD) 2009-11-14 22:42:08 +00:00
Felipe Pena
adfc96335a - Fixed bug #50174 (Incorrectly matched docComment) 2009-11-14 19:17:22 +00:00
Greg Beaver
641a9977b7 fix PHP Bug #49938: Phar::isBuffering() returns inverted value 2009-11-13 00:58:11 +00:00
Felipe Pena
51986f9ce3 - Drop brackets 2009-11-13 00:24:43 +00:00
Felipe Pena
e87ae0b388 - Fixed bug #49734 (toString must return string value) 2009-11-12 23:18:04 +00:00
David Coallier
4603dddae6 - Added an extra skipif for zlib 2009-11-12 17:45:08 +00:00
Christopher Jones
afb52093d9 Add auroraeos's article URL. Add IRC channels 2009-11-12 17:36:37 +00:00
Uwe Schindler
09bb52dd93 As I am working on it, further improvement for bug #50087 2009-11-12 17:13:05 +00:00