Commit Graph

25041 Commits

Author SHA1 Message Date
Felipe Pena
efc82a96da - Fixed bug #48240 (DBA Segmentation fault dba_nextkey) 2009-05-13 02:14:18 +00:00
Jani Taskinen
7f6657c243 - Fixed bug #48247 (PHP crashes on errors during startup)
#
# This was sum of many little things:
# 1. Wrong assumption made in order_by_dep.awk on the ordering
#    (that script was done prior to adding runtime deps..?)
# 2. request shutdown calls weren't done in reverse order like all other
#    shutdown funcs are called.
# 3. config0.m4 rename is necessary for keeping things simple.
#
2009-05-13 00:45:57 +00:00
Matteo Beccati
c6aa455ff1 - Moved test for bug #44861 to PDO commons and added support for pdo_oci
# This allows scrollable cursors to be tested with all the drivers
# that currently support them (pgsql and oci), ensuring a consistent
# behaviour. The test is skipped when using other drivers.
2009-05-12 23:39:57 +00:00
Matteo Beccati
82151d4dc3 - Fixed bug #48188 2009-05-12 22:17:50 +00:00
Matteo Beccati
92288eca5c - Fixed bug #48070 2009-05-12 21:52:54 +00:00
Matteo Beccati
7ab5d01e23 MFB
- Updated PDO_OCI to the latest version (from PHP_5_3 branch)
# This commit reverts some changes to the tests. Given the very high
# failure ratio of the current tests on HEAD I'm not going to fix them
# now. Keeping ext/pdo_oci in sync with 5.3 will be much more helpful when
# merging. The effort to fix the tests can start when 5.3 is out.
2009-05-12 21:35:21 +00:00
Ilia Alshanetsky
a9c5adcfc6 MFB: Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns
wrong result)
2009-05-12 12:37:52 +00:00
Ilia Alshanetsky
ce11608af8 MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on
invalid paths)
2009-05-11 12:22:19 +00:00
Pierre Joye
9c54462337 - define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling) 2009-05-11 10:43:44 +00:00
Kalle Sommer Nielsen
ed5b73e174 Fix conditional 2009-05-11 06:42:06 +00:00
Jani Taskinen
6a24606248 -fix path 2009-05-11 05:01:17 +00:00
Felipe Pena
a0492db800 - Starting tests for this extension 2009-05-11 03:09:13 +00:00
Felipe Pena
9d61bfdc40 - Fixed tests 2009-05-11 01:53:01 +00:00
Jani Taskinen
25e8f6aa24 - Replaced by zend_multibyte-01.phpt 2009-05-10 21:10:00 +00:00
Jani Taskinen
958886f038 - Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used) 2009-05-10 21:04:26 +00:00
Stanislav Malyshev
30c805ad9a MF5 fixes 2009-05-10 21:01:38 +00:00
Felipe Pena
71aa2ea29b - Fixed bug #48227 (NumberFormatter::format leaks memory) 2009-05-10 20:15:39 +00:00
Etienne Kneuss
fbb11e58c5 MFB: Add test for #48224 2009-05-10 20:13:08 +00:00
David Coallier
67be3d9e01 - MFB: Removed the RETURN_TRUE to keep consistency with documentation.
This function is supposed to be "void registerPHPFunctions"
2009-05-10 20:00:58 +00:00
Etienne Kneuss
b2d291aa82 MFB: Fix #48224 (Remove incorrect shuffle) 2009-05-10 16:45:30 +00:00
Felipe Pena
1e3b227a99 - Simplify test (cweiske) 2009-05-10 15:48:25 +00:00
Felipe Pena
bc74d0ee81 - Fixed bug #48221 (memory leak when passing invalid xslt parameter) 2009-05-10 15:12:32 +00:00
Felipe Pena
91794daed0 - Fixed memory leak (patch by Christian Weiske) 2009-05-10 01:00:15 +00:00
Johannes Schlüter
bb2178bee0 Remove bad CREDITS file
# I'd welcome sane proposals for ext/standard credits, there are ca. 20 people
# mentioned as "Author" and >100 people who committed into *.c here
2009-05-09 22:33:55 +00:00
Etienne Kneuss
9ca4884a71 Fix bug #47534 (RecursiveDirectoryIterator::getChildren ignoring CURRENT_AS_PATHNAME) 2009-05-09 21:05:18 +00:00
Scott MacVicar
5aa273d0ad Update bundled libmagic to 5.03 2009-05-09 20:34:26 +00:00
Scott MacVicar
24d2bf28a8 Broken test when you have a snapshot as it relies on CVS 2009-05-09 20:18:18 +00:00
Scott MacVicar
5fb7b376dc Fix bug #48206 again 2009-05-09 19:42:43 +00:00
Scott MacVicar
433a7c6f58 Fix bug #48206 - Iterating over an invalid data structure leads to a segfault 2009-05-09 19:37:34 +00:00
Arnaud Le Blanc
bdff89dc4f Fix default behavior of file() (FILE_TEXT flag is the default) 2009-05-08 10:01:40 +00:00
Arnaud Le Blanc
65f951b561 Missing check 2009-05-08 10:00:09 +00:00
Arnaud Le Blanc
64725cb0fc MFB5.3 fix for bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work as
expected when lines end in \r\n) (fixes #48175)
2009-05-08 09:50:11 +00:00
Antony Dovgal
0df4ef5609 fix ZTS build 2009-05-08 07:58:12 +00:00
Brian Shire
528f302fef Add missing #ifdef for curl version that does not have FTP_FILEMETHOD or IPRESOLVE options. related to fix for bug #39637 2009-05-08 03:32:54 +00:00
Matteo Beccati
009691e028 - Fixed bug #48185 removing no-op code 2009-05-07 23:04:02 +00:00
Felipe Pena
b2efd773b0 - Fix build 2009-05-07 22:44:37 +00:00
Scott MacVicar
540b5fdf87 MFB Print warning when using loadExtension on non cli, cgi and embeded 2009-05-07 16:52:40 +00:00
Scott MacVicar
47298668d4 Some unicode updates for sqlite3 2009-05-07 16:50:54 +00:00
Ilia Alshanetsky
82ddba83c6 MFB: fixed compiler warning 2009-05-07 12:41:25 +00:00
Scott MacVicar
46820cc59b Update bundled libsqlite to 3.6.14 2009-05-07 11:24:20 +00:00
Hannes Magnusson
e3eb4f1786 MFB5.3: Fix tests 2009-05-07 08:09:36 +00:00
Ilia Alshanetsky
20b2bca46a MFB: Fixed compiler warning due to llabs() function 2009-05-05 12:34:03 +00:00
Jani Taskinen
837bb2fd71 - Maybe this is enough on windows.. 2009-05-05 01:51:04 +00:00
Jani Taskinen
b9b54c6ebd ws fix + missing folding tags 2009-05-05 01:44:08 +00:00
Greg Beaver
a7e1d6e5c5 MFB: remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block 2009-05-05 01:42:06 +00:00
Matt Wilmas
e559a4ad99 Implemented manual scanning for strings/comments, plus misc. fixes
For details, see http://news.php.net/php.internals/43808
2009-05-05 01:35:13 +00:00
Jani Taskinen
e38af475e8 - Fix the patch 2009-05-05 01:28:10 +00:00
Jani Taskinen
9d4b8c7cc3 - Fix build (modified utf7 stuff is rather new..) 2009-05-05 01:22:31 +00:00
Jani Taskinen
0ad777e011 - Fixed bug #45092 (header HTTP context option not being used with --with-curlwrappers)
[DOC] Synced regular and cURL http wrapper "header" option to accept
[DOC] either string or array.
2009-05-05 00:30:40 +00:00
Scott MacVicar
202532bb12 Update libmagic data file to 5.02 2009-05-04 20:54:28 +00:00