Antony Dovgal
c92ae847c7
add missing skipif conditions
...
fix existing ones
2005-12-21 11:42:06 +00:00
Antony Dovgal
97200944d2
add skipif conditions
2005-12-21 10:49:51 +00:00
Antony Dovgal
81a2bacdc4
fix #35760 (sybase_ct doesn't compile on Solaris)
2005-12-21 10:18:32 +00:00
Pierre Joye
f90214347e
- MFH: add tests, ~70% coverage
2005-12-21 03:58:59 +00:00
Pierre Joye
d831a501f7
- MFH: typo in error msg
2005-12-21 02:59:50 +00:00
Pierre Joye
ab056b02a1
- fix {{{
2005-12-21 01:12:24 +00:00
Marcus Boerger
8e43f0085b
- Apply workaround only when neccessary
2005-12-20 21:38:28 +00:00
Marcus Boerger
81c25d8700
- Get rid of compiler warnings (both postgres an dphp use these defines)
2005-12-20 21:10:43 +00:00
Derick Rethans
48336bcd71
- This check is unnecessary, as it can only be set through the
...
date_default_timezone_set() function which checks the value already.
2005-12-20 19:58:44 +00:00
Derick Rethans
f0a0f89a2c
- MFH: Fixed bug #35660 (AIX TZ variable format not understood, yields UTC
...
timezone).
2005-12-20 19:54:10 +00:00
Derick Rethans
97ec0f3db5
- Fixed bug #35699 (date() can't handle leap years before 1970).
2005-12-20 15:58:01 +00:00
Ilia Alshanetsky
3450841dbe
Updated libsqlite in ext/pdo_sqlite to 3.2.8.
2005-12-20 15:33:03 +00:00
Ilia Alshanetsky
61c9b22536
Updated libsqlite in ext/sqlite to 2.8.17.
...
Use in-memory database for tests.
2005-12-20 15:26:26 +00:00
Ilia Alshanetsky
5961160f95
Proper error handling for persistent connections.
2005-12-20 14:50:12 +00:00
Antony Dovgal
efff8a45e2
more SPL leak fixes
2005-12-20 12:41:24 +00:00
Antony Dovgal
84326a9b72
add test for #35740
2005-12-20 09:51:53 +00:00
Ilia Alshanetsky
4e09db1dbf
Fixed possible memory corruption.
2005-12-19 16:33:46 +00:00
Rob Richards
fc4ebee3e3
MFH: Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM)
...
add test
2005-12-19 14:17:30 +00:00
Antony Dovgal
2a130b19fc
fix possible reads of uninitialized memory (reproducible only on 64bit platforms)
2005-12-19 13:53:06 +00:00
Derick Rethans
e8a7e6a8cf
- Upgraded timezone database to 2005.17.
2005-12-19 13:31:08 +00:00
Derick Rethans
7b581f6d19
- MFH: Merged new timelib, which is a bit more cleverer
...
- MFH: Support "UTC" in strtotime() properly.
- MFH: Added astro code, which is going to form the base for the new sunfuncs.
2005-12-19 13:00:37 +00:00
Marcus Boerger
32220d2e7e
- Check for result of getIterator() call
2005-12-19 00:45:28 +00:00
Marcus Boerger
e989e9f70f
- Fix reference counting
2005-12-19 00:32:51 +00:00
foobar
ae5204a02a
MFH: - Fixed bug #35723 (xmlrpc_introspection.c fails compile per C99 std)
2005-12-18 22:59:57 +00:00
Antony Dovgal
9e8a1bfcbe
fix leak in SPL iterators
2005-12-18 22:52:24 +00:00
Antony Dovgal
8aedeb8513
tix fypo
2005-12-18 21:17:07 +00:00
Antony Dovgal
0d38bc9f80
MFH: more spelling fixes
2005-12-18 21:01:27 +00:00
Antony Dovgal
5500dea5f1
MFH: fix spelling
2005-12-18 20:57:27 +00:00
foobar
93d339bede
touch with re2c 0.9.11
2005-12-18 20:01:22 +00:00
Ilia Alshanetsky
2a29db4b2b
Fixed UTC handling problem stemming from an earlier fix for bug #35422 .
2005-12-18 16:15:45 +00:00
Derick Rethans
20b97141d4
- Those should be lower case only.
2005-12-18 16:06:57 +00:00
Zeev Suraski
5238fb0bee
Fix prototypes
2005-12-18 15:58:51 +00:00
Zeev Suraski
b1264f7172
prototype fix
2005-12-18 15:46:46 +00:00
Zeev Suraski
99cd9ed713
Fix protos
2005-12-18 15:40:34 +00:00
Ilia Alshanetsky
6654b31e26
fixed test for ZTS
2005-12-18 14:22:48 +00:00
Zeev Suraski
2f3678eb44
Fix prototype
2005-12-18 14:00:23 +00:00
Antony Dovgal
46f922bdf7
MFH: fix possible usage of uninitialized variable
2005-12-18 12:50:28 +00:00
Ilia Alshanetsky
ab55ed15d5
Fixed parameter parsing for setIndent() method.
2005-12-17 20:04:57 +00:00
Ilia Alshanetsky
b83a0eb10c
Fixed memory corruption when FETCH_LAZY mode is being used.
2005-12-17 20:00:00 +00:00
Ilia Alshanetsky
8370e1aca4
Fixed uninitialized variable in a test.
2005-12-17 19:57:37 +00:00
Ilia Alshanetsky
f7276af1c6
Fixed compiler warning
2005-12-17 18:26:15 +00:00
Ilia Alshanetsky
c2ed71a879
Retry on failed prepare resulting from duplicate statement name.
2005-12-17 17:59:05 +00:00
Pierre Joye
1024844a41
- MFH:
...
- fix leaks and wrong error when invalid/empty string are given to
imagecreatefromstring
- add test for imagecreatefromstring
- add test for palettecopy
2005-12-17 17:46:59 +00:00
Antony Dovgal
bfb72e0c08
change int to long and fix valgrind warnings
2005-12-17 16:07:47 +00:00
Marcus Boerger
adc26d2bca
- Fix export
2005-12-17 15:41:56 +00:00
Marcus Boerger
8c991f6a49
- Add optional dependency to ext/dom
2005-12-17 15:40:37 +00:00
Marcus Boerger
70a53e10c6
- Simplify (+fix memleak)
2005-12-16 23:58:38 +00:00
Marcus Boerger
e4210e3851
- Drop superflous param
2005-12-16 22:38:17 +00:00
Ilia Alshanetsky
579e00d489
Fixed bug #35705 (strtotime() fails to parse soap date format without TZ).
2005-12-16 22:36:46 +00:00
Marcus Boerger
69fdadf1a0
- Add SplTempFileObject to output
2005-12-16 22:29:02 +00:00
Marcus Boerger
10f77a5d71
- Add/fix tests
2005-12-16 22:19:02 +00:00
Marcus Boerger
4bb39ad2a5
- Fix is_callable usage
2005-12-16 22:18:11 +00:00
Marcus Boerger
57492cc2d4
- Provide better error message when using illegal function 'pointers'
2005-12-16 22:17:32 +00:00
Antony Dovgal
418223e2f6
fix #35713 (getopt() returns array with numeric strings when passed options like '-1')
2005-12-16 20:09:16 +00:00
Antony Dovgal
17907a50cd
fix test
...
add new one for 64bit only
2005-12-16 15:52:09 +00:00
Antony Dovgal
460a4fecef
fix test
2005-12-16 14:57:29 +00:00
Antony Dovgal
8fee6ac1e2
fix test
2005-12-16 14:50:47 +00:00
Ilia Alshanetsky
84cd3c125c
Cleanup code and prevent usage of uninitialized variable.
2005-12-15 22:54:15 +00:00
Antony Dovgal
33c87b395f
MFH: fix #35692(iconv_mime_decode() segfault, with libiconv only)
2005-12-15 22:49:22 +00:00
Ilia Alshanetsky
bdf9c4d15c
Fixed bug #35694 (Improved error message for invalid fetch mode).
2005-12-15 22:33:02 +00:00
Antony Dovgal
a91f9fb786
MFH: fix #35690 (pack() tries to allocate huge memory block when packing float values to strings)
2005-12-15 22:15:01 +00:00
Antony Dovgal
9417c070f6
MFH: fix C++ comments in C code
2005-12-15 13:58:10 +00:00
Ilia Alshanetsky
cb3cca21b3
Fixed possible memory corruption inside mb_strcut().
2005-12-15 03:36:53 +00:00
Frank M. Kromann
67313884c1
Export symbols needed by pecl/http
2005-12-15 02:25:58 +00:00
Marcus Boerger
5c8027584f
- MFH Fix issue spotted by Wez using ms vc 2005
2005-12-14 09:55:11 +00:00
Wez Furlong
85a578e029
Possible fixes for #35552 , #35592 and #35620 .
2005-12-14 04:56:22 +00:00
Antony Dovgal
1b7e3fe2a5
MFH: fix spelling and #35665
2005-12-14 00:54:29 +00:00
Antony Dovgal
6c65d6df59
add new test
2005-12-13 21:43:36 +00:00
Ilia Alshanetsky
3ce27140dc
Fixed bug #35655 (whitespace following end of heredoc is lost).
2005-12-13 20:55:42 +00:00
Ilia Alshanetsky
cdb699b497
Fixed bug #35630 (strtotime() crashes on certain relative identifiers).
2005-12-13 02:28:39 +00:00
Antony Dovgal
bc22352c30
fix tests and their skip conditions
2005-12-12 21:21:11 +00:00
foobar
f94b3012bd
MFH
2005-12-12 19:45:01 +00:00
Dmitry Stogov
db312cf18e
Fixed bug #35570 (segfault when re-using soap client object)
2005-12-12 09:25:23 +00:00
Ilia Alshanetsky
a74463e9bd
Fixed bug #35629 (crash in http:// wrapper on multiple redirects).
2005-12-12 05:04:15 +00:00
foobar
ddcc5257ac
MFH: - Added missing fold tags
2005-12-11 22:38:38 +00:00
Ilia Alshanetsky
f19c2e00ec
Fixed bug #35624 (strtotime() does not handle 3 character weekdays).
...
Improved fix for bug #35414 .
2005-12-11 22:35:40 +00:00
Edin Kadribasic
60db0632dd
Updated to libxml2 to 2.6.22, thanks to rrichards
2005-12-11 21:54:32 +00:00
Marcus Boerger
bac905b982
MFH:
...
. Change to use sane default flags fro RecursiveDirectoryIterator
. Drop 2nd parameter from DirectoryIterator::__construct()
2005-12-11 16:43:29 +00:00
Marcus Boerger
9bb52c750c
- MFH
2005-12-11 15:29:14 +00:00
Marcus Boerger
85a261bb85
- MFH Fix tests
2005-12-11 14:50:29 +00:00
Marcus Boerger
d05c2a40d8
- MFH Revert accidential 'drop in' from 1.227
2005-12-11 12:47:46 +00:00
Marcus Boerger
af1d83d783
- Fix MFH (oversight problem)
2005-12-11 12:37:39 +00:00
Rob Richards
cc96967132
MFH: allow NULL prefix to create default namespace
...
fix tests
2005-12-09 20:52:15 +00:00
Antony Dovgal
ca42324497
php_stream_get_line() is a macro and it already has TSRMLS_CC
2005-12-09 18:53:09 +00:00
Pierre Joye
7a6ac7ce16
- MFH: no need to test if jpeg support exists
2005-12-09 18:17:02 +00:00
Pierre Joye
ce90a27a48
- MFH, PNG compression support exposed
2005-12-09 18:07:57 +00:00
Dmitry Stogov
eef44c609b
Fixed possible SIGSEGV (Rob Richards)
2005-12-09 15:29:15 +00:00
Antony Dovgal
4ccdc86561
fix C++ comment
2005-12-09 13:28:10 +00:00
Rob Richards
c98ef984d8
MFH: enable a few additional functions
...
- add tests
2005-12-09 04:57:20 +00:00
Antony Dovgal
ccdeb10696
new tests
2005-12-08 22:30:23 +00:00
Antony Dovgal
84051ba42b
MFH: improve error message
2005-12-08 22:07:30 +00:00
Antony Dovgal
c287dec802
MFH: add 1 to the max_length to keep \0 at its place
2005-12-08 21:22:52 +00:00
Antony Dovgal
0d1efb245b
MFH: fix segfault in SplFileObject when file doesn't exist or cannot be read
2005-12-08 19:55:13 +00:00
Marcus Boerger
25de19a2fb
- MFH Change dba/db4 to use its own locking
2005-12-08 19:35:05 +00:00
Ilia Alshanetsky
b30602b78b
Fixed bug #35594 (Multiple calls to getopt() may result in a crash).
2005-12-08 03:25:22 +00:00
Ilia Alshanetsky
644cf05505
Fixed bug #34359 (Possible crash inside fopen http wrapper).
2005-12-08 02:53:08 +00:00
Michael Wallner
90bdbfa921
- release 1.1
2005-12-07 19:53:34 +00:00
Michael Wallner
24d824d4e8
- fix PECL bug #6283 - haval source file entries are missing in package.xml
2005-12-07 18:41:14 +00:00
Marcus Boerger
2d234ec4ac
- Readd the file in this branch
2005-12-07 17:44:43 +00:00
Ilia Alshanetsky
d5bb2e38ef
Undo accidental revert of patch for bug #34729
2005-12-07 17:36:17 +00:00