Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Web & Software Development  |  Components / Libraries  |  PHP

PHP

PHP - 4.3.4

Popular Web scripting language

All Time: (4.9)
Version 4.3.4: (5.0)
Selected Version: 4.3.4
Release Date: 2003-11-11
License: Freeware
Downloads (version 4.3.4): 3,197
Downloads (all versions): 44,124

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

PHP is a server-side, cross-platform, HTML embedded scripting language. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.

What's new in this version:

  • Made MCVE extension available on win32. (Jani)
  • Upgraded bundled libfcgi and made FastCGI support viable on Win32. (Sascha)
  • Added apache_get_version() function. (Ilia)
  • Fixed disk_total_space() and disk_free_space() under FreeBSD. (Jon Parise)
  • Fixed crash bug when non-existing save/serializer handler was used. (Jani)
  • Fixed memory leak in gethostbynamel() if an error occurs. (Sara)
  • Fixed FastCGI being unable to bind to a specific IP. (Sascha)
  • Fixed multibyte regex engine to properly handle ".*" pattern under POSIX compatible mode. (K.Kosako , Moriyoshi)
  • Fixed bug 25955 (Compile failure on MacOSX 10.3 Panther). (Marko, Dan)
  • Fixed bug 25923 (mail() modifies the to & subject arguments). (Ilia)
  • Fixed bug 25922 (Crash in error handler when 5th argument is modified). (Ilia)
  • Fixed bug 25918 (Possible crash in mime_content_type()). (Ilia)
  • Fixed bug 25900 (document->get_elements_by_tag_name with default xmlns). (Rob)
  • Fixed bug 25895 (Incorrect detection of safe_mode limited ini options). (Ilia)
  • Fixed bug 25888 (Crash of php.exe when xpath_eval of a namespace). (Rob)
  • Fixed bug 25836 (last key of multi-dimensional array passed via GPC not being escaped when magic_quotes_gpc is on). (Ilia)
  • Fixed bug 25825 (tzset() was not called to reset libc environment on request shutdown). (Wez)
  • Fixed bug 25814 (Make flock() return correct value when 3rd argument is used). (Ilia)
  • Fixed bug 25800 (parse_url() could not parse urls with empty port). (Ilia)
  • Fixed bug 25780 (ext/session: invalid "session.cookie_lifetime" makes session_start() to crash in win32). (Jani)
  • Fixed bug 25777 (Do not rtrim() of text fields fetched from mssql). (Ilia)
  • Fixed bug 25770 (Segfault with PHP and bison 1.875). (eggert@gnu.org, Marcus)
  • Fixed bug 25764 (ldap_get_option() crashes with unbound ldap link). (Jani)
  • Fixed bug 25758 (var_export does not escape ' & \ inside array keys). (Ilia)
  • Fixed bug 25752 (ext/ncurses: ncurses.h instead of curses.h with BSD). (Jani)
  • Fixed bug 25746 (Do not bail out when unable to chdir original dir on systems with broken getcwd()). (Ilia)
  • Fixed bug 25745 (ctype functions fail with non-ascii characters). (Moriyoshi)
  • Fixed bug 25744 (make ZTS build of ext/sybase compile). (Ilia)
  • Fixed bug 25738 (alloca() related issues on the Darwin platform). (Moriyoshi)
  • Fixed bug 25708 (extract($GLOBALS, EXTR_REFS) mangles $GLOBALS). (Moriyoshi)
  • Fixed bug 25707 (html_entity_decode() over-decodes <). (Moriyoshi)
  • Fixed bug 25703 (openssl configure check failed). (Jani)
  • Fixed bug 25701 (On flush() set headers_sent in apache2handler). (Ilia)
  • Fixed bug 25671 (str_replace() corrupts subarrays). (Sara)
  • Fixed bug 25669 (eregi() with non-ascii characters). (Moriyoshi)
  • Fixed bug 25665 (var_dump() hangs on Nan and INF). (Ilia)
  • Fixed bug 25648 (xslt_set_encoding() not detected correctly). (Jani)
  • Fixed bug 25636 (SNMP Session not closed on success). (Ilia, patch by: nesslage at mwsc dot edu)
  • Fixed bug 25635 (Make "make tests" to fail due to invalid include_path). (Ilia)
  • Fixed bug 25604 (HAVE_SNMP_PARSE_OID undefined with phpize build). (Jani)
  • Fixed bug 25583 (Incorrect handling of paths starting with "/" on win32 inside glob() function). (Ilia)
  • Fixed bug 25570 (Possible crash in apache2handler when zend_bailout called outside of zend_try {} block). (Ilia)
  • Fixed bug 25558 (ext/dbase: reverted fix for bug 23463). (Vlad)
  • Fixed bug 25530 (checkdate() incorrectly handles floats). (Ilia)
  • Fixed bug 25525 (ldap_explode_dn() crashes when passed invalid dn). (Sara, patch by: mikael dot suvi at trigger dot ee)
  • Fixed bug 25504 (pcre_match_all() crashes when passed only 2 parameters). (Jani)
  • Fixed bug 25483 (ext/informix: bogus -469 error from ifx_query()). (Jani, patch by: denisov at kubsu dot ru)
  • Fixed bug 25463 (ext/cpdf: compile failure with bundled GD)
  • Fixed bug 25429 (fix copying of stdin using copy() function). (Ilia)
  • Fixed bug 25424 (ext/informix: lvarchar not supported in win32). (Jani)
  • Fixed bug 25404 (ext/pgsql: open transactions not closed when script ends). (Marcus)
  • Fixed bug 25385 (ob_gzhandler(): typo in sapi_add_header_ex() call). (Jani)
  • Fixed bug 25378 (unserialize() crashes with invalid data). (Jani)
  • Fixed bug 25372 (sscanf() does not work with %X). (Jani)
  • Fixed bug 25348 ("make install" fails with --enable-short-tags). (Jani)
  • Fixed bug 25343 (is_dir() gives warning on FreeBSD). (Jani)
  • Fixed bug 25333 (Possible body corruption & crash in win32 mail()). (Ilia)
  • Fixed bug 25316 (Possible infinite loop inside _php_stream_write()). (Ilia)
  • Fixed bug 25314 (FTP_ASCII mode behaving like binary from Win->Unix). (Sara)
  • Fixed bug 25308 (php -m crashes when zend extensions are loaded). (Stas)
  • Fixed bug 25307 (Crash with WDDX serializer). (Sascha, Jani)
  • Fixed bug 25295 (QNX6: php_ini.c:414: 'alphasort' undeclared). (Jani)
  • Fixed bug 25294 (ext/ftp: NLST failure leads to crash on exit). (Sara, Rob)
  • Fixed bug 25293 (Output correct EOL to error_log). (Ilia)
  • Fixed bug 25239 (ftp_fopen_wrapper not RFC compliant). (Sara)
  • Fixed bug 25218 ("deflate" compressed pages had a gzip header). (Stefan)
  • Fixed bug 25211 (image.c compile failure with AIX). (Marcus)
  • Fixed bug 25166 (WDDX serializer handler missing in win32). (Jani)
  • Fixed bug 25109 (Possible crash when fetching field names in pgsql). (Ilia)
  • Fixed bug 25106 (Added more stringent checks on bzopen() mode). (Ilia)
  • Fixed bug 25070 (unlock session files on win32 before closing them). (Ilia)
  • Fixed bug 24402 (Compile failure with gettext 0.12.x). (Jani)
  • Fixed bug 23488 (zlib.output_compression overrides Vary header). (Stefan)
  • Fixed bug 23326 (ext/domxml: Attributes via append_child not supported). (Melvyn)
  • Fixed bug 21220 (Wrong Apache version shown in phpinfo() output). (Jani)
  • Fixed bug 18534 (ifx_close() leaves open session). (nobbie@php.net)
  • Fixed bug 14049 (realpath() returns invalid results for non-existent paths). (Ilia)

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.3
  • Mac OS X 10.2
  • Mac OS X 10.1

Additional Requirements:

  • Mac OS X 10.1 or higher
  • December 2001 Developer Tools or higher
  • Apache 1.3 or higher

Screenshots:

Download Links:

Download Links:

Your Installed Versions:


 

Feedback Summary:

Version 4.3.4:
Overall Rating: (5.0) Features: (5.0) Support: (5.0)
Ease of Use: (5.0) Quality / Stability: (5.0) Price: (5.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

PHP CommentaryDirect Download Link - Version: 5.0.5, 7/15/2006 09:00PM PST

macsolu
Go here:

http://www.entropy.ch/software/macosx/php/

to download the current version of PHP.
Post a commentAlert Admin

PHP Troubleshooting ReportNo 5.0.5 available! - Version: 5.0.5, 10/30/2005 08:53PM PST

(0 of 1 users found this comment useful)

ProfAD
At this stage, only v. 5.0.4 can be found on the PHP MacOSX website...
Post a commentAlert Admin

PHP CommentaryOld! - Version: 5.0.4, 6/11/2005 07:05AM PST

(3 of 4 users found this comment useful)

Tomnibus
5.0.4 has been out since 3/31/05! Took them long enough.

They just released 5.1beta1 on 6/10
Post a commentAlert Admin

Most Recent Replies: View All 1 Replies