| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
lang/php was integrated into www/mod_php4.
|
| |
|
|
|
|
|
|
|
|
| |
ap_register_input_filter() and ap_register_output_filter() take
four arguments, now.
Submitted by: Jon Noack <noackjr@rice.edu>
Obtained from: PHP's CVS repository
|
|
|
|
|
| |
PR: ports/39529
Submitted by: Chris <chris@kulish.com>
|
| |
|
|
|
|
|
| |
PR: ports/37825
Submitted by: Jason Taylor <jason@jase.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Don't upgrade to this version blindly. External variables handling
has been changed. This will break your application if they don't
take care of this.
There is a CVS tag (BEFORE_PHP_4_2_0) for the latest non-4.2.0
version (4.1.2).
-------------------------------------------------------------------------
The biggest change in PHP 4.2.0 concerns variable handling. External
variables (from the environment, the HTTP request, cookies or the web
server) are no longer registered in the global scope by default. The
preferred method of accessing these external variables is by using the new
Superglobal arrays, introduced in PHP 4.1.0. More information about this
change:
* PHP Manual: Predefined variables
http://www.php.net/manual/en/html/language.variables.predefined.html
|
| |
|
|
|
|
|
|
| |
This patch was taken from the PHP CVS repository.
Submitted by: Mark Chesney <mark@chesneycorp.com>
|
|
|
|
|
| |
See http://www.php.net/ChangeLog-4.php for a detailed list of
changes.
|
|
|
|
| |
Submitted by: Rafal Michalski <rafal.michalski@altech.com.pl>
|
| |
|
| |
|
|
|
|
|
|
| |
combinations of support options.
Submitted by: Thierry Thomas <thierry@thomas.as>
|
|
|
|
|
| |
PR: ports/31417
Submitted by: Thierry Thomas <thierry@thomas.as>
|
|
|
|
|
| |
PR: ports/31666
Submitted by: sf
|
|
|
|
|
| |
PR: ports/31183
Submitted by: Okumura Yoshifumi <okumura@mitsue.co.jp>
|
| |
|
| |
|
|
|
|
| |
PR: ports/27256
|
| |
|
|
|
|
|
| |
PR: ports/26755
Submitted by: Palle Girgensohn <girgen@partitur.se>
|
|
|
|
|
| |
PR: ports/25353
Submitted by: Juraj Bednar <juraj@bednar.sk>
|
|
|
|
|
| |
PR: ports/25367
Submitted by: jeh
|
| |
|
| |
|
|
|
|
| |
Submitted by: Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
|
| |
|
|
|