Commit Graph

46144 Commits

Author SHA1 Message Date
Stanislav Malyshev
3d99fc8020 fix interrupt problem in serialize() 2009-11-29 04:38:46 +00:00
Jani Taskinen
d651c6e0c0 - Fixed bug #50266 (conflicting types for llabs) 2009-11-28 00:38:05 +00:00
Jani Taskinen
d6da3d8e03 - No dots here 2009-11-28 00:35:56 +00:00
Jani Taskinen
51ba64e1a2 - Fix bad merge (Sorry Ilia..) 2009-11-28 00:06:54 +00:00
Rasmus Lerdorf
ca86ded707 Fix bug #50315 2009-11-27 23:41:13 +00:00
Jani Taskinen
7eed39131a - Fixed bug #49935 (Deprecated warnings make "make test" to fail) 2009-11-27 23:34:36 +00:00
David Soria Parra
8d3cf31e25 Use extended base if we build again gmp 4.2.0 which is usually available. 2009-11-27 22:24:44 +00:00
Jani Taskinen
30073cf03e - Re-fixed bug #47104 (Linking shared extensions fails with icc) 2009-11-27 12:50:29 +00:00
Ilia Alshanetsky
9474fee730 Fixe build 2009-11-27 03:02:01 +00:00
Andrey Hristov
0c6fa49fff fix debug windows build as well as remove a compilation warning
(a header not included)
2009-11-26 11:10:47 +00:00
Jani Taskinen
4e7b8284b7 MFB52: missing _cv_ 2009-11-26 10:26:27 +00:00
David Soria Parra
d25630ee14 Also allow base 62 for gmp_init as requested in (#50283) 2009-11-25 23:38:34 +00:00
David Soria Parra
f6bb82eb37 Really use 62 as the upper boundary as requested and not 32. 2009-11-25 18:15:25 +00:00
Ilia Alshanetsky
3017ed210a Fixed bug #50195 (pg_copy_to() fails when table name contains schema). 2009-11-25 14:28:00 +00:00
Jani Taskinen
12803d743d - Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables) 2009-11-25 12:35:42 +00:00
Jani Taskinen
211ab98ff1 ws 2009-11-25 12:26:10 +00:00
Rasmus Lerdorf
4bf5bab596 The constructor generates that next line of output, so the expected
output had these 2 lines in the wrong order.  Test your tests!
2009-11-25 05:44:27 +00:00
Rasmus Lerdorf
1b37fd48a9 And there is no 23,24,25 in this test at all. Perhaps these lines were
added to the wrong file by mistake?  Those were the same ones missing from
pdo_mysql___construct_options.phpt
2009-11-25 05:38:33 +00:00
Rasmus Lerdorf
5ff2df9b5f Unless I am completely misreading this test case, these 3 lines at the
end should be in the expected output.
2009-11-25 05:29:57 +00:00
Rasmus Lerdorf
c0cb085621 Another test that doesn't work as root 2009-11-25 04:00:55 +00:00
Rasmus Lerdorf
f2a3441259 These tests don't work when run as root 2009-11-25 03:53:50 +00:00
Felipe Pena
0085a466b6 - Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays) 2009-11-25 02:03:02 +00:00
Rasmus Lerdorf
bb15811c13 Missed a few - now it really works with autoconf-2.64+ 2009-11-25 01:36:41 +00:00
Rasmus Lerdorf
3f5a58bd3a Someone strap down Jani and give him a sedative please.
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.
2009-11-25 01:30:06 +00:00
Felipe Pena
1d71e14007 - Fixed bug #50255 (isset() and empty() silently casts array to object) 2009-11-24 21:54:12 +00:00
Andrey Hristov
597406bbb3 Update charset table 2009-11-24 13:59:56 +00:00
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