foobar
639221694f
Use zend_ini_string instead of the 'alias'.
2002-09-03 22:54:02 +00:00
Rasmus Lerdorf
86c4c1730e
Check for uppercase function names in .def files - patch from David Viner
2002-09-03 20:57:20 +00:00
Thies C. Arntzen
ca0a7c4323
nuke warning
2002-09-03 14:14:44 +00:00
Thies C. Arntzen
db92641e32
nuke unneeded stuff
2002-09-03 13:53:05 +00:00
foobar
1c52f18fa2
This does not belong here as it was MFHd..
2002-09-03 12:52:03 +00:00
Markus Fischer
472b2f0737
- Update
2002-09-03 11:41:29 +00:00
Zeev Suraski
e801a99a50
MFZE1
2002-09-03 10:25:06 +00:00
Zeev Suraski
5f3e75a725
MFZE1
2002-09-03 10:06:13 +00:00
Derick Rethans
45a203b411
- Revert
...
#- Sorry... was too busy with it to notice discussion on php.dev
2002-09-03 09:57:27 +00:00
Derick Rethans
74049eb191
- MFH for: Apply rest of html errors fix (Patch by Jan Lehnardt <jan@php.net>)
2002-09-03 09:56:20 +00:00
Sebastian Bergmann
cfad3c664f
Add html_errors to zend_utility_values. Patch by Jan Lehnardt <jan@php.net>.
2002-09-03 09:41:41 +00:00
Rui Hirokawa
ee2e4ed41f
removed #ifdef for mbstring.encoding_translation.
2002-09-03 09:11:33 +00:00
Yasuo Ohgaki
582026fd64
Added mbstring.encoding_translation to php.ini-dist|recommended
2002-09-03 07:38:08 +00:00
Rui Hirokawa
9b33531910
*** empty log message ***
2002-09-03 05:20:40 +00:00
Rui Hirokawa
7678ada2b8
--enable-mbstr-enc-trans is abolished to prevent some problems about POST/GET/Cookie variables. the same functionality is controllable in php.ini option mbstring.encoding_translation (default:Off).
2002-09-03 05:18:20 +00:00
Andi Gutmans
1c5841d376
- Fix typo
2002-09-03 04:19:04 +00:00
3df0df50f4
ChangeLog update
2002-09-03 00:32:58 +00:00
Jan Lehnardt
298ae37e8c
- prepare non-html phpinfo output for zend extensions
2002-09-02 20:44:01 +00:00
Markus Fischer
f07b724620
- Enable strcoll() for win32 build
...
# Maybe I'm missing something. PHP has strcoll() since 4.0.5 but HAVE_STRCOLL
# was always only available under Unix, no one activated it for Win32 since
# then?
#
# Test to show it works:
# <? $a=array("a", "z", "ä"); setlocale(LC_ALL, "German"); usort($a, "strcoll"); var_dump($a); ?>
#
# Output:
# array(3) {
# [0]=>
# string(1) "a"
# [1]=>
# string(1) "ä"
# [2]=>
# string(1) "z"
# }
#
# Thanks to a comment found on the usort() page and to a dlcp post about a
# similar issue.
#
# Worth for a MFH for 4.2.3, anyone ?
2002-09-02 18:03:24 +00:00
Thies C. Arntzen
96ab23981c
refine last patch. if the argument-stack is not consistent don't try to show
...
arguments. no call to zend_error is made as we might end up in an infinite
recursion if called from an error_handler.
so: if the arguments to functions aren't shown in debug_backtrace this is 'cause
the arument stack was not consistent when debug_backtrace was called.
2002-09-02 12:26:09 +00:00
Thies C. Arntzen
9afea7175c
debug_backtrace() now checks the complete argument-stack for consistency.
2002-09-02 12:20:09 +00:00
Stanislav Malyshev
c8a659f8f6
MFZE1
2002-09-02 09:13:53 +00:00
bf220ce104
ChangeLog update
2002-09-02 00:31:53 +00:00
Andi Gutmans
f4e8b2c4e9
- Fix leak reported by "l0t3k" <cshmoove@hotmail.com>
2002-09-01 19:19:50 +00:00
Sergey Kartashoff
e32f35eb4e
- Udm_Cat_Path, Udm_Cat_List, Udm_Get_Doc_Count functions have been fixed
...
to work with mnogosearch-3.2.6 and later.
- Removed search words highlighting while getting document URL in
mnogosearch extention
2002-09-01 14:11:46 +00:00
Sebastian Bergmann
714c19fe66
Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double_buffering.
2002-09-01 11:33:19 +00:00
Stanislav Malyshev
73cf316a53
MFZE1
2002-09-01 08:30:39 +00:00
29e033cbb1
ChangeLog update
2002-09-01 00:31:23 +00:00
Jan Lehnardt
2334abeff4
- cosmetics
2002-08-31 21:43:54 +00:00
foobar
c0d345ea5c
Fix it back..(what was that commit????)
2002-08-31 14:04:29 +00:00
a2f44a409d
ChangeLog update
2002-08-31 00:34:06 +00:00
80a76b4b12
Fixing up Changelog and NEWS for the past few days.
2002-08-30 15:45:12 +00:00
Adam Dickmeiss
b18b6f3691
Bug fix: dont cache connection if proxy setting have changed
2002-08-30 13:26:41 +00:00
foobar
06fe943795
Fix shared build
2002-08-30 03:52:41 +00:00
foobar
4e34d6ce27
Fix bug: #19124 , xmlrpc extension builds ok now as shared extension.
2002-08-30 02:57:13 +00:00
foobar
55b22b16a2
xpm.h is sometimes in /usr/include/X11 (or /usr/X11R6/include/X11)
2002-08-30 02:44:45 +00:00
foobar
bda34955db
Fix the build when bundled gd library is used
2002-08-30 02:41:52 +00:00
Jan Lehnardt
81dcd62bc2
- seperate registered streams.
...
#read: make sebastian happy ;)
2002-08-29 18:28:11 +00:00
Ilia Alshanetsky
7a7497e21b
Fixed the \0 check in previous patch.
2002-08-29 15:58:33 +00:00
Ilia Alshanetsky
337448322f
Fixed bug #18966
2002-08-29 15:44:00 +00:00
foobar
e040302807
Remove unnecessary whitespace
2002-08-29 15:28:09 +00:00
Jan Lehnardt
d6497fc96e
- reenable "no value" output. thanks to sebastian for pointing that out.
2002-08-29 10:24:02 +00:00
Pierre Joye
a00f439ff0
Hope to finnally got it, fixes notice (Thx to Sebastian)
2002-08-29 10:08:37 +00:00
Jan Lehnardt
e1cac684df
- fix ZTS build. thanks to edin.
2002-08-29 09:11:22 +00:00
Marcus Boerger
38247a7993
One zero to much
2002-08-29 08:32:41 +00:00
Derick Rethans
9d31d92712
- EXIF is about meta data from images, not for digital cameras
2002-08-29 05:36:42 +00:00
foobar
04bbf46957
Fix bug: #19159 , mysql_field_count was available since 3.22.24
2002-08-29 01:17:24 +00:00
foobar
5911a581e0
I would have thought this was clear to everyone already..
2002-08-29 00:56:13 +00:00
foobar
715615ea6b
revert that undiscussed change until it is really agreed upon.
2002-08-29 00:55:24 +00:00
1bbfe1058b
NEWS update
2002-08-29 00:17:56 +00:00