Commit Graph

2190 Commits

Author SHA1 Message Date
foobar
e76363aef7 verbose,order,etc. 2005-05-06 00:05:42 +00:00
Stanislav Malyshev
1ef8064753 #32924 2005-05-04 16:20:04 +00:00
Dmitry Stogov
b2d28102a8 Fixed bug #30641 (Compile error: error: symbol "zend_error" is used but not defined) 2005-05-04 12:38:49 +00:00
Andrey Hristov
7a4eb25870 add also math_variance() which uses the same calculation as math_std_dev() 2005-05-02 12:12:04 +00:00
Andrey Hristov
f0c0f1ca41 FRN 2005-05-02 09:18:05 +00:00
foobar
c1748aa483 BFN 2005-04-29 00:33:40 +00:00
Dmitry Stogov
aba79c268c Fixed bug #32833 (Invalid opcode) 2005-04-27 12:16:32 +00:00
Dmitry Stogov
694f7a9e90 Fixed bug #32427 (Interfaces are not allowed 'static' access modifier). 2005-04-26 08:48:23 +00:00
Dmitry Stogov
4f15b20b92 Fixed bug #32429 (method_exists() always return TRUE if __call method exists) 2005-04-26 08:47:31 +00:00
foobar
87a70f10a7 Reorder 2005-04-25 21:23:49 +00:00
John Coggeshall
669fd595fe Update 2005-04-25 20:54:44 +00:00
foobar
03593f89fb When an entry goes to the PHP_5_0 branch, no entry here 2005-04-25 13:01:41 +00:00
Stanislav Malyshev
92965de4ab oops 2005-04-25 12:45:52 +00:00
Stanislav Malyshev
a1c24b238a fix 2005-04-25 12:44:55 +00:00
Brian France
e836164570 Added support for .cc files in extensions. 2005-04-20 20:48:19 +00:00
foobar
a1127a736b - Removed unnecessary NEWS entry
# There is no need to have this kind of entries in NEWS file
# when the problem only exists in CVS for day or two..
2005-04-17 16:11:49 +00:00
Derick Rethans
bb8988109d - Fixed bug #32735 (Compile error in GD extension). 2005-04-17 10:17:03 +00:00
foobar
b79838dab8 retype 2005-04-16 12:29:00 +00:00
Pierre Joye
58f441e2f7 - Typo 2005-04-16 12:26:16 +00:00
Pierre Joye
11c59f6d8f - Entry for imageconvolution addition 2005-04-16 12:25:32 +00:00
Uwe Schindler
91b587f884 Remove include_path support from md5_file/sha1_file again 2005-04-15 17:13:54 +00:00
Andrey Hristov
8dcbeae90d news 2005-04-10 21:45:25 +00:00
Ilia Alshanetsky
6f539ae99e Added time_sleep_until() function, which is a high precision mechanism of
making a script sleep until specified timestamp.
2005-04-10 16:25:11 +00:00
foobar
4ad9f76523 Keep removed stuff in top.. 2005-04-06 16:07:24 +00:00
Ilia Alshanetsky
1d60050312 Removed php_check_syntax() function, it never worked properly. For now
use shell_exec("php -l script_name") or similar.
2005-04-06 14:19:14 +00:00
Christian Stocker
997690b132 - Added optional first parameter to XsltProcessor::registerPHPFunctions to only
allow certain functions to be called from XSLT.
2005-04-06 12:26:29 +00:00
Uwe Schindler
4558cdade6 Bug #32491 (File upload error - unable to create a temporary file) - Changing file upload from stdio to posix 2005-04-04 14:59:40 +00:00
Jon Parise
3ac5ec3b7e Adding the ability to override the autotools executables used by the
buildconf script via the PHP_AUTOCONF and PHP_AUTOHEADER environmental
variables.
2005-04-04 07:16:01 +00:00
foobar
f20c5ce7e1 MBFN2B 2005-04-03 21:57:34 +00:00
foobar
da53094765 BFN 2005-03-26 02:44:04 +00:00
foobar
69cad0226d These entries do not belong in NEWS file (internal issues) 2005-03-25 23:16:28 +00:00
Christopher Kings-Lynne
030ebaaa45 (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists.
# The version in libpq is newer and faster than the one in PHP, but it is
# necessary for me to add a string copy for freeing purposes.  This copy
# is only needed in Windows AFAIK, how can I detect that?
2005-03-25 06:26:31 +00:00
foobar
a3e46ecde5 clean 2005-03-23 00:37:34 +00:00
Christopher Kings-Lynne
e2b87e6230 Tweak some #if's to be more orthogonal.
(PHP pg_set_error_verbosity) New function to set PostgreSQL error verbosity

(PHP pg_copy_from) Use non-deprecated API if it is available

(PHP pg_copy_to) Use non-deprecated API if it is available
2005-03-22 08:51:23 +00:00
foobar
5f7f88949b less wordy 2005-03-19 14:37:09 +00:00
Marcus Boerger
cd3de28357 - ext/pgsql was updated 2005-03-19 10:08:57 +00:00
foobar
3795a90741 *sigh* 2005-03-14 01:16:43 +00:00
Andrey Hristov
96cd8a9ce6 credits to Ilia 2005-03-13 14:17:17 +00:00
Andrey Hristov
53823a7d7f FRN 2005-03-12 14:46:41 +00:00
Andrey Hristov
9e939133d2 FR 32275 - fifth parameter to preg_replace() to count number of replaces
made.
#it would be nice if someone of the doc team documents it. thanks!
2005-03-12 12:03:50 +00:00
foobar
360381583d reorder 2005-03-08 06:38:58 +00:00
Marcus Boerger
6200cdba7c - Add some more news 2005-03-07 22:26:53 +00:00
Ilia Alshanetsky
975ff6f5d5 Added htmlspecialchars_decode() function for fast conversion from
htmlspecialchars() generated entities back to characters.
2005-03-07 19:37:27 +00:00
foobar
6d6e939f9b - Moved ext/fam and ext/mnogosearch to PECL 2005-03-06 19:24:21 +00:00
Moriyoshi Koizumi
5e33c04e95 - Fixed bug #32109 ($_POST is not populated in multithreaded environment). 2005-03-05 16:41:13 +00:00
Rob Richards
7d7ca3b713 BFN 2005-03-02 18:28:31 +00:00
foobar
cfecb1face reorder 2005-02-28 16:47:52 +00:00
Moriyoshi Koizumi
ffa8233ed9 - BFN 2005-02-21 15:17:00 +00:00
Edin Kadribasic
70e0849416 Added pg_field_type_oid() function 2005-02-14 23:36:16 +00:00
Dmitry Stogov
5764d6f41b Fixed bug #30407 (Strange behaviour of default arguments) 2005-02-10 11:45:24 +00:00
Ilia Alshanetsky
55fd7ac601 Added optional maxlen parameter to file_get_contents(). 2005-02-08 15:25:45 +00:00
Antony Dovgal
bc27a2af7a move ext/cpdf to PECL 2005-02-08 13:40:37 +00:00
Hartmut Holzgraefe
d88c2b18d4 added some missing zend_[declare|update]_property_...() convenience
functions for bool, double and binary safe string data
2005-02-04 20:24:21 +00:00
foobar
ebd3f9673d pecl movement 2005-02-02 14:44:36 +00:00
foobar
c919fac568 PECL 2005-02-02 14:33:53 +00:00
foobar
51ba2cdce9 NEWS 2005-02-02 14:32:23 +00:00
foobar
91f68f0130 massage 2005-01-25 00:09:44 +00:00
Marcus Boerger
2f55df7d10 - mysqli/sqlite changes 2005-01-24 18:49:01 +00:00
Moriyoshi Koizumi
87ddc9d06b - BFN 2005-01-11 21:10:47 +00:00
foobar
901e4f78ec NN 2005-01-08 12:16:31 +00:00
Magnus M��tt�
0dddd923c7 Added new function: posix_access()
Feature requests: #29615, #14924
2005-01-07 16:05:06 +00:00
Georg Richter
500d0e3bd2 new mysqli stuff 2005-01-07 15:05:09 +00:00
foobar
5abd0518dd cleanup.. 2004-12-30 00:59:28 +00:00
Georg Richter
c2ef1ad438 added constructors for mysqli_stmt and mysqli_resultset classes 2004-12-26 13:17:03 +00:00
Derick Rethans
8dc461f854 - Tidy up NEWS a bit 2004-12-07 08:46:14 +00:00
Rasmus Lerdorf
224d2479b3 Add apache_reset_timeout() function for Apache1. This is needed because
Apache1 only resets the write timer, which defaults to 300 seconds, on
a successful write.  That is, if the client has gone away and Apache
attempts a write which fails it will set the conn->aborted flag but not
reset the timeout.  Assuming the PHP script is running in ignore_user_abort
mode we ignore the aborted flag, but we'll still get blown out of the water
300 seconds after the failed write unless we periodically reset the timer.
With set_time_limit(0), ignore_user_abort(true) and periodic
apache_reset_timeout() calls we can theoretically run forever which is
why I disabled this call in safe mode.
2004-12-04 07:16:44 +00:00
Marcus Boerger
c51e49147e BFN 2004-11-27 10:16:13 +00:00
Ilia Alshanetsky
0802b1286d Make request start time be available via $_SERVER['REQUEST_TIME'].
# As discussed on internals.
2004-10-24 17:41:13 +00:00
Ilia Alshanetsky
4b947b0525 Allow gettimeofday() return a float if optional argument is specified. 2004-10-21 21:20:52 +00:00
Ilia Alshanetsky
7d18ca4c93 Added sqlite_fetch_column_types() 3rd argument for arrays. 2004-10-14 23:19:38 +00:00
Ilia Alshanetsky
51ffc01776 Added optional offset parameter to file_get_contents(). 2004-10-13 23:26:29 +00:00
Ilia Alshanetsky
2390ca71f1 MFH: Added optional offset parameter to stream_get_contents(). 2004-10-12 23:25:24 +00:00
Christian Stocker
c118443546 this NEWS entry should have gone into PHP_5_0 branch. sorry 2004-10-08 14:51:55 +00:00
Christian Stocker
bd99d77bf6 - Fixed bug #27183 (Userland stream wrapper segfaults on stream_write)
Was applied to PHP 4 ages ago, but not to PHP 5 branch
2004-10-08 14:40:11 +00:00
Marcus Boerger
ee40e4dc90 Style... 2004-10-06 21:31:00 +00:00
Andi Gutmans
a952a1bf76 - If we're going to mention the low level stuff then also give credit
- to Thies and Sterling
2004-10-06 00:01:38 +00:00
Marcus Boerger
d9ad917fe7 Add more improvements done so far 2004-10-05 18:58:26 +00:00
Marcus Boerger
0358d81ecf Update 2004-10-05 18:40:06 +00:00
Andrey Hristov
b76deb94a3 give credits to David 2004-09-27 22:13:36 +00:00
Andi Gutmans
daa52df47a - Only 5.0.x news which we'll copy over before 5.1.0 release 2004-09-16 00:47:25 +00:00
Andi Gutmans
d098a077e4 - News 2004-09-16 00:46:20 +00:00
Sara Golemon
34550382d8 Added stream_filter_remove() to cancel a stream filter.
Register filters as resources when
instantiated by stream_filter_(ap|pre)pend().

Export php_stream_filter_flush() internal function to wind buffered data
out of a particular filter until consumed by a later filter or sent to
stream->readbuffer or stream->ops->write()
2004-09-14 03:48:17 +00:00
Sara Golemon
955b43ba12 Add stream_wrapper_unregister()
Disables a wrapper (user-defined or built-in) for the life of the request.

Add stream_wrapper_restore()
Restores the wrapper originally defined at the time the request started
to the protocol name mentioned.
2004-09-10 20:45:35 +00:00
Sara Golemon
a85bff9796 Protocol version context option and chunked transfer encoding 2004-09-07 19:27:11 +00:00
Derick Rethans
ea5d8fcf1d - Those two are already in the NEWS for 5.0.2. 2004-08-25 06:37:47 +00:00
Andi Gutmans
69aa60a947 - Improve wording 2004-08-25 01:06:18 +00:00
Andi Gutmans
99cae17cd0 - MFB 2004-08-25 01:04:41 +00:00
Andrei Zmievski
f30355a7df MFB. 2004-08-24 20:58:59 +00:00
Andi Gutmans
e762b69ccb - Fix typo 2004-08-24 01:04:57 +00:00
Andi Gutmans
88b9c69cb2 - Improve wording 2004-08-23 20:19:37 +00:00
Andi Gutmans
4c5fd67f7c - NEWS 2004-08-23 20:18:10 +00:00
Derick Rethans
05bf7d9c65 - Little changes. 2004-08-23 09:01:08 +00:00
Derick Rethans
998f5221b5 - Order and removed a bugfix which was already in 5.0.2/ 2004-08-20 06:14:42 +00:00
Brian France
2f97097e0f If you send a post with a content-type header and then the next post without the content-type header, raw_post_data will not be set. This is because SG(request_info).post_entry is set to the first requests function pointer which makes it follow the wrong code path. 2004-08-19 20:26:39 +00:00
Marcus Boerger
4319872812 Janify [tm] 2004-08-19 18:15:48 +00:00
Antony Dovgal
5d7d4a55aa BFN 2004-08-19 15:22:17 +00:00
Marcus Boerger
f97066dc17 BFN + reorder 2004-08-19 07:45:24 +00:00
Andrei Zmievski
fe5c131a0d Re-add my patch for .ini variable access. 2004-08-18 16:58:20 +00:00
Christian Stocker
98dd7282be Forgot to add DomDocumentFragment->appendXML(), when I commited it back then 2004-08-13 12:35:56 +00:00
Christian Stocker
e99c375606 Added DomDocument->recover property for parsing not well-formed XML Documents. 2004-08-13 12:32:55 +00:00
Rasmus Lerdorf
cad60c3760 Add SAPI hook to get the request time if provided by the web server,
otherwise call time(0) on the first call and store it so subsequent
calls will get the same time.  Hook support for Apache1/2 included.
2004-08-10 17:40:00 +00:00
Dmitry Stogov
426443cc18 Changed bugs order. 2004-08-10 16:43:20 +00:00
Dmitry Stogov
de46ba2ea5 Fixed bug #28969 (Wrong data encoding of special characters). 2004-08-10 16:11:41 +00:00
Dmitry Stogov
bcdab8f7e6 Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes) 2004-08-10 14:57:47 +00:00
Andi Gutmans
b4faef2fe3 - MFB 2004-08-10 05:42:21 +00:00
Derick Rethans
92df5e9af9 - Fixed speling and some reordering 2004-08-09 15:56:51 +00:00
Sara Golemon
75f4ec8879 New Functions inet_pton() and inet_ntop() 2004-08-07 04:50:24 +00:00
Antony Dovgal
22bbf75b5f news entry 2004-08-05 14:13:13 +00:00
Georg Richter
b6da3465bc fixed bug #29522 2004-08-04 12:59:26 +00:00
Marcus Boerger
8ff8c8cc49 MFHed 2004-08-03 17:07:40 +00:00
Marcus Boerger
546b9b97ca BFN 2004-08-03 16:41:12 +00:00
Christian Stocker
274dbb1b75 Remove News entry, which is already in 5.0 2004-07-29 06:40:45 +00:00
Christian Stocker
5f888422d9 Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob) 2004-07-28 12:40:53 +00:00
Georg Richter
485f862b35 fixed bug #29335 2004-07-26 07:19:05 +00:00
Georg Richter
dede51adf6 fixed bug in mysql->client_version
added mysql->client_info property
2004-07-26 05:44:06 +00:00
Christian Stocker
0936bfa42c renamed registerNamespace() to registerXPathNamespace() 2004-07-25 14:59:21 +00:00
Christian Stocker
0b244def73 added new method SimpleXMLElement->registerNamespace(string prefix, string uri)
"registers a prefix <-> namespaceURI combination for use in a later xpath query. "
2004-07-25 11:02:43 +00:00
Sara Golemon
93f795bb9e Add proxy support to ftp using http wrapper 2004-07-24 04:01:48 +00:00
Georg Richter
8c6ab178e4 fixed bug #29311
added support for Cursors (MySQL 5.0.x)
2004-07-23 12:47:36 +00:00
Wez Furlong
bb23e0d7cc news... 2004-07-22 12:15:12 +00:00
Andrey Hristov
5e5d2640fb add array_:
intersect_key()
intersect_ukey()
diff_key()
diff_ukey()
The first two by a patch of Cristiano Duarte. The second two were
implemented in almost the same way except one small difference.
2004-07-21 21:17:56 +00:00
Sara Golemon
dee534efba MDTM added to ftp_url_stat 2004-07-21 04:38:47 +00:00
Sara Golemon
f92797f4e0 Add bz2 stream filter support 2004-07-20 05:26:33 +00:00
Dmitry Stogov
96fc48b606 Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). 2004-07-19 14:55:35 +00:00
Dmitry Stogov
71b7a54377 Fixed bugs #29109 and #29236. (WSDL cache failure) 2004-07-19 13:58:10 +00:00
Dmitry Stogov
e0f33c589f Fixed bug #29061 (soap extension segfaults). 2004-07-19 12:53:29 +00:00
Sara Golemon
5289adbe99 Add zlib stream filter support 2004-07-17 00:05:31 +00:00
Sebastian Bergmann
d1106bb4dc (IMO) Better NEWS entry for true/false/null implementation change. 2004-07-16 07:31:34 +00:00
Marcus Boerger
5c0cd5c47e Correct version 2004-07-16 07:17:51 +00:00
Marcus Boerger
53697aeb0d BFN 2004-07-16 07:16:53 +00:00
Sara Golemon
c4bf45e39a Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time for threaded sapis. 2004-07-14 00:14:43 +00:00
Andi Gutmans
c18badbfbf - 5.0.1-dev 2004-07-13 19:56:49 +00:00
Andi Gutmans
399e2ca69f - Roll PHP 5.0.0 2004-07-13 19:05:31 +00:00
Ilia Alshanetsky
7daa1cfecc Fixed bug #28999 (fixed behaviour of exec() to work as it did in 4.X). 2004-07-12 18:48:30 +00:00
Andrey Hristov
c401890d17 reorder + add 2004-07-11 21:41:33 +00:00
Ilia Alshanetsky
4ebcb2ecfe Fixed bug #29008 (array_combine() does not handle non-numeric/string keys). 2004-07-11 15:23:57 +00:00
Dmitry Stogov
8ad22e4279 Fixed bug #28751 (SoapServer does not call _autoload()) 2004-07-06 07:30:33 +00:00
Marcus Boerger
c884ad017c - Bugfix: #29019 Database not closing 2004-07-05 19:36:10 +00:00
Moriyoshi Koizumi
0f2c97f627 BFN 2004-07-03 16:14:46 +00:00
Frank M. Kromann
e0fe48e8a0 Fix for #28512. news entry 2004-06-30 19:51:28 +00:00
Ard Biesheuvel
77804efa77 Revert at Derick's request 2004-06-28 11:41:08 +00:00
Ard Biesheuvel
d1efeb2e58 BFN 2004-06-28 11:28:12 +00:00
Marcus Boerger
962b593455 BFN 2004-06-26 22:08:19 +00:00
Moriyoshi Koizumi
d200a703e7 *** empty log message *** 2004-06-26 17:04:39 +00:00
Stefan Esser
9e5ea7d229 strip_tags() news 2004-06-26 07:46:08 +00:00
Moriyoshi Koizumi
4eccf848ec - WS 2004-06-26 05:41:14 +00:00
Moriyoshi Koizumi
b33f7ab671 - Fix bug #28466 (mbstring_convert_variables() problem). 2004-06-26 05:39:00 +00:00
Andrei Zmievski
279770743f MFB (better error checking in pcre_fullinfo() calls). 2004-06-22 22:21:58 +00:00
Sara Golemon
8f2686df35 BFN 2004-06-21 21:09:13 +00:00
Marcus Boerger
dc66fb1f10 Fixed bug #28822: ArrayObject::offsetExists() works inverted 2004-06-21 19:15:27 +00:00
Marcus Boerger
3df3aedbe0 BFN 2004-06-20 16:49:49 +00:00
Marcus Boerger
9219b746bb BFN 2004-06-20 09:39:09 +00:00
Marcus Boerger
47c72816d3 BFN 2004-06-15 20:40:58 +00:00
Rob Richards
196506caa1 BFN 2004-06-15 11:51:09 +00:00
Rob Richards
ac772dcf53 BFN 2004-06-13 10:13:12 +00:00
Marcus Boerger
7318238236 Changed that a bit 2004-06-10 13:39:30 +00:00
Marcus Boerger
2784cf206d BFN 2004-06-10 11:57:04 +00:00
Marcus Boerger
17a363a8f8 BFN 2004-06-10 11:29:15 +00:00
Dmitry Stogov
0282ad792a Fixed bug #28702 (SOAP does not parse WSDL service address correctly). 2004-06-10 09:07:09 +00:00
Marcus Boerger
bd05792560 BFN 2004-06-09 19:26:55 +00:00
Ard Biesheuvel
4713ce294d Interbase news 2004-06-08 20:25:49 +00:00
Andi Gutmans
0bdbbd379e - Go back to -dev (Shouldn't need another RC) 2004-06-07 18:57:34 +00:00
Andi Gutmans
6f47156228 - Roll RC3 2004-06-07 14:23:45 +00:00
Derick Rethans
bcca5b8cb5 - Reorder (again :) 2004-06-07 07:05:33 +00:00
Georg Richter
216eb9f82b added mysqli changes 2004-06-05 18:43:31 +00:00
Marcus Boerger
120625548d BFN 2004-06-05 14:59:32 +00:00
Ard Biesheuvel
5be358667b news 2004-06-03 10:55:27 +00:00
Andi Gutmans
02032ccf9f - Prepare for RC3RC2 2004-06-03 08:17:15 +00:00
Derick Rethans
0ede231c76 - Reorder 2004-06-01 11:54:00 +00:00
Andi Gutmans
6f34d891f5 - NEWS 2004-06-01 11:47:14 +00:00
Derick Rethans
f964cc09d2 - Fixed ip2long() behavior if an invalid IP address was passed to the
function. This makes it possible to distingiush between "255.255.255.255"
  and a wrong one.
2004-05-28 10:45:18 +00:00
Derick Rethans
ab34eb7330 Put similar items next to eachother 2004-05-27 12:28:41 +00:00
Andi Gutmans
d470f93506 - More news 2004-05-27 12:01:14 +00:00
Andi Gutmans
5a9d648f1f - RC3RC1 2004-05-27 11:39:35 +00:00
Andi Gutmans
7f887852a6 - NEWS 2004-05-27 08:30:14 +00:00
Wez Furlong
81b3231b5d Moved pdflib extension to PECL 2004-05-24 16:41:41 +00:00
Andi Gutmans
bd892a164b - NEWS 2004-05-23 16:24:21 +00:00
Andrey Hristov
4760dd4fc5 adding this 2004-05-23 15:26:55 +00:00
Andrey Hristov
794065776a Ansrei reverted this 2004-05-23 15:21:38 +00:00
Derick Rethans
42bc9637b2 - Fixed order (again) 2004-05-21 15:09:34 +00:00
Dmitry Stogov
b9bb0d77a0 Fixed bug #28239 (No results returned on SOAP call, no error given) 2004-05-21 14:50:19 +00:00
Andrei Zmievski
66181dde3b .ini variables patch notice 2004-05-14 21:10:02 +00:00
Ilia Alshanetsky
a4c3c3cd47 GD bug fixing news. 2004-05-09 18:26:40 +00:00
Derick Rethans
ca47676650 - Fixed news 2004-05-09 14:22:02 +00:00
John Coggeshall
7b54f02f25 Tell ppl about it. 2004-05-09 14:00:30 +00:00
Sara Golemon
0dae58bb2a Bugfix #28300 Userspace stream/filter names don't need to be lowercased. 2004-05-06 14:29:33 +00:00
Sara Golemon
0180c36951 BugFix#28287 stream_*_register() not calling __autoload(). 2004-05-05 18:18:57 +00:00
Wez Furlong
4a645e09af news 2004-05-04 15:11:06 +00:00
Wez Furlong
4b4fae6aa4 another down... 2004-04-29 10:19:16 +00:00
Marcus Boerger
8116ba4249 BFN 2004-04-25 11:19:57 +00:00
Andi Gutmans
87a9f7bdbb - RC3-dev 2004-04-25 10:13:08 +00:00
Andi Gutmans
1ccf8dde15 - This was forgotten 2004-04-25 09:15:57 +00:00
Andi Gutmans
94c44ea9eb - RC2 2004-04-25 08:32:50 +00:00
Wez Furlong
df14ec2fe2 Spell it out. 2004-04-25 00:41:34 +00:00
Andi Gutmans
fa2e902436 NEWS 2004-04-23 21:51:39 +00:00
Derick Rethans
43aed8f70b This was already in NEWS for the branch, removing 2004-04-23 18:20:20 +00:00
Derick Rethans
858fc0015f Cleanup NEWS 2004-04-23 18:19:03 +00:00
Rasmus Lerdorf
191a661f8c MFB: Fix for bug #27810 2004-04-23 18:08:58 +00:00
Wez Furlong
16f8b66e46 Another one bites the dust 2004-04-23 13:28:05 +00:00
Wez Furlong
03b4f344a0 News about the ssl server socket bug 2004-04-21 23:02:56 +00:00
Wez Furlong
0fb4bf9771 Fixed bug #19749 (shouldn't mmap() files larger than memory_limit) 2004-04-21 12:02:47 +00:00
Wez Furlong
d6cb1431ac yaz moved 2004-04-21 08:57:16 +00:00
Derick Rethans
142edcf01f - Reorder news 2004-04-21 07:23:40 +00:00
Frank M. Kromann
bfdcc96274 mssql related fixes 2004-04-20 23:55:02 +00:00
John Coggeshall
04764e1942 minor update 2004-04-20 18:29:16 +00:00
Andi Gutmans
844b4738fd - Fix news 2004-04-20 14:18:56 +00:00
Andi Gutmans
71f99771b0 - More news 2004-04-20 14:15:57 +00:00
Wez Furlong
daa90c915c Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI. 2004-04-19 17:41:39 +00:00
Derick Rethans
3326b8790e - Is it really this hard?</jani> 2004-04-19 15:15:49 +00:00
John Coggeshall
bf937669e0 Adding tidy error handling news 2004-04-19 15:14:31 +00:00
Wez Furlong
73af3afdbe and the news 2004-04-19 15:08:11 +00:00
foobar
4a45a8e948 Remove duplicate entries 2004-04-15 12:25:57 +00:00
Dmitry Stogov
8d8c50fed3 Fixed bug #27681 (soap extension fails without HAVE_TM_GMTOFF). 2004-04-15 10:27:53 +00:00
foobar
724a221a7b reorder..is this so hard..? :) 2004-04-15 02:37:42 +00:00
Marcus Boerger
1c7fdeac21 BFN 2004-04-14 23:41:22 +00:00
foobar
e1c7a424ce BFN 2004-04-13 17:28:23 +00:00
Ilia Alshanetsky
824f9a4d11 Fixed bug #27928 (sqlite incorrectly handles invalid filenames). 2004-04-09 18:02:05 +00:00
Andi Gutmans
7bedd9f824 - NEWS 2004-04-09 14:43:20 +00:00
Marcus Boerger
84ddc25df6 BFN 2004-04-08 20:38:17 +00:00
Derick Rethans
1f932c30d6 - Added reworded destructor change 2004-04-08 16:19:58 +00:00
foobar
1789e67088 pfft.. 2004-04-08 07:56:50 +00:00
Rob Richards
e8340dd2c5 BFN 2004-04-07 16:25:55 +00:00
foobar
4ee4d27cb4 reorder, reword, typos.. 2004-04-06 09:53:31 +00:00
foobar
338b9bfb2d Remove duplicate entry 2004-04-06 09:43:18 +00:00
Dmitry Stogov
7dae9e6cad Fixed bug #27742 (WDSL SOAP Parsing Schema bug) 2004-04-02 06:23:51 +00:00
Dmitry Stogov
9dd0826623 Fixed bug #27722 (Segfault on schema without targetNamespace). 2004-04-01 13:44:12 +00:00
Sara Golemon
72616e6eae BugFix#27619
Filters not applied to pre-buffered stream data.
(esp. http:// streams)
2004-03-31 23:48:59 +00:00
Rasmus Lerdorf
1ece5eb5ad MFB test case for bug #27719 and improve comments in this tricky DST code 2004-03-28 15:03:56 +00:00
Marcus Boerger
4b82cb500f BFN: MFHed #27687 2004-03-27 01:48:39 +00:00
Marcus Boerger
6424efa54a BFN: MFHed 2004-03-27 01:19:02 +00:00
Marcus Boerger
f956b50f65 Change to studlyCaps convention
# Hopefully discussed enough this time
2004-03-26 21:16:50 +00:00
Marcus Boerger
aea24b2a79 Force destructors to have empty signatures 2004-03-26 20:05:35 +00:00
Derick Rethans
fe576c7acb - Stopped file uploads from throwing E_WARNINGs and E_NOTICEs which can not be
hidden from within scripts (and a result value in the $_FILES global can be
  used to see the real failure anyway).
2004-03-25 21:27:23 +00:00
Andi Gutmans
7313bcd1f4 - Update NEWS 2004-03-25 18:04:08 +00:00
Marcus Boerger
bca4347064 Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type Header 2004-03-25 08:42:00 +00:00
Derick Rethans
2face60bef - Fixed NEWS
#- Can we *please* keep this in order?
2004-03-24 13:31:20 +00:00
Dmitry Stogov
7baa132194 Fixed bug #27641 (Object cloning in ze1_compatibility_mode was reimplemented) 2004-03-24 13:16:07 +00:00
Marcus Boerger
b6e3da9b65 BFN 2004-03-23 21:19:53 +00:00
Marcus Boerger
e6a1f04677 Changed sqlite's OO API to studlyCaps. 2004-03-23 08:03:11 +00:00
Ilia Alshanetsky
d45b2c6bc3 MFH: Fixed bug #27628 (Simplify the process of making a POST request via
stream context).
2004-03-19 15:41:26 +00:00
Derick Rethans
9ebaa24aac - Fixed layout 2004-03-18 18:25:22 +00:00
Dmitry Stogov
c17d6970b6 *** empty log message *** 2004-03-18 17:34:57 +00:00
Dmitry Stogov
7767bacaf8 *** empty log message *** 2004-03-18 17:01:46 +00:00
Andi Gutmans
814000305a - Back to RC2-dev 2004-03-18 15:27:28 +00:00
Zeev Suraski
4f313c79c2 Add missing bug updates 2004-03-18 14:14:26 +00:00
Zeev Suraski
aac5c1f6c5 Prepare to roll RC1 2004-03-18 14:12:27 +00:00
Derick Rethans
6a4099ccdd - Reorganize 2004-03-18 10:39:39 +00:00
Dmitry Stogov
787f0bbbb2 *** empty log message *** 2004-03-18 10:21:28 +00:00
Derick Rethans
1ef3c8c74a - Replaced the exec_finished hook by the zend_post_deactive hook for
extensions. The new hook will be run after the symbol table and destructors
  are run. (PHP part)
2004-03-16 22:27:57 +00:00
Derick Rethans
6b7224cc74 - Update news with fugbix 2004-03-16 21:47:27 +00:00
foobar
1eba738ee8 fix typos 2004-03-16 16:44:51 +00:00
Andi Gutmans
e551584c57 - NEWS 2004-03-16 14:52:22 +00:00
Jay Smith
83b2d923f8 Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly). 2004-03-15 21:26:39 +00:00
Marcus Boerger
0ace9f4885 Bugfix #27597 pg_fetch_array not returning false . 2004-03-15 19:47:18 +00:00
Rasmus Lerdorf
f3907111c1 Missing NEWS entries 2004-03-15 18:22:01 +00:00
Jon Parise
633c95aa40 Fixed crash in php_ini_scanned_files() when no additional INI files were
actually parsed.

I'll merge this into the PHP_4_3 branch as soon as I receive permission
from the release master.
2004-03-15 07:45:25 +00:00
Sebastian Bergmann
111d0466c9 Fugbix typo. 2004-03-15 05:53:51 +00:00
foobar
04a242541b typo 2004-03-14 23:22:51 +00:00
Marcus Boerger
7a67839d33 BFN 2004-03-14 23:01:21 +00:00
Derick Rethans
1b197a9399 - Reorder 2004-03-14 21:27:21 +00:00
Andi Gutmans
cf0ca48779 - Typo 2004-03-14 21:23:48 +00:00
Andi Gutmans
3155073efb - Add all of the fixes from the past week. Almost ready for RC1 now. 2004-03-14 21:21:21 +00:00
Marcus Boerger
b95d8d14d5 Bugfix #27586 ArrayObject::getIterator crashes with [] assignment 2004-03-13 20:01:00 +00:00
foobar
66b03bdf61 update 2004-03-11 15:08:46 +00:00
Ilia Alshanetsky
d196309341 Fixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32). 2004-03-09 14:50:11 +00:00
Derick Rethans
b3b2192a1e - Added mb_list_encoding() to return an array with all mbstring supported
encodings.
2004-03-08 22:18:05 +00:00
Marcus Boerger
8685972af2 Rename hasMore() to valid() as discussed. (Part III) 2004-03-08 19:00:21 +00:00
Derick Rethans
596efe5197 - Fixed bug in gdImageFilledRectangle in the bundled GD library, that required
x1 < x2 and y1 < y2 for coordinates.
2004-03-02 21:56:30 +00:00
Moriyoshi Koizumi
9f9151473c - Use past tense 2004-03-01 10:46:58 +00:00
Moriyoshi Koizumi
a48e59749c - NFN 2004-03-01 10:46:14 +00:00
Moriyoshi Koizumi
c4a079e803 - Yet another BFN 2004-02-29 19:07:56 +00:00
Moriyoshi Koizumi
5e0da10217 - BFN 2004-02-29 05:22:57 +00:00
Moriyoshi Koizumi
6a40d2de2b - Reordering. 2004-02-28 21:08:29 +00:00
Moriyoshi Koizumi
a1fb66d296 - BFN & misc. 2004-02-28 20:58:48 +00:00
foobar
43a1469151 typofix 2004-02-25 20:23:15 +00:00
foobar
b1d8f10450 style 2004-02-25 19:42:56 +00:00
Andi Gutmans
85edb21e3a - More NEWS 2004-02-25 17:48:20 +00:00
Zeev Suraski
5b51a57317 update 2004-02-25 12:45:07 +00:00
foobar
0eda6a05fe this was MFHd.. 2004-02-16 16:00:15 +00:00
Marcus Boerger
b438902cd2 BFN 2004-02-16 00:34:35 +00:00
Marcus Boerger
b59989e716 Fix startup errors 2004-02-15 17:00:42 +00:00
foobar
cbb1e6e4fb bfn 2004-02-14 16:25:20 +00:00
Derick Rethans
3781af53cd - Fixed zero bytes memory allocation when no extra ini files are found in the
--with-config-file-scan-dir specified directory. (patch by Eric Colinet
  <e.colinet@laposte.net>)
2004-02-14 12:29:04 +00:00
Derick Rethans
cd4a39edf9 - Fixed start-up problem if both SPL and SimpleXML were enabled. The
double initialization of apache 1.3 was causing problems here.
2004-02-12 23:39:46 +00:00
Andi Gutmans
efe864dc34 - We are RC1-dev now 2004-02-12 16:26:59 +00:00
foobar
1526710ce1 reorder 2004-02-12 14:34:25 +00:00
Andi Gutmans
c46ccc01fd - More news 2004-02-12 13:52:47 +00:00
Andi Gutmans
d60d7777d1 - Add News entry 2004-02-12 12:37:13 +00:00
Andi Gutmans
eca1fdc821 - Go with b4 RC 1 (Sanity package) 2004-02-12 08:46:02 +00:00
foobar
db0854a952 style 2004-02-11 21:17:35 +00:00
Brian France
8a3d87f766 - Added checks for invalid characters in a cookie name or cookie data
from setrawcookie. (Brian)
	- Added new pspell functions to set the dict-dir and data-dir options. (Brian)
2004-02-11 19:02:39 +00:00
Zeev Suraski
5feca6a388 Update NEWS 2004-02-10 09:37:11 +00:00
Andrey Hristov
e5bd298bbc typo 2004-02-05 21:11:26 +00:00
Ilia Alshanetsky
5b0c9335d3 Bug fixing news. 2004-02-05 02:17:33 +00:00
Andi Gutmans
ac4dc68608 - Added recent stuff to NEWS 2004-02-04 21:29:28 +00:00
foobar
1c593b7646 order 2004-02-03 06:44:45 +00:00
Ard Biesheuvel
c9941f9d20 Interbase news 2004-02-02 15:44:03 +00:00
Moriyoshi Koizumi
0330fb2cbf - Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets). 2004-01-31 22:36:33 +00:00
foobar
47f2943d0e order 2004-01-30 09:21:05 +00:00
Sara Golemon
18588497d7 Fix potential bug in http:// proxy support.
Some proxy servers require entire URI be sent in request string.

Add context option "http"/"request_fulluri" to allow this behavior.
2004-01-30 00:24:18 +00:00
Marcus Boerger
5ac404eb64 Fixed bug #27042 (SPL: SeekableIterator seek() broken). 2004-01-26 22:30:25 +00:00
Andrey Hristov
ca3001faf8 entrt about feature request #24258 2004-01-25 14:00:59 +00:00
Marcus Boerger
d51218f221 BFN 2004-01-25 13:33:43 +00:00
Marcus Boerger
386310ea02 BFN 2004-01-25 11:54:28 +00:00
Ilia Alshanetsky
17d420e5f7 Fixed bug #26938 (exec() has problems reading long lines). 2004-01-21 16:57:13 +00:00
Hartmut Holzgraefe
c280629023 News update on new streams method 2004-01-21 10:20:45 +00:00
foobar
5908334ea3 BfN 2004-01-20 00:26:23 +00:00
Christian Stocker
37cc0df732 added missing dots.. 2004-01-19 17:30:35 +00:00
Christian Stocker
d4488ccf2d Cosmetics and NEWS entry 2004-01-19 17:27:22 +00:00
Derick Rethans
067dfa7029 - SPL lives now in ext/ 2004-01-19 08:28:15 +00:00
foobar
dce4e4c4b2 BFN 2004-01-19 02:43:25 +00:00
foobar
b6b3443d0a - Fixed bug #26640 (__autoload() not invoked by Reflection classes)
# Also removed double call of reflection_register_implement() on
# reflection_extension_ptr.
# Fixed also case-insensitive lookup of property names,
# now Reflection_Property('Classname', 'FooBar'); works too.
2004-01-16 21:11:58 +00:00
foobar
88b2348f9f BFN 2004-01-16 11:18:37 +00:00
foobar
124e6c8b6d - Fixed bug #26844 (ext/mime_magic: magic file validation broken). 2004-01-15 06:09:16 +00:00
Ilia Alshanetsky
b3853af0b7 MFH: Fixed bug #26911 (crash in sqlite extension when fetching data from
empty queries).
2004-01-14 21:17:09 +00:00
Ilia Alshanetsky
6e350b553b Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems). 2004-01-14 17:08:27 +00:00
foobar
c2785ecbf9 BFN 2004-01-13 18:06:31 +00:00
foobar
028fcd7ec3 oops.. 2004-01-11 14:06:37 +00:00
foobar
a201e10c9b BFN 2004-01-11 14:06:16 +00:00
Ilia Alshanetsky
f4828675eb sqlite news 2004-01-09 01:38:13 +00:00
foobar
4db2d84efa BFN 2004-01-07 23:53:48 +00:00
Ilia Alshanetsky
d4c19ed2d2 Fixed bug #26819 (http_build_query() crashes on NULL output).
Fixed bug #26817 (http_build_query() does not handle private & protected
object properties correctly).
2004-01-06 20:07:07 +00:00
foobar
2e2d5d78f0 BFN 2004-01-05 14:31:48 +00:00
Derick Rethans
6923a16c26 - Fixed var_export() to show public, protected and private modifiers properly.
- Exported (un)mangle_property_name.
2004-01-03 13:51:02 +00:00
Marcus Boerger
5d58aff217 BFN 2004-01-02 03:27:43 +00:00
foobar
926504978b dotdotdot.. 2004-01-02 02:34:53 +00:00
Marcus Boerger
865738238f BFN 2003-12-31 12:21:02 +00:00
Georg Richter
9285d613f5 fixed problems with longlong values in mysqli 2003-12-31 08:57:09 +00:00
foobar
4a94097986 cleanup 2003-12-31 01:27:35 +00:00
Rob Richards
db9af58184 BFN 2003-12-29 16:45:59 +00:00
Marcus Boerger
2788bb8a15 BFN 2003-12-29 12:39:07 +00:00
Marcus Boerger
7980195d7c BFN 2003-12-27 23:01:04 +00:00
Marcus Boerger
a84f8156ff Bugfix #25038 (call_user_func issues warning if function throws exception) 2003-12-27 21:10:34 +00:00
Rob Richards
563be668b8 Fixed bug #26723 2003-12-27 10:33:26 +00:00
Marcus Boerger
c6cb00fe59 Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload
results in segfault).
2003-12-23 10:45:10 +00:00
Georg Richter
bbae05b957 #fixed bug #26680 2003-12-23 06:28:12 +00:00
Marcus Boerger
4e24057380 Update 2003-12-22 22:59:44 +00:00
Marcus Boerger
37d9a9f150 BFN 2003-12-22 22:33:45 +00:00
Ilia Alshanetsky
a8c58f1d79 Fixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers). 2003-12-22 16:32:29 +00:00
Marcus Boerger
06788f0438 Fixed bug #26675 (Segfault on ArrayAccess use)
Update NEWS
2003-12-22 16:27:14 +00:00
Zeev Suraski
86e776470c Update date 2003-12-21 18:30:31 +00:00
Wez Furlong
1402825b3d Moved ext/notes to PECL.
(win32 only, and doesn't build on snaps.php.net)
2003-12-19 17:13:20 +00:00
Andi Gutmans
a43d420f0a - Update date 2003-12-19 13:37:39 +00:00
Ilia Alshanetsky
79848fa885 Added sqlite_fetch_column_types() function. 2003-12-18 21:28:00 +00:00
Marcus Boerger
c69fb4133d dded qdbm handler (http://qdbm.sourceforge.net). 2003-12-18 20:25:21 +00:00
Marcus Boerger
49efcd4f27 Fixed bug #24837 Incorrect behaviour of PPP using foreach. 2003-12-18 20:07:30 +00:00
Moriyoshi Koizumi
63ae8079ea "a" 2003-12-18 19:54:28 +00:00
Wez Furlong
b978ec134f add news about tidy 2003-12-18 11:18:51 +00:00
Andrey Hristov
4b5caaa04a entry for microtime()'s new clothes 2003-12-17 22:17:15 +00:00
Andi Gutmans
1e8ed7889b - Update NEWS for tomorrow morning so that I don't forget when I'm sleepy 2003-12-17 22:13:57 +00:00