Commit Graph

1887 Commits

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