Commit Graph

4197 Commits

Author SHA1 Message Date
Christopher Jones
88f61b00fc Add recent OCI8 fixes 2009-03-11 16:59:23 +00:00
Felipe Pena
1c3b44b320 - MFH: Fixed bug #47593 (interface_exists() returns false when using absolute namespace path)
patch by Kalle
- BFN #47572
2009-03-08 17:28:39 +00:00
Ilia Alshanetsky
0f1d4eb376 BFN 2009-03-03 23:43:29 +00:00
Ilia Alshanetsky
059772e7fb Fixed typo 2009-03-03 01:42:21 +00:00
Greg Beaver
a6298331b5 update NEWS with phar enabling, fix swapping of time/date in timestamp saving for zip, which can cause crash on windows 2009-03-01 06:58:01 +00:00
Felipe Pena
b378620e95 BFN 2009-02-18 22:35:32 +00:00
Johannes Schlüter
b489d3a69f MFH: Fix #47438 mysql_fetch_field ignores zero offse 2009-02-18 16:34:47 +00:00
Scott MacVicar
fedc5a3065 BFN 2009-02-18 12:55:34 +00:00
Dmitry Stogov
db63e29ab3 Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case) 2009-02-18 12:02:53 +00:00
Johannes Schlüter
1d30518d99 Wrap wrong lines 2009-02-17 14:55:58 +00:00
Johannes Schlüter
162aed0aed MFH: Fix #46542 Extending PDO class with a __call() function doesn't work
as expected
2009-02-17 14:42:26 +00:00
Felipe Pena
2513cde86e - MFH: Fix proto
[DOC] proto: $result_array is a reference
2009-02-17 12:38:21 +00:00
Johannes Schlüter
946549c8bb Fixed in 5.2 2009-02-17 10:41:09 +00:00
Ilia Alshanetsky
a15140c3bb Moved from 5.2 news 2009-02-16 16:07:47 +00:00
Felipe Pena
20e94a4b5c - Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly) 2009-02-15 21:51:00 +00:00
David Coallier
15115ba188 - Good bug # order. 2009-02-13 12:21:06 +00:00
David Coallier
bc6a024852 - Fixed bug #46897: (ob_flush() should fail to flush unerasable buffers) 2009-02-13 11:54:05 +00:00
Felipe Pena
e28e05b155 BFN 2009-02-13 11:21:59 +00:00
Greg Beaver
f7738d7886 remove entry for bug #46026, this is fixed in 5.2 now, and needs no 5.3 entry 2009-02-09 15:03:32 +00:00
Dmitry Stogov
4d8f18ce97 Fixed bug #47329 (Crash in garbage collector) 2009-02-09 10:47:09 +00:00
Dmitry Stogov
c277ebc6c8 Fixed bug #47320 ($php_errormsg out of scope in functions) 2009-02-09 09:20:35 +00:00
Jani Taskinen
bddaa8fc4a - Fix crap 2009-02-05 23:59:17 +00:00
David Coallier
16bb7d16ef - Added news item for Bugfix #46048 2009-02-03 21:45:19 +00:00
Greg Beaver
e26a3a8ed3 Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after end of stream) 2009-02-03 18:56:26 +00:00
Greg Beaver
fd5be66d13 fix bug #47085:rename() returns true even if the file in PHAR does not exist 2009-02-03 18:29:25 +00:00
Greg Beaver
b634bf4ce8 fix bug #47265 (generating phar.phar fails because of safe_mode) 2009-02-03 18:17:24 +00:00
Etienne Kneuss
ff334d32f6 MFH: Fix #47031 (Fix constants in example) 2009-02-03 12:54:44 +00:00
Nuno Lopes
7f6ff02f5c fix bug #46347: allow * in ini keys 2009-02-02 19:23:13 +00:00
Nuno Lopes
f67f636973 BFN 2009-01-28 22:43:51 +00:00
Johannes Schlüter
fd3942f4ce Back to -dev 2009-01-28 22:09:55 +00:00
Johannes Schlüter
42023008b9 PHP 5.3.0beta1 2009-01-28 21:38:45 +00:00
Pierre Joye
409d36eb77 - enchant entry and fix news 2009-01-28 18:32:29 +00:00
Scott MacVicar
fd91a50b71 Disable Phar on big endian systems for beta 1. 2009-01-28 15:53:29 +00:00
Pierre Joye
4670e62f13 - IDN entry 2009-01-26 22:34:16 +00:00
Pierre Joye
79ac8ab9f9 - curl ssh entry 2009-01-25 16:35:05 +00:00
Scott MacVicar
40a41b0953 BFN 2009-01-24 12:19:21 +00:00
Kalle Sommer Nielsen
73b17408fb MFH: Windows support for stream_socket_pair(), by moving the socketpair() implementation from ext/sockets to win32/ 2009-01-23 15:49:49 +00:00
Felipe Pena
5db1f786fb BFN #47087 2009-01-20 20:28:04 +00:00
Dmitry Stogov
d1958eeea8 Fixed bug #47165 (Possible memory corruption when passing return value by reference) 2009-01-20 11:22:45 +00:00
Scott MacVicar
e596baa520 BFN 2009-01-20 09:59:25 +00:00
Pierre Joye
b0c1d09cda - fnmatch entry 2009-01-20 01:45:12 +00:00
Scott MacVicar
cc9e86a588 BFN 2009-01-20 00:25:27 +00:00
Scott MacVicar
6d406ccedf Fixed bug #47141 - Unable to fetch error messages after the database can't be opened. 2009-01-19 22:43:58 +00:00
Hannes Magnusson
f42dfac501 Make sense of these NEWS entries 2009-01-19 08:50:50 +00:00
Pierre Joye
d60692dabc - ime_ nanosleep and time_ sleep_ until entry 2009-01-19 02:36:57 +00:00
Ilia Alshanetsky
a0a31f3998 Upgraded bundled sqlite3 to 3.6.10 2009-01-18 18:01:53 +00:00
Stanislav Malyshev
dc6a2f4705 build IDs 2009-01-17 02:09:53 +00:00
Etienne Kneuss
5755d152ca MFH: Implement SplObjectStorage::addAll/removeAll 2009-01-16 22:20:53 +00:00
Pierre Joye
c5da0ffb4d - typo (thx rza) 2009-01-16 11:31:02 +00:00
Pierre Joye
205b558fb1 - entry for symlink, readlink, linkinfo and link 2009-01-16 11:25:14 +00:00
Kalle Sommer Nielsen
be7d6a6299 MFH: Change optional parameter for IMG_FILTER_PIXELATE to be a boolean
Added missing NEWS log entry for the new pixelation filter
2009-01-15 07:57:11 +00:00
Etienne Kneuss
cd63e52c0b MFH: Fix #47045 (Correctly compare splobjectstorages with ==) 2009-01-14 15:53:03 +00:00
Dmitry Stogov
f7abb84b43 Fixed bug #46755 (warning: use statement with non-compound name)
Fixed bug #46979 (use with non-compound name *has* effect)
2009-01-14 13:57:42 +00:00
Jani Taskinen
ab61459f61 fix news 2009-01-14 10:50:39 +00:00
Pierre Joye
6a969c7a3b - entry for support for PNG gray levels+ alpha image, loaded as truecolor 2009-01-14 10:18:13 +00:00
Pierre Joye
84f13ab73a - NEWS entry for the recent DNS improvement
- [DOC] already submitted but it is a good summary
2009-01-14 09:46:34 +00:00
Felipe Pena
9d9c461ef4 - Typo 2009-01-13 18:27:59 +00:00
Rob Richards
39570bc38b news 2009-01-13 18:13:01 +00:00
Scott MacVicar
148ae0cfe0 BFN 2009-01-13 02:54:37 +00:00
Stanislav Malyshev
fc044adb9f ns bugfix out 2009-01-12 22:24:31 +00:00
Stanislav Malyshev
c1147bcb07 report fix 46304 2009-01-12 21:56:36 +00:00
Scott MacVicar
c430f3377a BFN 2009-01-12 19:08:25 +00:00
Ilia Alshanetsky
4afe6ccc54 Upgraded libsqlite3 to 3.6.8 2009-01-12 17:13:38 +00:00
Johannes Schlüter
e4a348d782 MFH: Fix #47050 mysqli_poll() modifies improper variables 2009-01-12 14:04:32 +00:00
Johannes Schlüter
74cfc5f3d7 MFH Fix #45940 MySQLI OO does not populate connect_error property on failed
connect
2009-01-12 12:56:01 +00:00
Scott MacVicar
3fb23c0173 BFN 2009-01-11 23:43:45 +00:00
Antony Dovgal
4c7b6dd78a okay, no news for new internal functions then 2009-01-09 22:26:23 +00:00
Antony Dovgal
a4d6ab1376 news 2009-01-09 19:17:08 +00:00
Ilia Alshanetsky
905a5c0590 [DOC]
Added mail logging functionality that allows logging of mail sent via
mail() function

THe logging functionality is disabled by default but can be enabled on a
per-directory or globaly via 2 INI settings.

The mail.log directive allows you to specify the file where each call to
mail() will be logged. The log file will contain the path and line # of the
calling script in addition to all of the headers indicated by the user.

The mail.add_x_header directive will introduce a X-PHP-Originating-Script
header that will contain the file name (no path) of the calling script and
the uid of the script. This combination should be sufficient for the admin
to locate the sending script.
2009-01-09 14:59:30 +00:00
Johannes Schlüter
7d3d47fa27 MFH: Fixed bug #46653 2009-01-09 14:30:00 +00:00
Andrei Zmievski
26bb96e218 Changed __call() to be invoked on private/protected method access,
similar to properties and __get().
2009-01-07 22:12:39 +00:00
Johannes Schlüter
1e3e6cdf29 MFH: Proper ctor usage (Fix #46044) 2009-01-07 16:32:08 +00:00
Felipe Pena
9e831698f6 - Fix for #46701 merged into 5_2 2009-01-06 01:31:33 +00:00
Felipe Pena
7454cbd7f3 - BFN 2009-01-05 20:46:52 +00:00
Scott MacVicar
81c5f379e7 Add some missing NEWS items 2009-01-02 03:04:50 +00:00
Ilia Alshanetsky
7b5baaac9b BFN 2009-01-01 20:16:33 +00:00
Kalle Sommer Nielsen
2f2d910797 MFH:
[DOC] Renable socket_create_pair() on Windows

# ext/sockets have its own implementation of socketpair(), perhaps we should move it
# to the core. This will make stream_socket_pair() available on Windows aswell
2009-01-01 05:24:29 +00:00
Felipe Pena
eca64a8f60 - BFN 2008-12-31 15:45:59 +00:00
Ilia Alshanetsky
540242dc2d [DOC]
Added gethostname() to return the current system host name.
2008-12-31 14:30:38 +00:00
Marcus Boerger
f77719d800 MFH
- Changed dl() to be disabled by default. Enabled only when explicitly
  registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry)
[DOC]
2008-12-31 14:27:09 +00:00
Etienne Kneuss
b296c25ba2 MFH: Fix #45820 (Empty ArrayObject keys not allowed) 2008-12-30 23:34:29 +00:00
Jani Taskinen
c168107cbf This is not TODO file.. 2008-12-29 09:58:18 +00:00
Felipe Pena
19eae50153 - Errr, I lost the practice ;D 2008-12-28 00:02:13 +00:00
Felipe Pena
82be2f6f34 - BFN #46957 2008-12-27 23:59:43 +00:00
Scott MacVicar
4b3197a9cd BFN 2008-12-24 18:11:41 +00:00
Felipe Pena
fa28710039 - Merged into 5.3 2008-12-24 00:46:09 +00:00
Etienne Kneuss
dbd703131d MFH: Fix #46646 (Implement zend functions to restrict serialization or internal classes) 2008-12-22 14:19:47 +00:00
Scott MacVicar
1465ea28ef BFN 2008-12-22 13:24:47 +00:00
Scott MacVicar
ec8c4723b0 BFN 2008-12-19 02:05:32 +00:00
Derick Rethans
e5491af3c5 - MFH: Fixed bug #46268 (DateTime::modify() does not reset relative time
values).
2008-12-18 20:32:23 +00:00
Stanislav Malyshev
47769245ad bug #46005 -> 5.2 2008-12-18 14:30:13 +00:00
Stanislav Malyshev
c0346a304f report fix 2008-12-17 11:36:34 +00:00
Rob Richards
5fa06bbe64 BFN 2008-12-16 12:54:05 +00:00
Kalle Sommer Nielsen
68ff190aaa Already in 5.2 NEWS 2008-12-13 05:31:15 +00:00
Andrei Zmievski
568b146480 Fix tests, add NEWS entry. 2008-12-12 23:59:48 +00:00
Scott MacVicar
1b72ac1301 BFN 2008-12-12 23:21:22 +00:00
Hannes Magnusson
f6cf54d2b1 Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:07:28 +00:00
Hannes Magnusson
259715e69b BFN 2008-12-12 12:46:24 +00:00
Scott MacVicar
4d391cdebd BFN 2008-12-11 02:58:22 +00:00
Ilia Alshanetsky
780ff63c37 MFH: Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable error
when given bad data).
2008-12-09 17:22:12 +00:00
Hannes Magnusson
76a17847c1 Deprecate session_register(), session_unregister() and
session_is_registered() (removed in HEAD)
2008-12-09 14:03:58 +00:00
Jani Taskinen
57804f29d3 style 2008-12-09 10:50:08 +00:00
Hannes Magnusson
76669fce23 MFH: - Changed open_basedir to allow tightening in runtime contexts. (Sara)
- Add test
2008-12-09 10:20:11 +00:00
Hannes Magnusson
ac30b3a8de BFN 2008-12-09 10:12:21 +00:00
Hannes Magnusson
336cb15d69 MFH: - Changed opendir/dir/scandir to use default context when no context argument is passed. (Sara) 2008-12-09 09:03:38 +00:00
Johannes Schlüter
a2266a7782 Back to -dev 2008-12-03 21:01:52 +00:00
Johannes Schlüter
abe7bc1433 fix vi user error 2008-12-03 20:44:51 +00:00
Johannes Schlüter
2cfbe8c9ff 5.3.0. Alpha 3 2008-12-03 20:40:59 +00:00
Scott MacVicar
7a174e1701 BFN, just some missing NEWS entries 2008-12-03 11:59:16 +00:00
Ilia Alshanetsky
a3a73148aa Fixed bug #46731 (Missing validation for the options parameter of the
imap_fetch_overview() function).
2008-12-03 01:04:13 +00:00
Christian Seiler
1c3d2019b3 #- Updated NEWS file 2008-12-02 16:28:24 +00:00
Johannes Schlüter
4b24c89a9d MFH: hash_insert was renamed in MySQL 5.0 so we can safely use recode and mysql
with recent libmysql versions [DOC]
2008-12-01 23:30:21 +00:00
Dmitry Stogov
1a3f557b1a Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message) 2008-12-01 09:49:58 +00:00
Ilia Alshanetsky
7f232eba06 BFN 2008-11-30 17:34:07 +00:00
Sebastian Bergmann
7eb847cade Update ReflectionProperty::setAccessible() entry. 2008-11-30 10:33:09 +00:00
Dmitry Stogov
9190796120 Fixed bug #41534 (SoapClient over HTTPS fails to reestablish connection) 2008-11-28 14:20:58 +00:00
Dmitry Stogov
7d4fd3fd38 Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:01:23 +00:00
Scott MacVicar
b388624d7d MFH Update libsqlite to 3.6.6.2 2008-11-27 08:46:13 +00:00
Ilia Alshanetsky
87f1f82677 Upgraded bundled sqlite to version 3.6.6.1 2008-11-25 23:50:42 +00:00
Dmitry Stogov
ea45b713c8 Added support for namespaces with brackets. (Greg) 2008-11-25 09:56:32 +00:00
David Coallier
f6b6746f2e - Removed the "unreleased-fix-feature" entry as per Marcus's request
- Made sure to include my PDO fix in the proper 5.3 release
2008-11-22 22:54:17 +00:00
David Coallier
a9879d34a8 - Added news item for bug #46615 2008-11-22 14:34:00 +00:00
Felipe Pena
f649d973aa - BFN #46578 2008-11-21 20:36:12 +00:00
Felipe Pena
e7cd391e21 - BFN 2008-11-20 22:30:51 +00:00
Arnaud Le Blanc
a46300ec06 Improved ArrayObject performance (made spl_hash_verify_pos() an O(1)
and removed some spl_array_get_hash_table() calls). Fixes #46039
2008-11-19 14:41:40 +00:00
Etienne Kneuss
5b4c00a1f3 typo 2008-11-19 02:03:26 +00:00
Etienne Kneuss
3919b16f04 MFH: Fix #46241 (stacked error_handlers, error_handling in general) 2008-11-19 02:00:53 +00:00
Felipe Pena
1881091e0f - Deprecate ereg 2008-11-18 17:55:07 +00:00
David Soria Parra
978129fd9b MFH: Feature request #46595. Use cc as default compiler and fallback to gcc. 2008-11-17 15:17:49 +00:00
Felipe Pena
fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-11-17 11:28:01 +00:00
Pierre Joye
c25d835bbe - entry for #46127 2008-11-16 23:15:28 +00:00
Arnaud Le Blanc
c6e1b8bc67 MFH: Added stream_cast() and stream_set_options() to user-space stream
wrappers, allowing stream_select(), stream_set_blocking(),
stream_set_timeout() and stream_set_write_buffer() to work with user-space
stream wrappers.
Will document.
2008-11-15 12:52:13 +00:00
Arnaud Le Blanc
8c4151ad72 Added header_remove() (chsc at peytz dotdk, Arnaud)
[DOC] proto void header_remove([string header_name])
      Removes an HTTP header previously set using header()
      The header_name parameter is optionnal, all headers are
      removed if it is not set

[SAPIs] The header_handler callback in sapi_module_struct has
           been changed, it now take a new argument.

           When it is set to SAPI_HEADER_DELETE, sapi_header->header is
           the name of an header, header_handler has to delete it.

           When it is set to SAPI_HEADER_DELETE_ALL, header_handler has
           to delete all headers.

           When sapi_header_op_enum is SAPI_HEADER_ADD or _REPLACE,
           sapi_header->header is in the form "Name: value", header_handler
           has to add or replace the given header.

           In all cases, header_handler must not free sapi_header or
           sapi_header->header. SAPI_HEADER_ADD must be returned if the
           header has been added or replaced, or 0 in other cases.
2008-11-13 10:14:04 +00:00
Arnaud Le Blanc
06119f4748 MFH: Added stream_context_get_params() 2008-11-13 05:47:47 +00:00
David Coallier
feeaa6568e - Added resolution of bug #44153, #44154 2008-11-10 18:54:30 +00:00
Timm Friebe
dc07057b06 - Removed notes about fixes to sybase_ct that are already announced in PHP 5.2 news 2008-11-10 14:45:30 +00:00
Timm Friebe
9543aa058d - Documented sybase_connect()'s new optional parameter 'new' 2008-11-10 11:03:22 +00:00
Kalle Sommer Nielsen
88bb4f6134 Fix NEWS 2008-11-09 11:39:15 +00:00
Timm Friebe
34906d50f3 - Added note on bugfix for #30312
- Added entry on CS_ROW_FAIL patch fix
2008-11-09 10:32:35 +00:00
David Soria Parra
acdc79e876 Use right format 2008-11-06 22:12:12 +00:00
David Soria Parra
6e3bf2157e Refer to a feature request that contains a better description of the flags 2008-11-06 21:56:06 +00:00
David Soria Parra
47e909faed MFH: Detect Sun C compiler and set default flags if it is used 2008-11-06 20:42:11 +00:00
Felipe Pena
a3714456e6 - Reorder 2008-11-06 01:38:56 +00:00
Etienne Kneuss
c6fbd074ce Add references to #46421 #45976 2008-11-06 01:09:32 +00:00
Arnaud Le Blanc
2276e85f13 MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)
[DOC] new function parse_ini_string()
      proto array parse_ini_string(string ini_string
          [, bool process_sections [, int scanner_mode]])
      Same as parse_ini_file() except that it takes a string instead of a
      filename.
2008-11-05 21:35:02 +00:00
Lukas Smith
abbd6d3811 fixed ext/msql NEWS entry 2008-11-04 23:01:13 +00:00
Lukas Smith
839cdb409e ext/msql is now in PECL starting alpha3 [DOC] 2008-11-04 22:31:48 +00:00
Marcus Boerger
7126de4912 - Next step in namespaces, using / as namespace separator. 2008-11-04 15:58:55 +00:00
Jani Taskinen
963abc546d - Fix order (this is not rocket science.. >:-p ) 2008-11-03 12:03:46 +00:00
Arnaud Le Blanc
b3d0514b6f Fixed bug #44575 (parse_ini_file comment # line problems)
[DOC] parse_ini_file(): comments starting with # are deprecated in PHP 5.3
      (comments starting with ; should be used instead)
2008-11-02 23:36:10 +00:00
Scott MacVicar
355f62c264 Add some missing news entries 2008-11-02 23:06:27 +00:00
Felipe Pena
82a251172c - Backported str_getcsv() into 5.3 2008-11-02 18:32:12 +00:00
Jani Taskinen
16c46c635f - Done in 5.2.7 2008-11-02 14:14:12 +00:00
Johannes Schlüter
d13d710cee Fix NEWS 2008-10-27 18:33:22 +00:00
Johannes Schlüter
40e42663f5 MFH: Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS) 2008-10-27 18:32:08 +00:00
Johannes Schlüter
806ea848f4 BFN 2008-10-27 17:25:43 +00:00
Derick Rethans
0d084028c8 - Fixed NEWS entries. 2008-10-26 12:56:46 +00:00
Arnaud Le Blanc
96103c8793 BFN moved to PHP_5_2 2008-10-23 20:23:57 +00:00
Arnaud Le Blanc
15aced54b0 MFH: Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option) 2008-10-22 18:59:33 +00:00
Ilia Alshanetsky
b2bc40f70c Already in 5.2 2008-10-21 23:22:00 +00:00
Arnaud Le Blanc
5b320b8a9b BFN moved to PHP_5_2 2008-10-21 16:44:30 +00:00
Arnaud Le Blanc
007538e228 typo 2008-10-21 03:32:11 +00:00
Arnaud Le Blanc
e3c556c85e MFH: Fixed FCGI_GET_VALUES requests (fixes #45522) 2008-10-21 03:19:28 +00:00
Kalle Sommer Nielsen
12bd1eae9f [DOC] Deprecate define_syslog_variables() in 5.3 2008-10-15 18:41:57 +00:00
Johannes Schlüter
cb8c5cf48c Update NEWS 2008-10-14 19:03:36 +00:00
Greg Beaver
59e52885a1 fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after end of stream
[DOC] add concatenation option to bz2.decompress stream filter
2008-10-11 19:14:08 +00:00
Greg Beaver
61d3c9f8c7 note fix to bug #45907: undefined reference to 'PHP_SHA512Init' 2008-10-09 00:51:10 +00:00
Felipe Pena
e68106988a - MFH: Fixed bug #46238 (Segmentation fault on static call with empty string method) 2008-10-06 00:40:02 +00:00
Etienne Kneuss
46aad39ee2 Moved to NEWS in 5_2 2008-10-05 14:50:42 +00:00
Etienne Kneuss
0d7d9b0540 Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninitialized_zval_ptr) overwrite) 2008-10-05 14:20:55 +00:00
Ilia Alshanetsky
fdcdf8c02b Fixed bug #46206 (pg_query_params/pg_execute convert passed values to
strings).
2008-10-01 20:30:23 +00:00
Dmitry Stogov
8d610e79ac Added ability to send user defined HTTP headers with SOAP request. 2008-10-01 13:13:34 +00:00
Dmitry Stogov
f656c6fc70 Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown) 2008-10-01 07:30:31 +00:00
Greg Beaver
21c9fb32c1 note fix to Bug #46194 SIGSEGV when requested file is not found 2008-09-30 02:41:33 +00:00
Etienne Kneuss
f0cf9b4c88 MFH: Fix #46192 (Serialization of ArrayObject with objects as storage) 2008-09-29 22:45:28 +00:00
Rob Richards
612beefba8 BFN 2008-09-29 16:53:08 +00:00
Greg Beaver
c6f452fb53 note fix to Bug #46178 memory leak in ext/phar, remove 'useless entry' according to Hannes 2008-09-26 16:32:21 +00:00
Ilia Alshanetsky
310f4583a4 Fixed typo 2008-09-24 23:43:28 +00:00
Felipe Pena
a1d2b4d940 - BFN #46160 2008-09-23 12:17:50 +00:00
Greg Beaver
17cfd5f24e MF52 fix Bug #46147: after stream seek, appending stream filter reads incorrect data 2008-09-22 01:26:14 +00:00
Ilia Alshanetsky
5c95af8be3 WS 2008-09-21 18:13:45 +00:00
Dmitry Stogov
b6a4094c03 Fixed bug #46115 (Memory leak when calling a method using Reflection) 2008-09-19 12:48:33 +00:00
Scott MacVicar
ba2f507871 MFH: Show the library version currently loaded as well as the version the extension was compiled with. Useful for checking PHP is using the latest version. 2008-09-18 16:09:19 +00:00
Scott MacVicar
d875c9f889 MFH: mhash algorithm parameter was modified when it was a zval, also update a test. 2008-09-18 11:59:13 +00:00
Rob Richards
766ad69755 BFN 2008-09-18 11:49:36 +00:00
Ilia Alshanetsky
4732ab390c Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on
multiple calls).
2008-09-17 23:27:53 +00:00
Dmitry Stogov
e46d328934 Fixed bug #46106 (Memory leaks when using global statement) 2008-09-17 15:11:28 +00:00
Ilia Alshanetsky
fcc0fdd125 Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). 2008-09-17 00:20:30 +00:00
Felipe Pena
4c32eb9989 - BFN #46071 2008-09-16 23:02:16 +00:00
Ilia Alshanetsky
e39d08794e Fixed bug #46087 (DOMXPath - segfault on destruction of a cloned object). 2008-09-16 00:38:45 +00:00
Scott MacVicar
db907e5bc3 Fixed bug #46086 (Segfault when accessing fileinfo class property) 2008-09-15 22:13:25 +00:00
Greg Beaver
1799136925 fix compile on IRIX with MIPSPro (Bug #46072) 2008-09-14 06:47:08 +00:00
Greg Beaver
86808da90b note fix of Bug #46060: Phar::addEmptyDir() breaks 2008-09-13 20:57:41 +00:00
Ilia Alshanetsky
4c6db91b87 Fixed bug #45382 (timeout bug in stream_socket_enable_crypto). 2008-09-11 23:56:43 +00:00
Greg Beaver
d19e466d96 update NEWS to note bug #46032 fix 2008-09-11 03:29:54 +00:00
Arnaud Le Blanc
0ea8c1c70e BFN 2008-09-10 10:28:57 +00:00
Felipe Pena
bbb083fa24 - New try 2008-09-09 13:26:40 +00:00
Nuno Lopes
c778b3eb19 upgrade to PCRE 7.8. this includes a security improvement. I'll upgrade HEAD later (not urgent..) 2008-09-09 07:55:10 +00:00
Felipe Pena
7b59a46711 - New entry 2008-09-07 23:08:20 +00:00
Arnaud Le Blanc
dd956381e2 MFH: Fixed #45911 (Cannot disable ext/hash) 2008-09-07 13:15:59 +00:00