Nuno Lopes
61eb7ae554
remove unused PHP_EXTNAME_API macros.
...
#in preparation for the gcc 4 visibility patch
2008-01-03 16:20:33 +00:00
Johannes Schlüter
32dfad780c
- MFH: Remove more replication stuff
2008-01-03 14:33:46 +00:00
Andrey Hristov
60a1a17399
Header protection
2008-01-03 12:49:45 +00:00
Andrey Hristov
18aa7b9607
Remove unused field
2008-01-03 11:37:33 +00:00
Raghubansh Kumar
59558b73cb
this testcase has been split into many smaller testcases and committed.
2008-01-03 09:46:00 +00:00
Raghubansh Kumar
4cadbee716
new smaller testcases for array_map() function
2008-01-03 09:43:45 +00:00
Steve Seear
af2dfe2e45
Adding PHPT tests for the ReflectionMethod class.
2008-01-03 09:07:07 +00:00
Andrey Hristov
fdf20a8287
- Fix problems with double definitions
...
- Clean up a bit a type mess - 4 types less. No need to have aliases
for the same thing (unification is the name).
- New macro for Johannes mysqlnd_stmt_ro_result_metadata
2008-01-02 21:14:35 +00:00
Ilia Alshanetsky
fc74136a90
Fixed bug #43647 (Make FindFile use PATH_SEPARATOR instead of ";")
2008-01-02 19:19:31 +00:00
Hartmut Holzgraefe
3354b3a480
fixed binary arithmetic (MF5.2)
2008-01-01 18:13:14 +00:00
Derick Rethans
eca59c69b5
- Updated to version 2007.11
2008-01-01 15:32:05 +00:00
Hannes Magnusson
9373479cff
MFH: Fix test
2008-01-01 14:35:31 +00:00
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
Sebastian Bergmann
f8a8196d63
MFH: Bump copyright year, 1 of 2.
2007-12-31 07:15:43 +00:00
David Soria Parra
07487ad0e7
- Fixed bug #43663 (Extending PDO class with a __call() function doesn't work).
...
CVS
2007-12-30 17:51:35 +00:00
Jani Taskinen
8a313d8e77
MFH:- This makes no sense with non-ipv6 builds. (and fixes lot of issues with misconfigured servers)
2007-12-29 18:46:27 +00:00
Hannes Magnusson
b9c22f2b1e
MFB5.2: Fix test
2007-12-29 11:38:24 +00:00
Antony Dovgal
611bd33689
fix test
2007-12-29 10:32:52 +00:00
Andrey Hristov
98f88d7a97
Remove RPL functions. They were always experimental and lead to crashes.
...
The underlying functions will be removed from libmysql as of MySQL 6.0, so
it's right time to remove them.
2007-12-28 15:37:52 +00:00
Ulf Wendel
afa5602456
Fixing SQL syntax in this very old test to make it pass with MySQL 6.0
2007-12-28 15:27:38 +00:00
Ulf Wendel
3ca72e6a79
Isn't it nice to get a new 64bit box? Fixing 32bit/64bit issue.
2007-12-28 15:26:17 +00:00
Ulf Wendel
3562e88fa6
Sooner or later these old 0*.phpt tests had to bite us - fixing SQL syntax,
...
HEAD sync will follow.
2007-12-28 15:06:02 +00:00
Ulf Wendel
8c71dd5df8
Cutting off a few edges:
...
- use connection parameter from environment variables
- check if MySQL supports procedures
- whitespace
2007-12-28 14:50:48 +00:00
Dmitry Stogov
ebf4cd30db
Fixed test related to bug #38469
2007-12-28 13:23:00 +00:00
Nuno Lopes
b2e6a56e5c
fix tests
2007-12-27 16:05:00 +00:00
Dmitry Stogov
964b8bb30d
Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua Reese, Dmitry)
2007-12-27 13:10:20 +00:00
Dmitry Stogov
0d88ad9b96
Added 64-bit tests (Serg)
2007-12-27 11:39:01 +00:00
Hannes Magnusson
b4e95c3e19
MFH: Fix typo (TAKAGI Masahiro)
2007-12-26 21:02:46 +00:00
Hartmut Holzgraefe
edee094851
MFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set"
2007-12-25 18:55:40 +00:00
Raghubansh Kumar
a47bf2d36a
fix test : do not run when run as root
2007-12-25 16:15:34 +00:00
Dmitry Stogov
ed5a424b4f
Additional fix for bug #42868
2007-12-24 18:09:50 +00:00
Raghubansh Kumar
7c75fe7b8c
new testcases for dir() function
2007-12-24 05:19:42 +00:00
Raghubansh Kumar
8204525427
fix tests
2007-12-24 04:27:55 +00:00
Dmitry Stogov
d27e5cd152
Fixed test
2007-12-21 09:40:27 +00:00
Raghubansh Kumar
e15fb3853a
fix tests
2007-12-20 17:27:13 +00:00
Robert Nicholson
9e8f7a00e3
new tests for array_map usage variations - string keys and references
2007-12-20 11:18:34 +00:00
Ilia Alshanetsky
a6e755d6aa
Fixed bug #43635 (mysql extension ingores INI settings on NULL values passed
...
to mysql_connect())
2007-12-20 00:26:21 +00:00
Raghubansh Kumar
1ccf0ba714
fix test
2007-12-19 10:39:10 +00:00
Steve Seear
f48e23c67f
Adding PHPT tests for the ReflectionProperty class.
2007-12-18 17:21:55 +00:00
Ilia Alshanetsky
d5d2b86303
Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can result
...
in a crash)
2007-12-18 13:46:07 +00:00
Derick Rethans
9541a66cb8
- MFH: Fixed var_export() for array keys
...
- MFH: Fixed broken explode() test
2007-12-18 10:53:39 +00:00
Ilia Alshanetsky
31fb02db2e
Kill unused vars
2007-12-17 19:00:07 +00:00
Marcus Boerger
aabb1c3097
- Fix folding
2007-12-17 13:46:27 +00:00
Raghubansh Kumar
f5f92c1940
fix tests
2007-12-17 13:02:27 +00:00
Dmitry Stogov
2b981769a3
Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery)
2007-12-17 10:02:13 +00:00
Jani Taskinen
31a779e813
- Fix indent of macros
2007-12-17 08:51:17 +00:00
Sara Golemon
cce03434ef
MFH (json.c r-1.32) Add support for encoding options
2007-12-17 07:48:27 +00:00
Johannes Schlüter
57189ca513
- MFH: Fix #43611 SplObjectStorage is available since 5.1.2
2007-12-16 22:19:49 +00:00
Hannes Magnusson
70b10b2b39
Fix test
2007-12-16 19:17:54 +00:00
Hannes Magnusson
bfad3071cd
Fix typo
2007-12-16 18:31:07 +00:00