Johannes Schlüter
|
bb52c198ce
|
-Fix name (arg, new keyboard is coming...)
|
2007-12-21 21:18:01 +00:00 |
|
Johannes Schlüter
|
0bc875c9ca
|
-Fix name
|
2007-12-21 21:17:31 +00:00 |
|
Johannes Schlüter
|
42add0f2e1
|
- MFH: Fix #43450 (Memory leak on some functions with implicit object
__toString() call) (Davic C.)
|
2007-12-21 20:58:11 +00:00 |
|
Dmitry Stogov
|
ab6121f686
|
Fixed test
|
2007-12-21 09:44:13 +00:00 |
|
Raghubansh Kumar
|
59ddc3b287
|
fix tests
|
2007-12-20 17:28:36 +00:00 |
|
Dmitry Stogov
|
6789574da2
|
x86_64 assembler optimization (Brain Shire)
|
2007-12-20 13:22:22 +00:00 |
|
Robert Nicholson
|
6194af1343
|
New test - Indexing - various special cases
|
2007-12-20 11:41:40 +00:00 |
|
Robert Nicholson
|
847f462905
|
new tests for array_map usage variations - string keys and references
|
2007-12-20 11:18:55 +00:00 |
|
Ilia Alshanetsky
|
c21ef044a7
|
MFB: Fixed bug #43635 (mysql extension ingores INI settings on NULL values
passed to mysql_connect())
|
2007-12-20 00:31:49 +00:00 |
|
Raghubansh Kumar
|
a81fccc47d
|
fix test
|
2007-12-19 10:40:18 +00:00 |
|
Derick Rethans
|
dc30b0035d
|
- MFH: Fixed var_export() for array keys
- MFH: Fixed broken explode() test
|
2007-12-19 08:45:16 +00:00 |
|
Steve Seear
|
fd81f61e0d
|
Adding PHPT tests for the ReflectionProperty class.
|
2007-12-18 17:20:05 +00:00 |
|
Ilia Alshanetsky
|
a68454f659
|
MFB: Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can
result in a crash)
|
2007-12-18 13:47:37 +00:00 |
|
Jani Taskinen
|
b9fabc8ae6
|
MFH:- Fix indent of macros
|
2007-12-17 08:52:30 +00:00 |
|
Johannes Schlüter
|
bbfe422bd1
|
- MFH: Fix #43611 SplObjectStorage is available since 5.1.2
|
2007-12-16 22:19:58 +00:00 |
|
Hannes Magnusson
|
327109fab1
|
MFB5.3: Fix test
|
2007-12-16 19:18:44 +00:00 |
|
Ilia Alshanetsky
|
1643c14e5f
|
MFB: Fixed bug #43589 (a possible infinite loop in bz2_filter.c)
|
2007-12-16 17:22:31 +00:00 |
|
Ilia Alshanetsky
|
6dc859da75
|
MFB: Fixed bug #43606 (define missing depencies of the exif extension)
|
2007-12-16 17:14:54 +00:00 |
|
Hannes Magnusson
|
25a7740600
|
Fix protos
|
2007-12-15 12:52:11 +00:00 |
|
Raghubansh Kumar
|
ee8d2395e1
|
New testcases for token_get_all() function
|
2007-12-14 16:23:12 +00:00 |
|
Antony Dovgal
|
eb324c4cce
|
MFH
|
2007-12-13 22:30:28 +00:00 |
|
Douglas Goldstein
|
45dba3ecc7
|
add tests for ldap_dn2ufn()
|
2007-12-13 17:59:52 +00:00 |
|
Douglas Goldstein
|
2013cd57cd
|
expand ldap_explode_dn() tests.
|
2007-12-13 17:46:46 +00:00 |
|
Dmitry Stogov
|
853adf67f9
|
Fixed test
|
2007-12-13 07:57:24 +00:00 |
|
Ilia Alshanetsky
|
c35249d45e
|
MFB Fixed bug #43580 (removed bogus declaration of a non-existent php_is_url()
function)
|
2007-12-13 00:33:26 +00:00 |
|
Antony Dovgal
|
0e70b8fea0
|
MFH: add valgrind 3.3.0 support
|
2007-12-12 20:21:57 +00:00 |
|
Douglas Goldstein
|
8f8e19dc7b
|
add skipif case if the ldap extension is not loaded
|
2007-12-11 17:35:11 +00:00 |
|
Douglas Goldstein
|
57dbd0837a
|
put ldap_explode_dn.phpt in proper directory
|
2007-12-11 17:33:51 +00:00 |
|
Douglas Goldstein
|
becf94003a
|
Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() function
|
2007-12-11 17:20:58 +00:00 |
|
Jani Taskinen
|
0644aff586
|
MFH:- Revert previous patch, it was correct to do this, error is logged if logging is enabled
|
2007-12-11 12:26:16 +00:00 |
|
Jani Taskinen
|
882bd652df
|
MFH: fix error displaying
|
2007-12-11 11:29:37 +00:00 |
|
Raghubansh Kumar
|
b1c09efa90
|
New testcases for array_walk() function
|
2007-12-11 10:50:17 +00:00 |
|
Raghubansh Kumar
|
1ed9911cfa
|
New testcases for array_merge_recursive() function
|
2007-12-11 09:09:12 +00:00 |
|
Christopher Jones
|
e2c7f9c485
|
Fix #42496. Cursor leak fetching LOBs
|
2007-12-11 06:07:13 +00:00 |
|
Ilia Alshanetsky
|
8a9ad0081d
|
MFB: Fixed bug #43522 (stream_get_line() eats additional characters)
|
2007-12-10 14:18:02 +00:00 |
|
Derick Rethans
|
63dcbb73f0
|
- MFH: Fixed Bug #42272 (var_export() incorrectly escapes char(0)).
|
2007-12-09 16:55:46 +00:00 |
|
Ilia Alshanetsky
|
2caccf3136
|
Fixed bug #43533 (escapeshellarg('') returns null).
# Backport of code from 5.3
|
2007-12-09 16:37:02 +00:00 |
|
Raghubansh Kumar
|
e31fd8027f
|
new testcases for array_unique() function
|
2007-12-09 14:44:18 +00:00 |
|
Marcus Boerger
|
f012dee00c
|
-MFH: db 4.6 detection
|
2007-12-06 14:17:43 +00:00 |
|
Ilia Alshanetsky
|
f6829cf90f
|
MFB: Fixed bug #43495 (array_merge_recursive() crashes with recursive
arrays)
|
2007-12-05 20:04:13 +00:00 |
|
Ilia Alshanetsky
|
e3ec29a3f1
|
MFB: fixed test
|
2007-12-04 13:05:24 +00:00 |
|
Ilia Alshanetsky
|
bb9384cb8a
|
MFB: Fixed bug #43493 (pdo_pgsql does not send username on connect when
password is not available)
|
2007-12-04 13:05:03 +00:00 |
|
Antony Dovgal
|
33885b64a4
|
MFH
|
2007-12-04 08:56:14 +00:00 |
|
Antony Dovgal
|
fe8771ec81
|
fix typos
use the earliest bug report in the description
|
2007-12-03 16:33:37 +00:00 |
|
Dmitry Stogov
|
aeae1ce48a
|
bug numbers
|
2007-12-03 16:20:55 +00:00 |
|
Dmitry Stogov
|
0c2edc588d
|
Fixed crash because of uninitialized SG(sapi_headers).mimetype
|
2007-12-03 16:04:26 +00:00 |
|
Derick Rethans
|
3f9a50c5bf
|
- Updated to version 2007.10
|
2007-12-03 15:16:40 +00:00 |
|
Dmitry Stogov
|
b68b2e029c
|
Fixed weired behavior in CGI parameter parsing
|
2007-12-03 15:08:01 +00:00 |
|
Ilia Alshanetsky
|
32463e7af9
|
Fixed bug #43482 (array_pad() does not warn on very small pad numbers).
|
2007-12-03 14:11:09 +00:00 |
|
Raghubansh Kumar
|
f0570bce0b
|
fix tests : better float values
|
2007-12-03 13:04:45 +00:00 |
|