Commit Graph

44873 Commits

Author SHA1 Message Date
Felipe Pena
79b099b638 - New tests (testfest ParisUG) 2009-05-16 16:36:58 +00:00
Felipe Pena
7ff4b251f3 - New tests (testfest DutchUG) 2009-05-16 15:11:21 +00:00
Felipe Pena
5bb1948117 - New tests (testfest CataloniaUG) 2009-05-16 14:41:03 +00:00
26d03e6200 ChangeLog update 2009-05-16 01:32:45 +00:00
Kalle Sommer Nielsen
29487b7d0a Fix compiler warnings (only in HEAD), same style of silence as in 5.3 2009-05-15 18:01:05 +00:00
Kalle Sommer Nielsen
5b70bb7740 Fix compiler warnings 2009-05-15 17:27:56 +00:00
Felipe Pena
5c09594daa - Missing zend_exceptions.h (Kalle) 2009-05-15 17:04:30 +00:00
Moriyoshi Koizumi
4306389206 * Roll it back then. I wonder if defaulting it to SORT_REGULAR would work well
and I think allowing user-supplied comparator should make more sense when it
  comes to objects.
2009-05-15 17:02:34 +00:00
Christopher Jones
79be235483 New array_multisort() test and code comment fix (Simon Westcott) 2009-05-15 16:44:51 +00:00
Kalle Sommer Nielsen
cffc777534 Fix arginfo 2009-05-15 09:10:01 +00:00
e1d91d2ceb ChangeLog update 2009-05-15 01:32:53 +00:00
Felipe Pena
44f111cc26 - Fix test 2009-05-14 22:59:02 +00:00
Scott MacVicar
58247606a0 Throw an error rather than silently changing to the default. 2009-05-14 22:00:38 +00:00
Jani Taskinen
7dc5f80497 - Fix the harmless patch that caused harm :) 2009-05-14 21:23:44 +00:00
Jani Taskinen
8c604d3c31 - Fix harmless extra for() loop iteration 2009-05-14 21:00:07 +00:00
Felipe Pena
133e8c5ccb - Improved fix for #42414 2009-05-14 17:23:51 +00:00
Jani Taskinen
936c39dea8 - Fixed bug #48256 (Crash due to double-linking of history.o) 2009-05-14 13:40:37 +00:00
Greg Beaver
16cc6e6b64 fix potential free of NULL 2009-05-14 13:36:44 +00:00
Ilia Alshanetsky
dfe390f97a MFB: Fixed compiler warnings 2009-05-14 12:30:06 +00:00
Dmitry Stogov
8217de479a Fixed wrong return value 2009-05-14 08:22:09 +00:00
9c47a653b2 ChangeLog update 2009-05-14 01:32:51 +00:00
Felipe Pena
757e87c66e - New tests 2009-05-14 01:28:23 +00:00
Felipe Pena
c71b5e616f - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC driver) 2009-05-14 01:25:17 +00:00
Scott MacVicar
1c1ba8cc06 Allow the json_decode() depth to be any size, but keep the static one around for now. It might make sense to allow an unbound depth. 2009-05-14 00:13:57 +00:00
Greg Beaver
5af0cbef65 MFB: fix Bug #48257: PharData throws exception with non-phar tar 2009-05-13 20:26:18 +00:00
Kalle Sommer Nielsen
1ee612bb2d Fix compiler warnings, safe_emalloc expects size_t, not double as ceil returns 2009-05-13 16:29:03 +00:00
Kalle Sommer Nielsen
a2ad701357 Nuke compiler warning 2009-05-13 15:54:48 +00:00
Ilia Alshanetsky
4decbd9fb7 MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on
iso8601.datetime)
2009-05-13 14:23:29 +00:00
Felipe Pena
efc82a96da - Fixed bug #48240 (DBA Segmentation fault dba_nextkey) 2009-05-13 02:14:18 +00:00
d63136c20f ChangeLog update 2009-05-13 01:32:51 +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
Felipe Pena
7ff880405f - Fixed bug #48248 (SIGSEGV when access to private property via &__get) 2009-05-12 22:50:56 +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
de0b9844f0 ChangeLog update 2009-05-12 01:32:56 +00:00
Felipe Pena
6f52819a75 - Fix code && new test 2009-05-11 14:59:37 +00:00
Felipe Pena
d8c53cbf5b - Added missing param checks 2009-05-11 14:13:41 +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
Jani Taskinen
a173e44b1f - Removed unnecessary TSRMLS_FETCH() calls 2009-05-11 08:31:03 +00:00
Jani Taskinen
afe34550ad - Syncing with PHP_5_3 (merging some stuff that was not merged before for some reason) 2009-05-11 07:51:43 +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
288ddbc16d ChangeLog update 2009-05-11 01:33:02 +00:00
Jani Taskinen
e676f1c24a - And more CS fixes 2009-05-11 00:45:09 +00:00