Commit Graph

1861 Commits

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