Commit Graph

46215 Commits

Author SHA1 Message Date
Andrey Hristov
3cfacd1e07 I svn-commit.2.tmp (Modified) Row 2 Col 28 11:45 Ctrl-K H for help
fix compilation on windows and with other compilers who
don't like void* arithmetic
2009-12-03 10:50:02 +00:00
Pierre Joye
330523c60c - disable this debug code until it is actually fixed 2009-12-03 10:41:20 +00:00
Kalle Sommer Nielsen
126ab758e1 Use correct defines for VC10 support 2009-12-03 10:17:58 +00:00
Andrey Hristov
4c1065522d fix segfault introduced by Pierre in a recent commit
old code was doing something like
conn + sizeof(MYSQLND) * MYSQLND + plugin * sizeof(void) * sizeof(MYSQLND)
because `conn` is not casted to void*. `conn` has to be casted to void * and
then the whole experession will be void * and the calculations will work.
2009-12-03 09:43:26 +00:00
Andrey Hristov
8f0a26cc79 fix macro so that 5-byte BIT values are decoded correctly 2009-12-02 11:58:04 +00:00
Jani Taskinen
1c9c087aa3 - Fixed bug #50345 (nanosleep not detected properly on some solaris versions) 2009-12-02 08:54:50 +00:00
Joey Smith
3922af3c83 Merge some spelling corrections found in the Debian patch base. 2009-12-02 02:01:18 +00:00
Rasmus Lerdorf
19ab7c5e90 Fix broken build.
This constant is not in older versions of MySQL.
2009-12-01 21:39:19 +00:00
Felipe Pena
71dd1dfd16 - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)
- Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a
  single text node when using libxml2.7.3+. (Kalle)
[DOC]
2009-12-01 02:05:28 +00:00
Jani Taskinen
eeb84ad2e7 - Touché filés 2009-11-30 22:39:59 +00:00
Jani Taskinen
8813b40f1b - Fixed bug #50340 (php.ini parser does not allow spaces in ini keys) 2009-11-30 22:38:32 +00:00
Gwynne Raskind
8050f0ed11 The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not 10, and uses an ugly CFLAGS hack that messes with the entire build. This version sets one cached value to the correct result for Darwin 9 and 10. It's cleaner, has no side effects, has nothing to do with Autoconf versions, and works for everyone. 2009-11-30 21:38:44 +00:00
Jani Taskinen
cd178d5b6e - Fix tests assuming wrong ini options and extensions that might not be there 2009-11-30 20:31:52 +00:00
Rasmus Lerdorf
735680d654 Fix bug #50337 2009-11-30 19:13:50 +00:00
Jani Taskinen
98c8b8f920 - Fixed bug #50231 (Socket path passed using --with-mysql-sock is ignored when mysqlnd is enabled) 2009-11-30 15:11:29 +00:00
Dmitry Stogov
f0bde4db6f Fixed bug #50159 (wrong working directory in symlinked files) 2009-11-30 14:21:23 +00:00
Dmitry Stogov
9ef40c1284 Fixed bug #50261 (Crash When Calling Parent Constructor with call_user_func()) 2009-11-30 11:39:53 +00:00
Pierre Joye
80e5ef6fa5 - void is NaN, you can't do math ops on void. Declarations go first. Fix TS build 2009-11-30 10:56:01 +00:00
Pierre Joye
5c18a8b6c5 - restore /W3 2009-11-30 09:52:48 +00:00
Stanislav Malyshev
837f46854c proper fix for bug #50006
add modify protection to all user array sorts
2009-11-29 08:35:01 +00:00
Rasmus Lerdorf
f009983bc5 Revert attempt at supporting both autoconf 2.13 and
modern versions in the same build chain.  There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.

trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.
2009-11-29 06:13:22 +00:00
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