Forum Webscript.Ru
Программирование => PHP => Тема начата: GotZfild от 28 Декабря 2002, 12:56:13
-
The PHP developers are pleased to announce the immediate availability of PHP 4.3.0, the latest and greatest version of this extremely popular and widely used scripting language.
This release contains a multitude of changes, bug fixes and improvements over the previous one, PHP 4.2.3. It further elevates PHP\'s standing as a serious contender in the general purpose scripting language arena.
См. http://www.php.net/release_4_3_0.php и http://www.php.net/ChangeLog-4.php
-
О!
Ща посмотрим, как он с 2.0.39 живет :)
-
Ха!
Не работает :)
-
Хм...
Смешно, но конструкция вида
if (session_register("sess"))){
return true;
}
else{
return false;
}
Не работает.
И вообще ;)
; PHP 4.2 and less have an undocumented feature/bug that allows you to
; to initialize a session variable in the global scope, albeit register_globals
; is disabled. PHP 4.3 and later will warn you, if this feature is used.
; You can disable the feature and the warning seperately. At this time,
; the warning is only displayed, if bug_compat_42 is enabled.
session.bug_compat_42 = 1
session.bug_compat_warn = 1
-
Ща посмотрим, как он с 2.0.39 живет
Если я не ошибаюсь PHP официально не поддерживает второй Апач.:(
-
Ну это да, только под 2.0.[39|42] нормально работает 4.2.[2|3]