~hexmode/ubuntu/lucid/php5/php5.fix-php-bug-33210

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-11-06 01:44:25 UTC
  • mfrom: (1.1.15 upstream) (0.3.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091106014425-5dsqjhbg303h3kfn
Tags: 5.2.11.dfsg.1-1ubuntu1
* Merge from debian testing, remaining changes:
  - debian/control, debian/rules: Disable a few build dependencies and
    accompanying, binary packages which we do not want to support in main:
    + firebird2-dev/php5-interbase (we have a seperate php-interbase source)
    + libc-client/php5-imap (we have a seperate php-imap source)
    + libmcrypt-dev/php5-mcrypt (seperate php-mycrpt source)
    + readline support again, now that the libedit issue is fixed.
  - debian/control: Add build dependency: libdedit-dev (>= 2.9.cvs.20050518-1)
    CLI readline support.
  - debian/rules:
    + Correctly mangle PHP5_* macros for lpia
  - debian/control:
    + Use libdb-4.6-dev.
    + Rename Vcs-Browser & Vcs-Git to XS-Original-Vcs-Browser & XS-Original-Vcs-Git (LP: #323731).
  - Dropped patches:
    - debian/patches/119-sybase-alias.patch: Use Debian's patch.
    - debian/patches/fix-autoconf-ftbfs.patch: Use Debian's patch
    - debian/patches/fix-zlib-decompression: Already in upstream
  - Use the default pear/install-pear-nozlib.phar in php 5.2.11
  - debian/control: Move php5-suhoshin to Suggests.
  - debian/rules: Fix broken symlink for pear.
  - Dropped dependency on autoconf2.13.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
PHP                                                                        NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
3
17 Sep 2009, PHP 5.2.11
 
4
- Fixed certificate validation inside php_openssl_apply_verification_policy.
 
5
  (Ryan Sleevi, Ilia)
 
6
 
 
7
 
 
8
10 Sep 2009, PHP 5.2.11RC3
 
9
- Updated timezone database to version 2009.13 (2009m) (Derick)
 
10
 
 
11
- Fixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallowed characters). (Ilia)
 
12
- Fixed bug #49447 (php engine needs to correctly check for socket API return
 
13
  status on windows). (Sriram Natarajan)
 
14
- Fixed bug #48060 (pdo_pgsql - large objects are returned as empty). (Matteo)
 
15
 
 
16
 
 
17
03 Sep 2009, PHP 5.2.11RC2
 
18
- Added missing sanity checks around exif processing. (Ilia)
 
19
 
 
20
- Fixed sanity check for the color index in imagecolortransparent. (Pierre)
 
21
- Fixed zlib.deflate compress filter to actually accept level parameter. (Jani)
 
22
- Fixed leak on error in popen/exec (and related functions) on Windows.
 
23
  (Pierre)
 
24
 
 
25
- Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries). 
 
26
  (Ilia, code-it at mail dot ru)
 
27
- Fixed bug #49289 (bcmath module doesn't compile with phpize configure).
 
28
  (Jani)
 
29
- Fixed bug #49286 (php://input (php_stream_input_read) is broken). (Jani)
 
30
- Fixed bug #49269 (Ternary operator fails on Iterator object when used inside
 
31
  foreach declaration). (Etienne, Dmitry)
 
32
- Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)). (Jani)
 
33
- Fixed bug #49144 (Import of schema from different host transmits original
 
34
  authentication details). (Dmitry)
 
35
- Fixed bug #49000 (PHP CLI in Interactive mode (php -a) crashes when including
 
36
  files from function). (Stas)
 
37
- Fixed bug #48696 (ldap_read() segfaults with invalid parameters). (Felipe)
 
38
- Fixed bug #47273 (Encoding bug in SoapServer->fault). (Dmitry)
 
39
- Fixed bug #28038 (Sent incorrect RCPT TO commands to SMTP server) (Garrett)
 
40
 
 
41
 
 
42
13 Aug 2009, PHP 5.2.11RC1
 
43
- Fixed regression in cURL extension that prevented flush of data to output
 
44
  defined as a file handle. (Ilia)
 
45
- Fixed memory leak in stream_is_local(). (Felipe, Tony)
 
46
 
 
47
- Fixed bug #49372 (segfault in php_curl_option_curl). (Pierre)
 
48
- Fixed bug #49132 (posix_times returns false without error).
 
49
  (phpbugs at gunnu dot us)
 
50
- Fixed bug #49125 (Error in dba_exists C code). (jdornan at stanford dot edu)
 
51
- Fixed bug #49095 (proc_get_status['exitcode'] fails on win32). (Felipe)
 
52
- Fixed bug #49074 (private class static fields can be modified by using
 
53
  reflection). (Jani)
 
54
- Fixed bug #49072 (feof never returns true for damaged file in zip). (Pierre)
 
55
- Fixed bug #49052 (context option headers freed too early when using
 
56
  --with-curlwrappers). (Jani)
 
57
- Fixed bug #49032 (SplFileObject::fscanf() variables passed by reference).
 
58
  (Jani)
 
59
- Fixed bug #49026 (proc_open() can bypass safe_mode_protected_env_vars
 
60
  restrictions). (Ilia)
 
61
- Fixed bug #48994 (zlib.output_compression does not output HTTP headers when
 
62
  set to a string value). (Jani)
 
63
- Fixed bug #48980 (Crash when compiling with pdo_firebird). (Felipe)
 
64
- Fixed bug #48962 (cURL does not upload files with specified filename).
 
65
  (Ilia)
 
66
- Fixed bug #48929 (Double \r\n after HTTP headers when "header" context
 
67
  option is an array). (David Zülke)
 
68
- Fixed bug #48913 (Too long error code strings in pdo_odbc driver).
 
69
  (naf at altlinux dot ru, Felipe)
 
70
- Fixed bug #48802 (printf() returns incorrect outputted length). (Jani)
 
71
- Fixed bug #48801 (Problem with imagettfbbox). (Takeshi Abe)
 
72
- Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into symlinked
 
73
  directories). (Ilia)
 
74
- Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()).
 
75
  (Sriram Natarajan)
 
76
- Fixed bug #48763 (ZipArchive produces corrupt archive). (dani dot church at 
 
77
  gmail dot com, Pierre)
 
78
- Fixed bug #48762 (IPv6 address filter still rejects valid address). (Felipe)
 
79
- Fixed bug #48733 (CURLOPT_WRITEHEADER|CURLOPT_FILE|CURLOPT_STDERR warns on
 
80
  files that have been opened with r+). (Ilia)
 
81
- Fixed bug #48732 (TTF Bounding box wrong for letters below baseline).
 
82
  (Takeshi Abe)
 
83
- Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in domain
 
84
  components). (Ilia)
 
85
- Fixed bug #48709 (metaphone and 'wh'). (brettz9 at yahoo dot com, Felipe)
 
86
- Fixed bug #48697 (mb_internal_encoding() value gets reset by parse_str()).
 
87
  (Moriyoshi)
 
88
- Fixed bug #48693 (Double declaration of __lambda_func when lambda wrongly
 
89
  formatted). (peter at lvp-media dot com, Felipe)
 
90
- Fixed bug #48661 (phpize is broken with non-bash shells). (Jani)
 
91
- Fixed bug #48645 (mb_convert_encoding() doesn't understand hexadecimal
 
92
  html-entities). (Moriyoshi)
 
93
- Fixed bug #48637 ("file" fopen wrapper is overwritten when using
 
94
  --with-curlwrappers). (Jani)
 
95
- Fixed bug #48636 (Error compiling of ext/date on netware). (guenter at
 
96
  php.net, Ilia)
 
97
- Fixed bug #48629 (get_defined_constants() ignores categorize parameter).
 
98
  (Felipe)
 
99
- Fixed bug #48619 (imap_search ALL segfaults). (Pierre)
 
100
- Fixed bug #48608 (Invalid libreadline version not detected during configure).
 
101
  (Jani)
 
102
- Fixed bug #48555 (ImageFTBBox() differs from previous versions for texts
 
103
  with new lines) (Takeshi Abe)
 
104
- Fixed bug #48539 (pdo_dblib fails to connect, throws empty PDOException
 
105
  "SQLSTATE[] (null)"). (Felipe)
 
106
- Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using
 
107
  TMPDIR). (Ilia)
 
108
- Fixed bug #48450 (Compile failure under IRIX 6.5.30 building gd.c). (Kalle)
 
109
- Fixed bug #48400 (imap crashes when closing stream opened with
 
110
  OP_PROTOTYPE flag). (Jani)
 
111
- Fixed bug #48284 (hash "adler32" byte order is reversed). (Scott)
 
112
- Fixed bug #48276 (date("Y") on big endian machines produces the
 
113
  wrong result). (Scott)
 
114
- Fixed bug #48247 (Infinite loop and possible crash during startup with
 
115
  errors when errors are logged). (Jani)
 
116
- Fixed bug #48116 (Fixed build with Openssl 1.0). (Pierre, 
 
117
  Al dot Smith at aeschi dot ch dot eu dot org)
 
118
- Fixed bug #48182 (ssl handshake fails during asynchronous socket connection).
 
119
  (Sriram Natarajan)
 
120
- Fixed bug #48057 (Only the date fields of the first row are fetched,
 
121
  others are empty). (info at programmiernutte dot net)
 
122
- Fixed bug #47481 (natcasesort() does not sort extended ASCII characters
 
123
  correctly). (Herman Radtke)
 
124
- Fixed bug #47351 (Memory leak in DateTime). (Derick, Tobias John)
 
125
- Fixed bug #46020 (with Sun Java System Web Server 7.0 on HPUX, #define HPUX).
 
126
  (Uwe Schindler)
 
127
- Fixed bug #45905 (imagefilledrectangle() clipping error).
 
128
  (markril at hotmail dot com, Pierre)
 
129
- Fixed bug #45280 (Reflection of instantiated COM classes causes PHP to crash) 
 
130
  (Paul Richards, Kalle)
 
131
- Fixed bug #45141 (setcookie will output expires years of >4 digits). (Ilia)
 
132
- Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre)
 
133
- Fixed bug #44144 (spl_autoload_functions() should return object instance
 
134
  when appropriate). (Hannes, Etienne)
 
135
- Fixed bug #43510 (stream_get_meta_data() does not return same mode as used
 
136
  in fopen). (Jani)
 
137
- Fixed bug #42434 (ImageLine w/ antialias = 1px shorter). (wojjie at gmail dot 
 
138
  com, Kalle)
 
139
 
3
140
17 Jun 2009, PHP 5.2.10
4
141
- Updated timezone database to version 2009.9 (2009i) (Derick)
5
142
 
293
430
  either disable or change the compile time ini scan directory (FR #45114).
294
431
  (Jani)
295
432
 
 
433
- Reverted fix for bug #44197 due to behaviour change in minor version.
 
434
  (Felipe)
 
435
 
296
436
- Fixed missing initialization of BG(page_uid) and BG(page_gid), 
297
437
  reported by Maksymilian Arciemowicz. (Stas)
298
438
- Fixed memory leak inside sqlite_create_aggregate(). (Felipe)
338
478
  attribute.(Scott)
339
479
- Fixed a crash on invalid method in ReflectionParameter constructor.
340
480
  (Christian Seiler)
341
 
- Reverted fix for bug #44197 due to behaviour change in minor version.
342
 
  (Felipe)
343
481
 
344
482
- Fixed bug #46732 (mktime.year description is wrong). (Derick)
345
483
- Fixed bug #46696 (cURL fails in upload files with specified content-type).
587
725
 
588
726
 
589
727
01 May 2008, PHP 5.2.6
 
728
- Upgraded PCRE to version 7.6 (Nuno)
 
729
 
590
730
- Fixed two possible crashes inside posix extension (Tony)
591
731
- Fixed incorrect heredoc handling when label is used within the block. 
592
732
  (Matt)
606
746
- Fixed segfault in filter extension when using callbacks. (Arnar Mar Sig,
607
747
  Felipe)
608
748
- Fixed faulty fix for bug #40189 (endless loop in zlib.inflate stream filter). (Greg)
609
 
- Upgraded PCRE to version 7.6 (Nuno)
610
749
 
611
750
- Fixed bug #44742 (timezone_offset_get() causes segmentation faults). (Derick)
612
751
- Fixed bug #44720 (Prevent crash within session_register()). (Scott)