Commit Graph

1843 Commits

Author SHA1 Message Date
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