Dmitry Stogov
59d2e3f3aa
Fixed bug #34260 (Segfault with callbacks (array_map) + overloading)
2005-09-02 07:46:30 +00:00
Dmitry Stogov
bd307bc0bd
Fixed bug #34137 (assigning array element by reference causes binary mess)
2005-09-01 13:21:04 +00:00
foobar
24a101a23b
If it is added in 5.1, is it still news for PHP 6?
2005-09-01 12:00:25 +00:00
Dmitry Stogov
cbd1c89e81
Fixed bug #34277 (array_filter() crashes with references and objects)
2005-09-01 11:58:41 +00:00
Dmitry Stogov
f61b9bac52
Fixed bug #34310 (foreach($arr as $c->d => $x) crashes)
2005-09-01 10:55:05 +00:00
Dmitry Stogov
7b7551085b
Support for class constants and static members for internal classes
2005-09-01 10:05:01 +00:00
Derick Rethans
447425d9f1
- Fixed bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number).
2005-08-31 14:31:45 +00:00
Ilia Alshanetsky
50fb7a8261
Added optional parameter to http_build_query() to allow specification of
...
string separator.
2005-08-31 01:19:40 +00:00
Johannes Schlüter
cb1f66441e
News
2005-08-30 20:02:47 +00:00
Derick Rethans
cbe8be6a17
- Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).
2005-08-30 09:17:56 +00:00
Derick Rethans
cdcf566a21
- Fixed a bug where stream_get_meta_data() did not return the "uri" element for
...
files opened with tmpname().
2005-08-26 12:50:06 +00:00
Dmitry Stogov
24743055a3
Changed is_a() and is_subcalls_of() functions to not call __autoload() (in the same way as "instanceof" operator).
2005-08-23 07:23:30 +00:00
foobar
1b2e69a808
Proper NEWS language that everyone should be able to understand..
2005-08-19 15:18:49 +00:00
Dmitry Stogov
d90d6c5d2b
nstanceof operator shouldn't call __autoload()
2005-08-19 08:11:16 +00:00
foobar
99e8386c27
News for PHP 6, nuked old news.
2005-08-17 16:57:15 +00:00
Andrei Zmievski
62ce334b73
*** empty log message ***
2005-08-17 16:31:36 +00:00
Dmitry Stogov
f4ea6b0656
Fixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault)
2005-08-17 11:57:10 +00:00
Ilia Alshanetsky
b3d7ae9399
Fixed bug #34148 (+,- and . not supported as parts of scheme).
2005-08-16 14:10:13 +00:00
foobar
02a8c3e50f
MFB: - Fixed bug #33326 (Cannot build extensions with phpize on Macosx).
2005-08-12 15:16:52 +00:00
Antony Dovgal
b58f366c5c
MF5.1: fix #34078 (Reflection API problems in methods with boolean or null default values)
...
(andrei said to sara a few hours ago you may commit whatever you want until 9pm) (c) helly
if there are any problems with this patch - please tell me, I'll revert it immediately
2005-08-11 21:32:57 +00:00
Dmitry Stogov
b0207d34a1
Fixed bug #34062 (Crash in catch block when many arguments are used)
2005-08-10 13:11:53 +00:00
Dmitry Stogov
b0d3aec8ad
Fixed bug #25359 (array_multisort() doesn't work in a function if array is global or reference)
2005-08-10 12:02:14 +00:00
Dmitry Stogov
c52d7cb530
Fixed bug #34064 (arr[] as param to function in class gives invalid opcode)
2005-08-10 10:39:28 +00:00
Dmitry Stogov
b03e53836e
Fixed bug #33940 (array_map() fails to pass by reference when called recursively)
2005-08-10 08:23:39 +00:00
Dmitry Stogov
655e19326d
Fixed bug #29253 (array_diff with $GLOBALS argument fails)
2005-08-10 07:43:16 +00:00
Dmitry Stogov
604751ab87
Fixed bug #34045 (Buffer overflow with serialized object)
2005-08-10 06:37:27 +00:00
Johannes Schlüter
69303b58a4
- Added option to strstr() and stristr() to get a particular haystack component
2005-08-09 20:49:19 +00:00
foobar
1620ddcb95
reword
2005-08-09 15:07:18 +00:00
Ilia Alshanetsky
430dea8ef8
News and constants for parse_url().
2005-08-09 14:40:59 +00:00
foobar
147ede8f37
UN
2005-08-09 08:08:20 +00:00
Frank M. Kromann
52e03bc612
News entry for Fix #32010
2005-08-08 21:35:03 +00:00
foobar
2e4d679629
BFNSF
2005-08-08 18:07:07 +00:00
Hartmut Holzgraefe
4ad526693c
finally!
...
cd some_extension
phpize
configure
make
make test # <<< THIS WORKS!!! :)
2005-08-08 17:57:35 +00:00
foobar
34f1c973a9
BFN
2005-08-07 22:09:06 +00:00
Edin Kadribasic
017df4e790
Mention new library bundle on windows
2005-08-06 23:30:49 +00:00
foobar
97d493effb
BFN
2005-08-06 22:31:43 +00:00
Dmitry Stogov
32d69c853a
Fixed bug #33996 (No information given for fatal error on passing invalid value to typed argument)
2005-08-05 09:35:09 +00:00
Dmitry Stogov
c10d6d3c89
Fixed bug #33999 (object remains object when cast to int)
2005-08-05 09:02:14 +00:00
Dmitry Stogov
98e70ab585
Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP)
2005-08-04 10:34:39 +00:00
Ilia Alshanetsky
990f7043d9
Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash)
2005-08-02 17:01:05 +00:00
foobar
9f6e05964f
- Fixed bug #33967 (misuse of Exception constructor doesn\'t display errorfile)
2005-08-02 16:31:53 +00:00
foobar
71df205907
BFN
2005-08-02 06:33:51 +00:00
Dmitry Stogov
cf6bb99723
Fixed bug #33723 (php_value overrides php_admin_value)
2005-08-01 07:46:54 +00:00
Ilia Alshanetsky
22db404132
Fixed bug #33904 (input array keys being escaped when magic quotes is off).
2005-07-29 15:43:37 +00:00
foobar
b325b340b7
- Fixed bug #33899 (CLI: setting extension_dir=some/path extension=foobar.so does not work)
2005-07-29 13:25:33 +00:00
foobar
a5c41b2c8e
- Fixed bug #33917 (number_format() output with > 1 char separators)
2005-07-29 12:58:25 +00:00
Ilia Alshanetsky
a2c0f11235
news file tinkering
2005-07-28 23:21:34 +00:00
Hartmut Holzgraefe
b3685eef5a
news entry for bug #33882 fix
2005-07-27 21:21:05 +00:00
Ilia Alshanetsky
3674649c59
Fixed bug #32139 (SOAP client does not auto-handle base64 encoding).
2005-07-27 14:52:52 +00:00
Ilia Alshanetsky
86d81fd743
Fixed bug #33869 (strtotime() problem with "+1days" format).
2005-07-26 22:29:27 +00:00