Pierre Joye
f5553f3494
- fix #14962 (makes 2nd argument really optional)
...
- replace ZEND_ENGINE_2_1 test with PHP_ZIP_USE_OO, version independent
- sync tests with 5.3
2008-11-12 11:24:48 +00:00
Pierre Joye
3f12e9e699
- not necessary anymore
2008-11-12 11:20:38 +00:00
294d51d7a9
ChangeLog update
2008-11-12 01:32:32 +00:00
Felipe Pena
217eb324da
- New parameter parsing API
2008-11-11 17:52:47 +00:00
Felipe Pena
f464bb8d05
- New tests
2008-11-11 17:52:08 +00:00
Felipe Pena
539536fb3c
- New test
2008-11-11 16:12:18 +00:00
Felipe Pena
08aad5f7f7
- Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but without the ZEND_VERIFY_RESOURCE() which contains RETURN_FALSE)
...
- Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters)
2008-11-11 13:26:26 +00:00
Pierre Joye
0abf7238d2
- fix build with all curl versions, even very old (thx Felipe for having found all versions info)
2008-11-11 12:25:37 +00:00
Jani Taskinen
ac43ac897f
fix build
2008-11-11 11:56:39 +00:00
Arnaud Le Blanc
fc938b54c7
Fixed stream_get_contents() when using $maxlength and socket is not
...
closed. indeyets@php.net on #46049 .
2008-11-11 01:55:19 +00:00
3358613c4b
ChangeLog update
2008-11-11 01:32:21 +00:00
Arnaud Le Blanc
dec12b2549
Fixed bug #44818 (php://memory writeable when opened read only)
2008-11-11 00:44:36 +00:00
Arnaud Le Blanc
2fe765b5f4
Fixed bug #45585 (fread() return value for EOF inconsistent
...
between PHP 5 and 6)
2008-11-11 00:40:05 +00:00
Pierre Joye
e1ab50627b
- make the curl phpinfo more verbose
2008-11-10 22:58:44 +00:00
Felipe Pena
b7d8550397
- Make expected result compatible with recent Firebird version
2008-11-10 22:33:00 +00:00
Kalle Sommer Nielsen
20c6f29fe4
State that bugs should be sorted desc.
2008-11-10 22:10:21 +00:00
David Coallier
a6cb5393c6
- MFB (Which was an MFH)
...
- Bug #44153 (ErrorCode returns NULL when no error)
- Bug #44154 (ErrorInfo to ALWAYS have 3 elements)
2008-11-10 20:34:53 +00:00
Andrey Hristov
68d9aac6d2
Remove unneeded cast
2008-11-10 20:04:56 +00:00
Sean Coates
b2e1b180eb
(MFB because I'm a bad person) test to ensure that ArrayObject can act as an array
2008-11-10 19:22:11 +00:00
Ilia Alshanetsky
e767480c8f
Fixed compiler warnings
2008-11-10 19:03:57 +00:00
Felipe Pena
c9765a29e8
- New tests
2008-11-10 18:01:36 +00:00
Felipe Pena
cd092a8287
- Fixed tests (thanks Timm)
2008-11-10 15:07:09 +00:00
Timm Friebe
22224a969a
- Reverted my last commit
...
# See http://news.php.net/php.cvs/54140
2008-11-10 14:46:50 +00:00
Derick Rethans
304749881e
- Make it work with bison 2.4.
2008-11-10 12:05:49 +00:00
Timm Friebe
7f851ec4aa
- Documented changes / fixes to sybase_ct
...
# MFB, all also in PHP_5_3
2008-11-10 11:57:10 +00:00
Timm Friebe
b064e790c6
- MFB: Fixed expected warning messages
...
# Changed during migration to parameter parsing API
2008-11-10 11:52:52 +00:00
Timm Friebe
0c98074b04
- MFB: Made this test independent of field types in master..sysprocesses
...
# char on ASE 11, varchar on ASE 15
2008-11-10 11:52:16 +00:00
Timm Friebe
8491fb1167
- MFB: Made this test independent of date format
2008-11-10 11:51:35 +00:00
Timm Friebe
9f39f064fe
- Adjusted tests to reality
...
# We select 123456789.12345679, we should have this returned and not
# something 123456789.123457 (rounded)
2008-11-10 11:51:13 +00:00
Timm Friebe
70500d898d
- MFB: Changed source to read host, user and password from environment
...
# E.g. nmake test TESTS=ext/sybase_ct PHP_SYBASE_HOST=db PHP_SYBASE_USER=sa PHP_SYBASE_PASS=***
2008-11-10 11:50:28 +00:00
Timm Friebe
5478ebc10b
- MFB: Initial release
2008-11-10 11:49:49 +00:00
Timm Friebe
8321f4663d
- MFB: Added optional parameter "new" to sybase_connect()
...
- MFB: Fixed crash in sybase_unbuffered_query()
- MFB: Migrated to new parameter parsing API
- MFB: Made sybase_fetch_*() functions also read rows with CS_ROW_FAIL
- MFB: Adjusted function protos to use "resource" instead of "int"
# Forgot the bunnies. Sorry.
2008-11-10 11:49:06 +00:00
Felipe Pena
004f58e252
- New tests
2008-11-10 11:39:35 +00:00
Sanjay Mantoor
bf9c7bce77
New testcases for date_sunset function
2008-11-10 07:10:00 +00:00
Arnaud Le Blanc
b6d4158b79
credits
2008-11-10 06:29:52 +00:00
Arnaud Le Blanc
5e9bf03246
Added the oldset parameter to pcntl_sigprocmask().
...
Already documented.
2008-11-10 05:56:22 +00:00
Sanjay Mantoor
f2ee913e66
New testcases for date_sunrise function
2008-11-10 05:49:54 +00:00
f34a3305b8
ChangeLog update
2008-11-10 01:32:37 +00:00
Rasmus Lerdorf
f459896964
Fix for bug #46525 which fixes Ilia's fix for bug #46319
2008-11-09 15:50:13 +00:00
Lukas Smith
09a04ecf87
PHP 4.4 is no longer active, clarify that all changes should go to HEAD first and that NEWS entries should only go into one branch
2008-11-09 12:12:57 +00:00
2177a39bdf
ChangeLog update
2008-11-09 01:32:26 +00:00
Felipe Pena
b3436a303c
- Added connection checking on SKIPIF
2008-11-08 15:38:33 +00:00
7c4e2154c9
ChangeLog update
2008-11-08 01:33:12 +00:00
Felipe Pena
428b2c7906
- Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment)
...
Noticed by: jd at cpanel dot net
2008-11-07 21:11:26 +00:00
Alexey Zakhlestin
bf9dc86e1a
MFB: new parameter-parsing API
2008-11-07 13:28:56 +00:00
Pierre Joye
18c13084c7
- MFB: fix VC6 build, use our own strtoi64 implementation for VC6
2008-11-07 13:12:13 +00:00
Pierre Joye
a4e137f844
- MFB: strtoi64 forward compatible replacement for VC6
2008-11-07 13:11:35 +00:00
Scott MacVicar
17c0c53c8c
MFB fix VC6 build
2008-11-07 12:58:08 +00:00
Alexey Zakhlestin
951a5fccd7
MFB: new parameter-parsing API
2008-11-07 12:50:59 +00:00
Kalle Sommer Nielsen
f1f97ac6a9
New parameter parsing API
2008-11-07 11:05:09 +00:00