Commit Graph

43653 Commits

Author SHA1 Message Date
Sanjay Mantoor
ecbcdf3057 New testcases for gmdate function 2008-11-14 09:14:30 +00:00
Arnaud Le Blanc
97c13507db Fix proto line 2008-11-14 06:00:33 +00:00
2ed5b9a67d ChangeLog update 2008-11-14 01:32:08 +00:00
Hannes Magnusson
4750e76dd9 Document the xmlrpc_errors option, it is totally unrelated to the extension 2008-11-13 19:05:36 +00:00
Stanislav Malyshev
01deabb5cd MFB - Add error_log option to log directly to SAPI 2008-11-13 18:51:21 +00:00
Ilia Alshanetsky
c037b6175f MFB: Fixed a bug inside dba_replace() that could cause file truncation with
invalid keys
2008-11-13 18:21:54 +00:00
Felipe Pena
ed247d6d41 - Better fix 2008-11-13 18:14:31 +00:00
Pierre Joye
9c9bd52036 - declarations go first.... 2008-11-13 14:36:56 +00:00
Arnaud Le Blanc
d27e9eac93 MFB: Updated header_handler in apache2filter and apache_hooks 2008-11-13 13:41:59 +00:00
Felipe Pena
c37e9fd8bb - Fixed invalid reads 2008-11-13 13:07:50 +00:00
Felipe Pena
e79849c905 - Fix build 2008-11-13 11:32:04 +00:00
Arnaud Le Blanc
047870a61f MFB: Added header_remove() (chsc at peytz dotdk, Arnaud) 2008-11-13 10:33:08 +00:00
Arnaud Le Blanc
f24bc6f421 Added stream_context_get_params()
[DOC] proto bool stream_context_get_params(resource context|stream)
      Get parameters of a file context (parameters set by
      stream_context_set_params())
2008-11-13 05:46:51 +00:00
Felipe Pena
03d10e4f30 - Fixed macro redefinition warning 2008-11-13 01:34:57 +00:00
3d7986ce1d ChangeLog update 2008-11-13 01:32:14 +00:00
Felipe Pena
4979fc17e3 - Fixed a macro redefinition on BSD for different purpose 2008-11-12 23:37:47 +00:00
Felipe Pena
330dc7f034 - Removed unused variables 2008-11-12 17:26:19 +00:00
Felipe Pena
f73e20f602 - Fix test 2008-11-12 17:17:38 +00:00
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