1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Commit Graph

24145 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
Felipe Pena
b3436a303c - Added connection checking on SKIPIF 2008-11-08 15:38:33 +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
Pierre Joye
18c13084c7 - MFB: fix VC6 build, use our own strtoi64 implementation for VC6 2008-11-07 13:12:13 +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
Andrey Hristov
9532d30738 More type fixes for Windows 2008-11-06 18:37:32 +00:00
Pierre Joye
36b3f02c19 - fix build 2008-11-06 14:24:24 +00:00
Andrey Hristov
de610e1dd7 Rely on win32/php_stdint.h on Windows for stdint types 2008-11-06 14:20:19 +00:00
Pierre Joye
510d80e388 - MFH
- add 64bit typedef support
 - fix vc6 build (1/2)
 - still broken/does not build cleanly, more to come
2008-11-06 13:56:49 +00:00
Andrey Hristov
1ed87531cb More cleanup of config-win.h and missed merge, which actually occured in 5_3 2008-11-06 11:26:07 +00:00
Johannes Schlüter
1f71be7e1e Don't enable mysqlnd when pdo_mysql is being built with libmysql 2008-11-06 11:11:57 +00:00
Andrey Hristov
0b46d6b5a5 Get rid of many defines (which simplifies the code a lot),
as well as uint->unsigned int
2008-11-06 10:36:30 +00:00
Pierre Joye
a5368aeb73 - MFH:
- Fix linux build (static)
 - add gd[Format]Version[Int|String] first methods to work around the png
   header issues
2008-11-06 10:23:52 +00:00
Derick Rethans
35a632c14b - Export DateTime and DateTimeZone class entries so that external extensions
can make use of it as well.
2008-11-06 09:44:03 +00:00
Scott MacVicar
ca77d8ae31 Fix buffer overread in libmagic and sync a skipped change from 4.26 2008-11-06 02:58:14 +00:00
Etienne Kneuss
933e2eb4dd Fix #46421 (Take care about /) 2008-11-06 01:07:05 +00:00
Etienne Kneuss
6e2845f377 Fix #45976 (Move SXE from SPL to SimpleXML) 2008-11-06 00:36:29 +00:00
Felipe Pena
27357e9ce5 - Fixed wrong check
- Improved test
2008-11-05 23:39:09 +00:00
Arnaud Le Blanc
c0039b30be Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)
[DOC] new function parse_ini_string()
      proto array parse_ini_string(string ini_string
          [, bool process_sections [, int scanner_mode]])
      Same as parse_ini_file() except that it takes a string instead of a
      filename.
2008-11-05 21:33:19 +00:00
Derick Rethans
e15cb4df3f - Fixed an issue with the * format specifier for parsing from a user-defined
format.
2008-11-05 10:41:48 +00:00
Kalle Sommer Nielsen
bc64ccf1d0 New tests for syslog 2008-11-05 09:58:15 +00:00
Lukas Smith
f06cbb6ba5 ext/msql has been moved from php-src to PECL adhead of PHP 5.3 2008-11-04 22:22:37 +00:00