~clint-fewbar/ubuntu/precise/php5/php5-5.4-merge

« back to all changes in this revision

Viewing changes to ext/oci8/package.xml

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-02-22 09:46:37 UTC
  • mfrom: (1.1.20) (0.3.18 sid)
  • Revision ID: package-import@ubuntu.com-20110222094637-nlu2tvb7oqgaarl0
Tags: 5.3.5-1ubuntu1
* Merge from debian/unstable. Remaining changes:
 - debian/control:
    * Dropped firebird2.1-dev, libc-client-dev, libmcrypt-dev as it is in universe.
    * Dropped libmysqlclient15-dev, build against mysql 5.1.
    * Dropped libcurl-dev not in the archive.
    * Suggest php5-suhosin rather than recommends.
    * Dropped php5-imap, php5-interbase, php5-mcrypt since we have versions 
      already in universe.
    * Dropped libonig-dev and libqgdbm since its in universe. (will be re-added in lucid+1)
    * Dropped locales-all.
  - modulelist: Drop imap, interbase, sybase, and mcrypt.
  - debian/rules:
    * Dropped building of mcrypt, imap, and interbase.
    * Install apport hook for php5.
    * stop mysql instance on clean just in case we failed in tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  <active>no</active>
34
34
 </lead>
35
35
 
36
 
 <date>2010-06-25</date>
 
36
 <date>2010-11-16</date>
37
37
 <time>15:00:00</time>
38
38
 
39
39
 <version>
40
 
  <release>1.4.2</release>
41
 
  <api>1.4.2</api>
 
40
  <release>1.4.5</release>
 
41
  <api>1.4.5</api>
42
42
 </version>
43
43
 <stability>
44
 
  <release>stable</release>
 
44
  <release>devel</release>
45
45
  <api>stable</api>
46
46
 </stability>
47
47
 <license uri="http://www.php.net/license">PHP</license>
48
48
 <notes>
49
 
    Fixed bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with interned strings)
50
 
    Fixed bug #51291 (oci_error doesn't report last error when called two times)
51
 
    Fixed bug #51577 (Uninitialized memory reference with oci_bind_array_by_name)
52
 
    Fixed bug #52186 (phpinfo() shows 10.1 or 11.1 when installed with ORACLE_HOME 10.2 or 11.2)
 
49
    Protect against null bytes in LOB filenames (http://news.php.net/php.internals/50202)
53
50
 </notes>
54
51
 <contents>
55
52
  <dir name="/">
186
183
    <file name="connect_scope_try5.phpt" role="test" />
187
184
    <file name="connect_scope_try6.phpt" role="test" />
188
185
    <file name="connect_with_charset_001.phpt" role="test" />
 
186
    <file name="connect_without_oracle_home_11.phpt" role="test" />
 
187
    <file name="connect_without_oracle_home_old_11.phpt" role="test" />
189
188
    <file name="connect_without_oracle_home_old.phpt" role="test" />
190
189
    <file name="connect_without_oracle_home.phpt" role="test" />
191
190
    <file name="create_table.inc" role="test" />
308
307
    <file name="lob_temp1.phpt" role="test" />
309
308
    <file name="lob_temp.phpt" role="test" />
310
309
    <file name="minfo.phpt" role="test" />
 
310
    <file name="null_byte_1.phpt" role="test" />
 
311
    <file name="null_byte_2.phpt" role="test" />
311
312
    <file name="num.phpt" role="test" />
312
313
    <file name="oci8safemode.phpt" role="test" />
313
314
    <file name="oci_execute_segfault.phpt" role="test" />
381
382
 
382
383
<release>
383
384
 <version>
 
385
  <release>1.4.4</release>
 
386
  <api>1.4.4</api>
 
387
 </version>
 
388
 <stability>
 
389
  <release>stable</release>
 
390
  <api>stable</api>
 
391
 </stability>
 
392
 <license uri="http://www.php.net/license">PHP</license>
 
393
 <notes>
 
394
    Fixed bug #53284 (Valgrind warnings in oci_set_* functions)
 
395
    Enhancement - improve startup failure error messages
 
396
 </notes>
 
397
</release>
 
398
 
 
399
<release>
 
400
 <version>
 
401
  <release>1.4.3</release>
 
402
  <api>1.4.3</api>
 
403
 </version>
 
404
 <stability>
 
405
  <release>stable</release>
 
406
  <api>stable</api>
 
407
 </stability>
 
408
 <license uri="http://www.php.net/license">PHP</license>
 
409
 <notes>
 
410
    Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Requires Oracle 11.2.0.2 client libraries (or Oracle bug fix 9891199) for this patch to have an effect.
 
411
 </notes>
 
412
</release>
 
413
 
 
414
<release>
 
415
 <version>
 
416
  <release>1.4.2</release>
 
417
  <api>1.4.2</api>
 
418
 </version>
 
419
 <stability>
 
420
  <release>stable</release>
 
421
  <api>stable</api>
 
422
 </stability>
 
423
 <license uri="http://www.php.net/license">PHP</license>
 
424
 <notes>
 
425
    Fixed bug #52186 (phpinfo() shows 10.1 or 11.1 when installed with ORACLE_HOME 10.2 or 11.2)
 
426
    Fixed bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with interned strings)
 
427
    Fixed bug #51577 (Uninitialized memory reference with oci_bind_array_by_name)
 
428
    Fixed bug #51291 (oci_error doesn't report last error when called two times)
 
429
 
 
430
    OCI8 1.4.2 is included in PHP 5.3.3
 
431
 </notes>
 
432
</release>
 
433
 
 
434
<release>
 
435
 <version>
384
436
  <release>1.4.1</release>
385
437
  <api>1.4.1</api>
386
438
 </version>