home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / php / php4 / news.txt < prev    next >
Text File  |  2008-02-11  |  229KB  |  3,946 lines

  1. PHP 4                                                                      NEWS
  2. |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  3. 03 Jan 2008, Version 4.4.8
  4. - Improved fix for MOPB-02-2007. (Ilia)
  5. - Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.
  6.   (Ilia)
  7. - Fixed integer overlow in str[c]spn(). (Stas)
  8. - Fixed regression in glob when open_basedir is on introduced by #41655 fix
  9.   (Pierre)
  10. - Fixed money_format() not to accept multiple %i or %n tokens. (Stas, Ilia)
  11. - Addded "max_input_nesting_level" php.ini option to limit nesting level of 
  12.   input variables. Fix for MOPB-03-2007. (Stas)
  13. - Fixed INFILE LOCAL option handling with MySQL - now not allowed when 
  14.   open_basedir or safe_mode is active (Stas)
  15. - Fixed session.save_path and error_log values to be checked against
  16.   open_basedir and safe_mode (CVE-2007-3378) (Stas, Maksymilian Arciemowicz)
  17. - Fixed bug #43010 (Fixed regression in imagearc with two equivelent angles)
  18.   (Pierre)
  19. - Fixed bug #41765 (Recode crashes/does not work on amd64) 
  20.   (nexus at smoula dot net, Stas)
  21. - Fixed bug #41630 (segfault when an invalid color index is present in
  22.   the image data). (Reported by Elliot <wccoder@gmail dot com>) (Pierre)
  23. - Fixed bug #41628 (PHP settings leak between Virtual Hosts in
  24.   Apache 1.3). (Scott, manuel at mausz dot at)
  25. - Fixed bug #38798 (OpenSSL init corrected in php5 but not in php4). (Tony)
  26.  
  27. 04 May 2007, Version 4.4.7
  28. - Fixed libgd #86 (Fixed possible infinite loop in imagecreatefrompng) 
  29.   (Reported by Xavier Roche) (Pierre)
  30. - Fixed MOPB-33-2007 (PHP mail() Message ASCIIZ Byte Truncation). (Ilia)
  31. - Fixed MOPB-32-2007 (Double free inside session_decode()). (Ilia)
  32. - Fixed MOPB-26-2007 (mb_parse_str() can be used to activate
  33.   register_globals). (Ilia)
  34. - Fixed MOPB-24-2007 (Fixed unallocated memory access/double free in in
  35.   array_user_key_compare()).  (Stas)
  36. - Fixed MOPB-22-2007 (PHP session_regenerate_id() Double Free Vulnerability).
  37.   (Ilia)
  38. - Fixed MOPB-21-2007 (An open_basedir/safe_mode bypass inside the
  39.   compress.bzip2 wraper). (Ilia)
  40. - Fixed MOPB-8-2007 (XSS in phpinfo()). (Joe Orton, Stas)
  41. - Fixed CVE-2007-1001 (GD wbmp used with invalid image size). (Pierre)
  42. - Fixed CVE-2007-0455 (Buffer overflow in gdImageStringFTEx, used by imagettf
  43.   function). (Kees Cook, Pierre)
  44. - Fixed bug #41655 (open_basedir bypass via glob()). (Ilia)
  45. - Fixed bug #41527 (WDDX deserialize numeric string array key). (Matt, Ilia)
  46. - Fixed bug #41252 (Calling mcrypt_generic without first calling
  47.   mcrypt_generic_init crashes). (Derick)
  48. - Fixed bug #40998 (long session array keys are truncated). (Tony)
  49. - Fixed bug #40915 (addcslashes unexpected behavior with binary input). (Tony)
  50. - Fixed bug #40831 (cURL extension doesn't clean up the buffer of reused
  51.   handle). (Tony)
  52. - Fixed bug #40747 (possible crash in session when save_path is out of 
  53.   open_basedir). (Tony)
  54. - Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST)
  55.   (patch by ass3mbler@gmail.com)
  56. - Fixed huge CPU usage in imagearc when used with large angles (libgd bug #74).
  57.   (Pierre)
  58. - Fixed CRLF injection inside ftp_putcmd(). (Ilia)
  59.  
  60. 28 Feb 2007, Version 4.4.6
  61. - Updated PCRE to version 7.0. (Nuno)
  62. - Fixed segfault in ext/session when register_globals=On. (Tony)
  63. - Fixed bug #40635 (segfault in cURL extension). (Tony)
  64. - Fixed bug #40611 (possible cURL memory error). (Tony)
  65. - Fixed bug #40578 (imagettftext() multithreading issue). (Tony)
  66. - Fixed bug #40502 (ext/interbase compile failure). (Tony)
  67. - Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when
  68.   parent is killed). (Dmitry)
  69.     
  70. 14 Feb 2007, Version 4.4.5
  71. - Upgraded PEAR to 1.5.0. (Greg)
  72. - Updated PCRE to version 6.7. (Ilia)
  73. - Moved extensions to PECL:
  74.   . ext/ovrimos (Derick)
  75.  
  76. - Added a meta tag to phpinfo() output to prevent search engines from 
  77.   indexing the page. (Ilia)
  78. - Backported a fix in the configure tests to detect the "rounding fuzz".
  79.   (Derick, Joe Orton)
  80. - Backported fix for ext/imap compilation failure with recent c-client 
  81.   versions. (Tony)
  82. - Fixed missing open_basedir check inside chdir() function. (Ilia)
  83. - Fixed bug #40335 (Compile fails when using GCC 4.1.1/binutils 2.17). (Tony)
  84. - Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for   
  85.   timestamp fields). (Ilia)
  86. - Fixed bug #39890 (using autoconf 2.6x and --with-layout=GNU breaks PEAR 
  87.   install path). (Tony)
  88. - Fixed bug #39819 (Using $this not in object context can cause segfaults).
  89.   (Dmitry)
  90. - Fixed bug #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4 
  91.   support is enabled). (Tony)
  92. - Fixed bug #39583 (ftp_put() does not change transfer mode to ASCII). (Tony)
  93. - Fixed bug #39458 (ftp_nlist() returns false on empty dirs). (Nuno)
  94. - Fixed bug #39354 (Allow building of curl extension against libcurl
  95.   7.16.0). (Ilia)
  96. - Fixed bug #39034 (curl_exec() with return transfer returns TRUE on empty
  97.   files). (Ilia)
  98. - Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()). (Ilia)
  99. - Fixed bug #38882 (ldap_connect causes segfault with newer versions of 
  100.   OpenLDAP). (Tony)
  101. - Fixed bug #38859 (parse_url() fails if passing '@' in passwd). (Tony,Ilia)
  102. - Fixed bug #38722 (Calling undefined method prints insufficient error message)
  103.   (Hannes)
  104. - Fixed bug #38534 (segfault when calling setlocale() in userspace session
  105.   handler). (Tony)
  106. - Fixed bug #38450 (constructor is not called for classes used in userspace
  107.   stream wrappers). (Tony)
  108. - Fixed bug #38378 (wddx_serialize_value() generates no wellformed xml). 
  109.   (sj at sjaensch dot org, grzegorz dot nosek at netart dot pl, Tony).
  110. - Fixed bug #37812 (aggregate_methods_by_list fails to take certain methods).
  111.   (Hannes)
  112. - Fixed bug #36975 (natcasesort() causes array_pop() to misbehave). (Hannes)
  113. - Fixed bug #36248 (CURLOPT_HEADERFUNCTION, couldn't set the function in the
  114.   class). (Ilia)
  115. - Fixed bug #34066 (recursive array_walk causes segfault). (Tony)
  116.     
  117. 17 Aug 2006, Version 4.4.4
  118. - Fixed memory_limit on 64bit systems. (Stefan E.)
  119. - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
  120. - Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
  121.   enabled. (Stefan E.)
  122. - Fixed a memory corruption error with an invalid foreach() call. (Stefan E.,
  123.   Dmitry, Derick)
  124. - Fixed bug #38456 (Apache2 segfaults when virtual() is called in .php
  125.   ErrorDocument). (Ilia)
  126. - Fixed bug #38431 (xmlrpc_get_type() crashes PHP on objects). (Tony)
  127. - Fixed bug #38377 (session_destroy() gives warning after
  128.   session_regenerate_id()). (Ilia)
  129. - Fixed bug #38322 (reading past array in sscanf() leads to arbitary code 
  130.   execution). (Tony)
  131. - Fixed bug #38278 (session_cache_expire()'s value does not match phpinfo's 
  132.   session.cache_expire). (Tony)
  133. - Fixed bug #38251 (socket_select() and invalid arguments). (Tony)
  134. - Fixed bug #38183 (disable_classes=Foobar causes disabled class to be
  135.   called Foo). (Jani)
  136. - Fixed bug #38112 (corrupted gif segfaults) (Pierre)
  137. - Fixed bug #37265 (Added missing safe_mode & open_basedir checks to
  138.   imap_body()). (Ilia)
  139. - Fixed bug #29538 (number_format and problem with 0). (Matthew Wilmas)
  140.  
  141. 03 Aug 2006, Version 4.4.3
  142. - Added control character checks for cURL extension's open_basedir/safe_mode
  143.   checks. (Ilia)
  144. - Added overflow checks to wordwrap() function. (Ilia)
  145. - Added a check for special characters in the session name. (Ilia)
  146. - Improved safe_mode check for the error_log() function. (Ilia)
  147. - Updated PCRE to version 6.6. (Andrei)
  148. - Fixed handling of extremely long paths inside tempnam() function. (Ilia)
  149. - Fixed XSS inside phpinfo() with long inputs. (Ilia)
  150. - Fixed a possible buffer overflow inside create_named_pipe() for Win32 systems
  151.   in libmysql.c. (Ilia)
  152. - Fixed bug #37720 (merge_php_config scrambles values). (Mike,
  153.   pumuckel at metropolis dot de)
  154. - Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters). (Ilia)
  155. - Fixed bug #37510 (session_regenerate_id changes session_id() even on failure).
  156.   (Hannes)
  157. - Fixed bug #37360 (Memory errors with a corrupt GIF file) (Pierre)
  158. - Fixed bug #37348 (Make PEAR install ignore open_basedir). (Ilia)
  159. - Fixed bug #37346 (Crashes when using an invalid colormap format). (Pierre)
  160. - Fixed bug #37162 (wddx does not build as a shared extension).  
  161.   (jdolecek at NetBSD dot org, Ilia)
  162. - Fixed bug #37046 (foreach breaks static scope). (Dmitry)
  163. - Fixed bug #37045 (Fixed check for special chars for http redirects). (Ilia)
  164. - Fixed bug #36857 (Added support for partial content fetching to the HTTP
  165.   streams wrapper). (Ilia)
  166. - Fixed bug #36776 (node_list_wrapper_dtor segfault). (Rob)
  167. - Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).
  168.   (Ilia)
  169. - Fixed bug #36458 (sleep() accepts negative values). (Ilia)
  170. - Fixed bug #36242 (Possible memory corruption in stream_select()). (Tony)
  171. - Fixed bug #36223 (curl bypasses open_basedir restrictions). (Tony)
  172. - Fixed bug #36205 (Memory leaks on duplicate cookies). (Dmitry)
  173. - Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the 
  174.   end of the string). (Ilia)
  175. - Fixed bug #36017 (fopen() crashes PHP when opening a URL). (Tony)
  176.  
  177. 13 Jan 2006, Version 4.4.2
  178. - Added missing safe_mode/open_basedir checks into cURL extension. (Ilia)
  179. - Backported missing imap_mailcompose() fixes from PHP 5.x. (Ilia)
  180. - Prevent header injection by limiting each header to a single line. (Ilia)
  181. - Fixed possible XSS inside error reporting functionality. (Ilia)
  182. - Fixed Apache 2 regression with sub-request handling on non-linux systems.
  183.   (Ilia, Tony)
  184. - Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values).
  185.   (Ilia)
  186. - Fixed bug #35735 ($EGREP not defined in configure). (Jani)
  187. - Fixed bug #35669 (imap_mail_compose() crashes with 
  188.   multipart-multiboundary-email).  (Ilia)
  189. - Fixed bug #35655 (whitespace following end of heredoc is lost). (Ilia)
  190. - Fixed bug #35646 (%{mod_php_memory_usage}n is not reset after exit). 
  191.   (vovik at getart dot ru, Tony)
  192. - Fixed bug #35594 (Multiple calls to getopt() may result in a crash).
  193.   (rabbitt at gmail dot com, Ilia)
  194. - Fixed bug #35571 (Fixed crash in Apache 2 SAPI when more then one php 
  195.   script is loaded via SSI include). (Ilia)
  196. - Fixed bug #35536 (mysql_field_type() doesn't handle NEWDECIMAL). (Tony)
  197. - Fixed bug #35410 (wddx_deserialize() doesn't handle large ints as keys 
  198.   properly). (Ilia)
  199. - Fixed bug #35341 (Fix for bug #33760 breaks build with older curl). (Tony)
  200. - Fixed bug #35278 (Multiple virtual() calls crash Apache 2 php module). (Ilia)
  201. - Fixed bug #35257 (Calling ob_flush after creating an ob callback causes 
  202.   segfault). (Tony)
  203. - Fixed bug #35079 (stream_set_blocking(true) toggles, not enables 
  204.   blocking). (askalski at gmail dot com, Tony)
  205. - Fixed bug #35078 (configure does not find ldap_start_tls_s). (Jani)
  206. - Fixed bug #35071 (Wrong fopen mode used in GD safe-mode checks). (Jani)
  207. - Fixed bug #35067, #35063 (key(),current() need to work by reference). (Ilia)
  208. - Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).
  209.   (Nuno, Ilia)
  210. - Fixed bug #35059 (Apache2 crash with mod_rewrite). (Ilia)
  211. - Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension
  212.   is compiled as shared). (Dmitry)
  213. - Fixed bug #34996 (ImageTrueColorToPalette() crashes when ncolors is zero).
  214.   (Tony)
  215. - Fixed bug #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integer
  216.   parameter on Windows). (Mike)
  217. - Fixed bug #34830 (the 5th argument of mb_send_mail does not work). (Rui)
  218. - Fixed bug #34359 (Possible crash inside fopen http wrapper). (Ilia,Nuno,Sara)
  219. - Fixed bug #33963 (mssql_bind() fails on input parameters). (Frank)
  220. - Fixed bug #33760 (cURL needs CRYPTO_callback functions to prevent locking).
  221.   (Mike)
  222. - Fixed bug #33720 (mb_encode_mimeheader does not work for multibyte chars).
  223.   (Rui)
  224. - Fixed bug #33523 (Memory leak in xmlrpc_encode_request()). (Ilia)
  225. - Fixed bug #33201 (Crash when fetching some data types). (Frank)
  226.   (frantisek at augusztin dot com)
  227. - Fixed bug #33153 (crash in mssql_next result). (Frank)
  228. - Fixed bug #32009 (crash when mssql_bind() is called more than once). (Frank)
  229. - Fixed bug #31971 (ftp_login fails on some SSL servers).
  230. - Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors if 
  231.   display_startup_error is off). (Ilia)
  232. - Fixed bug #27678 (number_format() crashes with large numbers). (Marcus)
  233.  
  234. 31 Oct 2005, Version 4.4.1
  235. - Added missing safe_mode checks for image* functions and cURL. (Ilia)
  236. - Added missing safe_mode/open_basedir checks for file uploads. (Ilia)
  237. - Added "new_link" parameter to mssql_connect(). Bug #34369. (Frank)
  238. - Fixed a memory corruption bug regarding included files. (Derick)
  239. - Fixed possible INI setting leak via virtual() in Apache 2 sapi. (Ilia)
  240. - Fixed possible crash and/or memory corruption in import_request_variables().
  241.   (Ilia)
  242. - Fixed potential GLOBALS overwrite via import_request_variables(). (Ilia)
  243. - Fixed possible GLOBALS variable override when register_globals are ON.
  244.   (Ilia, Stefan)
  245. - Fixed possible register_globals toggle via parse_str(). (Ilia, Stefan)
  246. - Fixed bug #34850 (--program-suffix and --program-prefix not included in 
  247.   man page names). (Jani)
  248. - Fixed bug #34790 (preg_match_all(), named capturing groups, variable
  249.   assignment/return => crash). (Dmitry)
  250. - Fixed bug #34742 (ftp wrapper failures caused from segmented command 
  251.   transfer). (Ilia)
  252. - Fixed bug #34704 (Infinite recursion due to corrupt JPEG). (Marcus)
  253. - Fixed bug #34645 (ctype corrupts memory when validating large numbers). (Ilia)
  254. - Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters).
  255.   (Marco, Ilia)
  256. - Fixed bug #34557 (php -m exits with "error" 1). (Johannes)
  257. - Fixed bug #34456 (Possible crash inside pspell extension). (Ilia)
  258. - Fixed bug #34311 (unserialize() crashes with chars above 191 dec). (Nuno)
  259. - Fixed bug #34307 (on_modify handler not called to set the default value if
  260.   setting from php.ini was invalid). (Andrei)
  261. - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).
  262.   (Derick)
  263. - Fixed bug #34277 (array_filter() crashes with references and objects).
  264.   (Dmitry)
  265. - Fixed bug #34191 (ob_gzhandler does not enforce trailing \0). (Ilia)
  266. - Fixed bug #34156 (memory usage remains elevated after memory limit is 
  267.   reached). (Ilia)
  268. - Fixed bug #34148 (+,- and . not supported as parts of scheme). (Ilia)
  269. - Fixed bug #34137 (assigning array element by reference causes binary mess).
  270.   (Dmitry) 
  271. - Fixed bug #34068 (Numeric string as array key not cast to integer in 
  272.   wddx_deserialize()). (Ilia)
  273. - Fixed bug #34064 (arr[] as param to function is allowed only if function 
  274.   receives argument by reference). (Dmitry)
  275. - Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP). (Dmitry)
  276. - Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2).
  277.   (Ilia)
  278. - Fixed bug #33940 (array_map() fails to pass by reference when called
  279.   recursively). (Dmitry)
  280. - Fixed bug #33690 (Crash setting some ini directives in httpd.conf). (Rasmus)
  281. - Fixed bug #33673 (Added detection for partially uploaded files). (Ilia)
  282. - Fixed bug #33648 (Using --with-regex=system causes compile failure). (Andrei)
  283. - Fixed bug #33558 (Warning with nested calls to functions returning by
  284.   reference). (Dmitry, Derick)
  285. - Fixed bug #33383 (crash when retrieving empty LOBs). (Tony)
  286. - Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF).
  287.   (Nuno)
  288. - Fixed bug #32937 (open_basedir looses trailing / in the limiter). (Adam C.)
  289. - Fixed bug #32589 (possible crash inside imap_mail_compose() function). (Ilia)
  290. - Fixed bug #32179 (xmlrpc_encode() segfaults with recursive references). (Tony)
  291. - Fixed bug #32160 (copying a file into itself leads to data loss). (Ilia)
  292. - Fixed bug #31158 (array_splice on $GLOBALS crashes). (Dmitry)
  293. - Fixed bug #29983 (PHP does not explicitly set mime type & charset). (Ilia)
  294. - Fixed bug #29253 (array_diff with $GLOBALS argument fails). (Dmitry)
  295. - Fixed bug #21306 (ext/sesssion: catch bailouts of write handler during
  296.   RSHUTDOWN). (Jani, Xuefer at 21cn dot com)
  297.  
  298. 11 Jul 2005, Version 4.4.0
  299. - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana)
  300. - Added support for .cc files in extensions. (Brian)
  301. - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes
  302.   them sort based on the current locale. (Derick)
  303. - Changed sha1_file() and md5_file() functions to use streams instead of 
  304.   low level IO. (Uwe)
  305. - Fixed memory corruptions when using references in a wrong way. (Marcus,
  306.   Dmitry, Derick)
  307. - Fixed memory corruption in pg_copy_from() in case the as_null parameter was
  308.   passed. (Derick)
  309. - Fixed memory corruption in stristr(). (Derick)
  310. - Fixed bug #32685, #29423 (Segfault when using assignment by reference within
  311.   function). (Dmitry, Derick)
  312. - Fixed bug #33242 (Mangled error message when stream fails). (Derick)
  313. - Fixed bug #33222 (segfault when CURL handle is closed in a callback). (Tony)
  314. - Fixed bug #33214 (odbc_next_result does not signal SQL errors with 
  315.   2-statement SQL batches). (rich at kastle dot com, Tony)
  316. - Fixed bug #33210 (relax jpeg recursive loop protection). (Ilia)
  317. - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier
  318.   misbehave). (Jani)
  319. - Fixed bug #33150 (shtool: insecure temporary file creation). (Jani)
  320. - Fixed bug #33072 (Add a safemode/open_basedir check for runtime save_path 
  321.   change) (Rasmus)
  322. - Fixed bug #33070 (Improved performance of bzdecompress() by several orders
  323.   of magnitude). (Ilia)
  324. - Fixed bug #33057 (Don't send extraneous entity-headers on a 304 as per
  325.   RFC 2616 section 10.3.5) (Rasmus, Choitel)
  326. - Fixed bug #33019 (socket errors cause memory leaks in php_strerror()). 
  327.   (jwozniak23 at poczta dot onet dot pl, Tony).
  328. - Fixed bug #33017 ("make distclean" gives an error with VPATH build). (Jani)
  329. - Fixed bug #33013 ("next month" was handled wrong while parsing dates).
  330.   (Derick)
  331. - Fixed bug #32974 (pcntl calls malloc() from a signal handler). (Wez)
  332. - Fixed bug #32944 (Disabling session.use_cookies doesn't prevent reading 
  333.   session cookies). (Jani, Tony)
  334. - Fixed bug #32936 (http redirects URLs are not checked for control chars). (Ilia)
  335. - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer). (Jani)
  336. - Fixed bug #32904 (pg_get_notify() ignores result_type parameter). (Tony)
  337. - Fixed bug #32813 (parse_url() does not handle scheme-only urls properly). (Ilia)
  338. - Fixed bug #32810 (temporary files not using plain file wrapper). (Ilia)
  339. - Fixed bug #32802 (General cookie overrides more specific cookie). (Ilia)
  340. - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems). (Jani)
  341. - Fixed bug #32773 (GMP functions break when second parameter is 0). (Stas)
  342. - Fixed bug #32742 (segmentation fault when the stream with a wrapper 
  343.   is not closed). (Tony, Dmitry)
  344. - Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3). (Jani)
  345. - Fixed bug #32670 (foreach() does not issue warning on unset array arg). (Ilia)
  346. - Fixed bug #32699 (pg_affected_rows() was defined when it was not available).
  347.   (Derick)
  348. - Fixed bug #32682 (ext/mssql: Error on module shutdown when called from 
  349.   activescript). (Frank)
  350. - Fixed bug #32647 (Using register_shutdown_function() with invalid callback
  351.   can crash PHP). (Jani)
  352. - Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX). (Jani)
  353. - Fixed bug #32589 (Possible crash inside imap_mail_compose, with charsets).
  354.   (Ilia)
  355. - Fixed bug #32587 (Apache2: errors sent to error_log do not include
  356.   timestamps). (Jani)
  357. - Fixed bug #32567 (ext/gmp fails to compile in threadsafe mode). (Tony)
  358. - Fixed bug #32538 (ext/swf/swf.c does not compile with gcc-3.4.x or newer).
  359.   (adam dot greenfield at gmail dot com)
  360. - Fixed bug #32530 (chunk_split() does not append endstr if chunklen is  
  361.   longer then the original string). (Ilia)
  362. - Fixed bug #32491 (File upload error - unable to create a temporary file).
  363.   (Uwe Schindler)
  364. - Fixed bug #32311 (mb_encode_mimeheader() does not properly escape characters).
  365.   (Moriyoshi)
  366. - Fixed bug #32245 (xml_parser_free() in a function assigned to the xml parser
  367.   gives a segfault). (Rob)
  368. - Fixed bug #32116 (mysql compressed connection doesn't work under windows)
  369.   (Georg)
  370. - Fixed bug #31887 (ISAPI: Custom 5xx error does not return correct HTTP 
  371.   response message). (Jani) 
  372. - Fixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance mode).
  373.   (mike at php dot net)
  374. - Fixed bug #31213 (Sideeffects caused by fix of bug #29493). (Dmitry)
  375. - Fixed bug #30052 (Crash on shutdown after odbc_pconnect()). (Edin)
  376. - Fixed bug #29975 (memory leaks when set_error_handler() is used inside error 
  377.   handler). (Tony)
  378. - Fixed bug #29944 (Function defined in switch, crashes). (Dmitry)
  379. - Fixed bug #29338 (unencoded spaces get ignored after certain tags). (Ilia)
  380. - Fixed bug #28605 (Need to use -[m]ieee option for Alpha CPUs). (Jani)
  381. - Fixed bug #28377 (debug_backtrace is intermittently passing args). (Dmitry)
  382.  
  383. 31 Mar 2005, Version 4.3.11
  384. - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
  385. - Added checks for negative values to gmp_sqrt(), gmp_powm(), gmp_sqrtrem()
  386.   and gmp_fact() to prevent SIGFPE. (Tony)
  387. - Changed phpize not to require libtool. (Jani)
  388. - Updated bundled libmbfl library (used for multibyte functions). (Moriyoshi)
  389. - Fixed several leaks in ext/browscap and sapi/embed. (Andrei)
  390. - Fixed several leaks in ext/filepro. (Tony)
  391. - Fixed build system to always use bundled libtool files. (Jani)  
  392. - Fixed MacOSX shared extensions crashing on Apache startup. (Rasmus)
  393. - Fixed bug #32373 (segfault in bzopen() if supplied path to non-existent 
  394.   file). (Tony)
  395. - Fixed bug #32340 (insert_before($node,NULL) does not return). (Rob) 
  396. - Fixed bug #32200 (Prevent using both --with-apxs2 and --with-apxs2filter).
  397.   (Jani)
  398. - Fixed bug #32114 (DOM crashing when attribute appended to Document). (Rob)
  399. - Fixed bug #32063 (mb_convert_encoding ignores named entity 'alpha'). 
  400.   (Moriyoshi)
  401. - Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping columns
  402.   with NULL values). (Daniel Convissor)
  403. - Fixed bug #31936 (set_h_errno() is redefined incompatibly). (Jani)
  404. - Fixed bug #31911 (mb_decode_mimeheader() is case-sensitive to hex escapes).
  405.   (Moriyoshi)
  406. - Fixed bug #31858 (--disable-cli does not force --without-pear). (Jani)
  407. - Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).
  408.   (Jani)
  409. - Fixed bug #31797 (exif_read_data() uses too low nesting limit). (Ilia)
  410. - Fixed bug #31796 (readline completion handler does not handle empty return
  411.   values). (Ilia)
  412. - Fixed bug #31792 (getrusage() does not provide ru_nswap value). (Ilia)
  413. - Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)
  414. - Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar). (Ilia)
  415. - Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings).
  416.   (elod at itfais dot com)
  417. - Fixed bug #31699 (unserialize() float problem on non-English locales). (Ilia)
  418. - Fixed bug #31623 (OCILogin does not support password grace period).
  419.   (daniel dot beet at accuratesoftware dot com, Tony)
  420. - Fixed bug #31580 (fgetcsv() problematic with "" escape sequences). (Ilia)
  421. - Fixed bug #31527 (crash in msg_send() when non-string is stored without
  422.   being serialized). (Ilia)
  423. - Fixed bug #31514 (open_basedir uses path_translated rather then cwd for .
  424.   translation). (Ilia)
  425. - Fixed bug #31480 (Possible infinite loop in imap_mail_compose()). (Ilia)
  426. - Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen). (Ilia)
  427. - Fixed bug #31465 (False warning in unpack() when working with *). (Ilia)
  428. - Fixed bug #31454 (session_set_save_handler crashes PHP when supplied
  429.   non-existent object ref). (Tony)
  430. - Fixed bug #31444 (Memory leak in zend_language_scanner.c).
  431.   (hexer at studentcenter dot org)
  432. - Fixed bug #31442 (unserialize broken on 64-bit systems). (Marcus)
  433. - Fixed bug #31440 ($GLOBALS can be overwritten via GPC when 
  434.   register_globals is enabled). (Ilia)
  435. - Fixed bug #31413 (curl POSTFIELDS crashes on 64-bit platforms). (Joe)
  436. - Fixed bug #31396 (compile fails with gd 2.0.33 without freetype). (Jani)
  437. - Fixed bug #31371 (highlight_file() trims new line after heredoc). (Ilia)
  438. - Fixed bug #31270 (missing safe_mode/open_basedir check in swf_openfile()). (Ilia)
  439. - Fixed bug #31174 (compile warning in url.c). (Ilia, lukem at NetBSD dot org)
  440. - Fixed bug #31159 (COM object access is not working). (Wez)
  441. - Fixed bug #31142 (imap_mail_compose() fails to generate correct output). (Ilia)
  442. - Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with ' get cutoff).
  443.   (Ilia)
  444. - Fixed bug #31288 (Possible crash in mysql_fetch_field(), if mysql_list_fields() 
  445.   was not called previously). (Ilia)
  446. - Fixed bug #31120 (mssql_query returns false on successfull inserts and 
  447.   stored procedures). (Frank)
  448. - Fixed bugs #31107, #31110, #31111, #31249 (Compile failure of zend_strtod.c). 
  449.   (Jani)
  450. - Fixed bug #31106 (Fixed crash in overloaded objects). (Stas)
  451. - Fixed bug #31103 (Better error message when c-client cannot be found). (Ilia)
  452. - Fixed bug #31101 (missing kerberos header file path with --with-openssl). (Jani)
  453. - Fixed bug #31072 (var_export() does not output an array element with an empty
  454.   string key). (Derick)
  455. - Fixed bug #31060 (imageftbbox() does not use linespacing parameter). (Jani)
  456. - Fixed bug #31056 (php_std_date() returns invalid formatted date if 
  457.   y2k_compliance is On). (Ilia)
  458. - Fixed bug #31055 (apache2filter: per request leak proportional to the full
  459.   path of the request URI). (kameshj at fastmail dot fm)
  460. - Fixed bug #30726 (-.1 like numbers are not being handled correctly). (Ilia)
  461. - Fixed bug #30609 (cURL functions bypass open_basedir). (Jani)
  462. - Fixed bug #30573 (compiler warnings in libmbfl due to invalid type cast).
  463.   (Moriyoshi)
  464. - Fixed bug #30549 (incorrect character translations for some ISO8859 charsets).
  465.   (Moriyoshi)
  466. - Fixed bug #30446 (apache2handler: virtual() includes files out of sequence)
  467. - Fixed bug #30430 (odbc_next_result() doesn't bind values and that results 
  468.   in segfault). (pdan-php at esync dot org, Tony)
  469. - Fixed bug #30120 (imagettftext() and imagettfbbox() accept too many
  470.   parameters). (Jani)
  471. - Fixed bug #29733 (printf() handles repeated placeholders wrong).  
  472.   (bugs dot php dot net at bluetwanger dot de, Ilia)
  473. - Fixed bug #29424 (width and height inverted for JPEG2000 files). (Ilia)
  474. - Fixed bug #28976 (mail(): use "From:" from headers if sendmail_from is empty).
  475.   (Jani)
  476. - Fixed bug #28930 (PHP sources pick wrong header files generated by bison).
  477.   (eggert at gnu dot org)
  478. - Fixed bug #28804 (ini-file section parsing pattern is buggy). 
  479.   (wendland at scan-plus dot de)
  480. - Fixed bug #28803 (enabled debug causes bailout errors with CLI on AIX 
  481.   because of fflush() called on already closed filedescriptor). (Tony)
  482. - Fixed bug #28451 (corupt EXIF headers have unlimited recursive IFD directory
  483.   entries). (Andrei)
  484. - Fixed bug #28220 (mb_strwidth() returns wrong width values for some hangul chars). (Moriyoshi)
  485. - Fixed bug #28086 (crash inside overload() function). (Tony) 
  486. - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).
  487.   (chris at ex-parrot dot com)
  488. - Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping). (Derick,
  489.   Benjamin Greiner)
  490. - Fixed bug #27633 (Double \r problem on ftp_get in ASCII mode on Win32). (Ilia)
  491. - Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly). (Jani)
  492. - Fixed bug #7782 (Cannot use PATH_INFO fully with php isapi). (Unknown)
  493.  
  494. 15 Dec 2004, Version 4.3.10
  495. - Added the %F modifier to *printf to render a non-locale-aware representation
  496.   of a float with the . as decimal separator. (Derick)
  497. - Backported Marcus' foreach() speedup patch from PHP 5.x. (Derick)
  498. - Fixed a bug in addslashes() handling of the '\0' character. (Ilia)
  499. - Fixed potential problems with unserializing invalid serialize data. (Marcus)
  500. - Fixed bug #31034 (Problem with non-existing iconv header file). (Derick)
  501. - Fixed bug #31024 (Crash in fgetcsv() with negative length). (Ilia)
  502. - Fixed bug #31019 (Logic error mssql library checking). (Frank)
  503. - Fixed bug #30995 (snmp extension does not build with net-snmp 5.2). (Ilia)
  504. - Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag). (Ilia)
  505. - Fixed bug #30826 (Certain reference relations cannot be unserialized
  506.   properly). (Ilia)
  507. - Fixed bug #30750 (Meaningful error message when upload directory is not 
  508.   accessible). (Ilia)
  509. - Fixed bug #30739 (imagefill does not set back alphablending mode). (Pierre)
  510. - Fixed bug #30672 (Problem handling exif data in jpeg images at unusual 
  511.   places). (Marcus)
  512. - Fixed bug #30658 (Ensure that temporary files created by GD are removed).
  513.   (Ilia)
  514. - Fixed bug #30654 (oci8 persistent connection is deleted from hash 
  515.   if there was exclusive connection with the same credentials). (Tony)
  516. - Fixed bug #30613 (Prevent infinite recursion in url redirection). (Ilia)
  517. - Fixed bug #30587 (array_multisort doesn't separate zvals before 
  518.   changing them). (Tony)
  519. - Fixed bug #30475 (curl_getinfo() may crash in some situations). (Ilia)
  520. - Fixed bug #30442 (segfault when parsing ?getvariable[][ ). (Tony)
  521. - Fixed bug #30388 (rename across filesystems loses ownership and
  522.   permission info). (Tony)
  523. - Fixed bug #30282 (segfault when using unknown/unsupported
  524.   session.save_handler and/or session.serialize_handler). (Tony)
  525. - Fixed bug #30281 (Prevent non-wbmp images from being detected as such).
  526.   (Ilia)
  527. - Fixed bug #30276 (Possible crash in ctype_digit on large numbers). (Ilia)
  528. - Fixed bug #30229 (imagerectangle and imagefilledrectangle do work well
  529.   with alpha channel, corners are drawn twice). (Pierre)
  530. - Fixed bug #30224 (Sybase date strings are sometimes not null terminated).
  531.   (Ilia)
  532. - Fixed bug #30133 (get_current_user() crashes on Windows). (Edin)
  533. - Fixed bug #30057 (did not detect IPV6 on FreeBSD 4.1). (Wez)
  534. - Fixed bug #30027 (Possible crash inside ftp_get()).
  535.   (cfield at affinitysolutions dot com)
  536. - Fixed bug #29805 (HTTP Authentication Issues). (Uwe Schindler)
  537. - Fixed bug #29418 (double free when openssl_csr_new fails).
  538.   (Kamesh Jayachandran).
  539. - Fixed bug #28598 (Lost support for MS Symbol fonts). (Pierre)
  540. - Fixed bug #28325 (Circular references not properly serialized). (Moriyoshi)
  541. - Fixed bug #28228 (NULL decimal separator is not being handled correctly).
  542.   (Ilia)
  543. - Fixed bug #27469 (serialize() objects of incomplete class). (Dmitry)
  544.  
  545. 22 Sep 2004, Version 4.3.9
  546. - GPC input processing fixes (Stefano Di Paola, Rasmus, Stefan)
  547. - Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory 
  548.   exhaustion. (Andrei)
  549. - Fixed bug with raw_post_data not getting set (Brian)
  550. - Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
  551. - Rewritten UNIX and Windows install help files. (Documentation Team)
  552. - Updated PCRE to provide better error handling in certain cases. (Andrei)
  553. - NSAPI: added "bucket" parameter to list of non-php.ini-keys of php4_execute 
  554.   for doing performance stats without warnings in server-log. (Uwe Schindler)
  555. - Fixed bug preventing from building oci8 as shared. 
  556.   (stanislav dot voroniy at portavita dot nl, Tony)
  557. - Fixed leap year checking with idate(). (Christian Schneider, Derick)
  558. - Fixed strip_tags() to correctly handle '\0' characters. (Stefan)
  559. - Fixed funny forking effect in FastCGI when PHP_FCGI_CHILDREN was not set.
  560. - Fixed bug #30050 (Possible crash inside php_shutdown_config()). 
  561.   (Ilia, nw at softwarekombinat dot de)
  562. - Fixed bug #29954 (array_reduce segfaults when initial value is array). (Tony)
  563. - Fixed bug #29882 (isset crashes on arrays). (Marcus)
  564. - Fixed bug #29753 (mcal_fetch_event() allows 2nd argument to be optional).
  565.   (Ilia, Vrana)
  566. - Fixed bug #29727 (Added missing CURL authentication directives). (Ilia)
  567. - Fixed bug #29719 (fgetcsv() has problem parsing strings ending with escaped
  568.   enclosures). (Ilia)
  569. - Fixed bug #29607 (highlighting code with HEREDOC produces invalid output).
  570.   (Ilia)
  571. - Fixed bug #29599 (domxml_error segfaults another apache module). (Rob)
  572. - Fixed bug #29594 (Use PHP's own tmpfile() implementation). (Ilia)
  573. - Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode). (Ilia)
  574. - Fixed bug #29493 (extract(array, EXTR_REFS) misbehaves with elements referred
  575.   twice or more times). (Moriyoshi)
  576. - Fixed bug #29443 (Sanity check for wbmp detection). (Ilia)
  577. - Fixed bug #29369 (Uploaded files with ' or " in their names get their names
  578.   truncated at those characters). (Ilia)
  579. - Fixed bug #29349 (imagecreatefromstring() crashes with external GD library).
  580.   (Ilia, adconrad at debian dot org)
  581. - Fixed bug #29333 (output_buffering+trans_sess_id can corrupt output). (Ilia)
  582. - Fixed bug #29226 (ctype_* functions missing validation of numeric string
  583.   representations). (Ilia)
  584. - Fixed bug #29209 (imap_fetchbody() doesn't check message index).
  585.   (Ilia, Tony)
  586. - Fixed bug #29116 (Zend constant warning uses memory after free).
  587.   (Marcus, jdolecek at NetBSD dot org)
  588. - Fixed bug #29114 (Potential double free in php_stat). (Sara)
  589. - Fixed bug #29075 (strnatcmp() incorrectly handles whitespace).
  590.   (Curt, Ilia)
  591. - Fixed bug #29049 (array sorting via user function/method does not 
  592.   validate it). (Ilia)
  593. - Fixed bug #29038 (extract() with EXTR_PREFIX_SAME prefixes empty strings).
  594.   (Andrey)
  595. - Fixed bug #29034 (wordwrap() returns a boolean when passed empty string).
  596.  (Ilia)
  597. - Fixed bug #28974 (overflow in array_slice(), array_splice(), substr,
  598.   substr_replace(), strspn(), strcspn()). (Andrey)
  599. - Fixed bug #28897 (ibase: -1 returned as -0.000 for 64-bit scaled int). (Ard)
  600. - Fixed bug #28879 (Implicit/Explicit array creation inconsistency when using
  601.   Resources, Arrays, or Objects as indices). (Sara)
  602. - Fixed bug #28878 (Setting of inikey's in obj.conf fails). (Uwe Schindler)
  603. - Fixed bug #28868 (Internal wrapper registry not thread safe). (Sara)
  604. - Fixed bug #28818 (Apache 2 sapis do not export st_dev).
  605.   (xuefer at 21cn dot com, Ilia).
  606. - Fixed bug #28800 (strings beginning with "inf" improperly converted). (Ilia)
  607. - Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test
  608.   command does not support -e parameter). (Ilia)
  609. - Fixed bug #28692 (\0 in Authenticate header passed via safe_mode). (Ilia)
  610. - Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_mode
  611.   adds extra spaces). (Ilia)
  612. - Fixed bug #28668 (glob() does not work with relative paths on Windows). (Ilia)
  613. - Fixed bug #28649 (Proper glob() return value on Linux when there are no
  614.   matches). (Ilia)
  615. - Fixed bug #28633 (sprintf incorrectly adding padding to floats). (Ilia)
  616. - Fixed bug #28627 (When multiple MySQL links are used default link is leaked).
  617.   (gavin at ipalsoftware dot com, Ilia)
  618. - Fixed bug #28525 (gmp_powm() does not work with hexadecimal string modulo
  619.   represented as a string). (pickett at sumu dot org, Ilia)
  620. - Fixed bug #28512 (Allocate enough space to store MSSQL data). (Frank)
  621. - Fixed bug #28466 (mbstring_convert_variables() array separation problem).
  622.   (Moriyoshi)
  623. - Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2).
  624.   (Elf, Ilia)
  625.  
  626. 14 Jul 2004, Version 4.3.8
  627. - Fixed strip_tags() to correctly handle '\0' characters. (Stefan)
  628. - Fixed memory_limit during request startup. (Stefan)
  629. - Replace alloca() with emalloc() for better stack protection. (Ilia)
  630. - Added missing safe_mode checks inside ftok and itpc. (Ilia)
  631. - Fixed bug #28963 (Missing space for \0 in address allocation in IMAP). (Ilia)
  632. - Fixed bug #28632 (Prevent open_basedir bypass via MySQL's LOAD DATA LOCAL).
  633.   (Ilia)
  634.  
  635. 03 Jun 2004, Version 4.3.7
  636. - Upgraded bundled GD library to 2.0.23. (Ilia)
  637. - Changed user error handler mechanism to relay to built-in error handler if it
  638.   returns false. (Andrei)
  639. - Fixed command line escaping routines for win32. (Ilia)
  640. - Fixed problems with *printf() functions and '%f' formatting. (Marcus)
  641. - Fixed possible crash inside pg_copy_(to|from) function if delimiter is more
  642.   then 1 character long. (Ilia)
  643. - Fixed crash inside cpdf_place_inline_image() when working with truecolor
  644.   images. (Ilia)
  645. - Fixed handling of return values from storred procedures in mssql_execute()
  646.   with multiple result sets returned. (Frank)
  647. - Fixed logic bug in session_register() which allowed registering _SESSION
  648.   and/or HTTP_SESSION_VARS. (Sara)
  649. - Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars in
  650.   200-210 range). (fernando dot nemec at folha dot com dot br, Ilia)
  651. - Fixed bug #28569 (informix connection id is not thread safe).
  652.   (novicky at aarongroup dot cz, Ard)
  653. - Fixed bug #28564 (Problem building informix as a shared extension). 
  654.   (roques at mti dot ag, Ilia)
  655. - Fixed bug #28508 (Do not make hypot() available if not supported by libc).
  656.   (Ilia)
  657. - Fixed bug #28506 (Allow negative start angle in imagearc and imagefilledarc.
  658.   (Pierre)
  659. - Fixed bug #28456 (Problem with enclosed / in uploaded files). (Antony)
  660. - Fixed bug #28386 (wordwrap() wraps lines 1 character too soon). (Ilia)
  661. - Fixed bug #28374 (Possible unterminated loop inside 
  662.   _php_pgsql_trim_message()). (Ilia)
  663. - Fixed bug #28355 (glob() does not return error on Linux when it does not
  664.   have permission to open the directory). (Ilia)
  665. - Fixed bug #28289 (incorrect resolving of relative paths by glob() in
  666.   windows). (Ilia)
  667. - Fixed bug #28229 (run-tests tripped up by spaces in names). (Marcus)
  668. - Fixed bug #28228 (number_format() does not allow empty decimal separator).
  669.   (Ilia)
  670. - Fixed bug #28196 (missing error constants in cURL extension). (Ilia)
  671. - Fixed bug #28187 (parse_url() not handling embedded IPv6 in URLs). (Sara)
  672. - Fixed bug #28175 (build problem for people using FreeType 2.1.0-2.1.2).
  673.   (Ilia)
  674. - Fixed bug #28147 (Crash with drawing anti-aliased lines). (Derick)
  675. - Fixed bug #28122 (dba_open db3: Permission denied). (Marcus)
  676. - Fixed bug #28112 (sqlite_query() crashing apache on malformed query). (Ilia,
  677.   Marcus)
  678. - Fixed bug #28055 (timeout duration too long in feof()/pfsockopen() liveness
  679.   checks). (Wez)
  680. - Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request).
  681.   (Ilia)
  682. - Fixed bug #28042 (greek letters in html to entitity mapping not correct).
  683.   (Derick)
  684. - Fixed bug #28007 (compile mssql extension with old versions of FreeTDS
  685.   fails). (Frank)
  686. - Fixed bug #27995 (imagefilltoborder() stops the fill process prematurely).
  687.   (Ilia)
  688. - Fixed bug #27810 (don't use php's pemalloc in ext/pcre). (Joe Orton)
  689. - Fixed bug #23220 (SSL: fatal protocol error when talking to IIS). (Wez)
  690.  
  691. 15 Apr 2004, Version 4.3.6
  692. - Updated bundled PDFLib library to version 5.0.3p1 in Windows distribution.
  693.   (Edin)
  694. - Fixed a crash in multi-threaded environments when a thread is shutdown by
  695.   the web server. (Stas)
  696. - Fixed a bug that prevented building of the GD extension against external GD
  697.   lib 1.X. (Ilia, Edin, Nick Talbott).
  698. - Synchronized bundled GD library with GD 2.0.22. (Ilia)
  699. - Fixed bug #27963 (Session lifetime setting may leak between requests). (Ilia)
  700. - Fixed bug #27849 (configure craps out on trivial syntax error). (Derick)
  701. - Fixed bug #27822 (is_resource() returns TRUE for closed resources). (Derick)
  702. - Fixed bug #27819 (problems returning reference to a reference parameter).
  703.   (Ilia)
  704. - Fixed bug #27809 (ftp_systype returns null on some ftp servers). (Ilia)
  705. - Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is
  706.   not defined). (Ilia)
  707. - Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time). (Derick)
  708. - Fixed bug #27769 (domxml_xmltree crashes). (Rob)
  709. - Fixed bug #27764 (Get return value from a stored procedure not returning any
  710.   result sets). (Frank)
  711. - Fixed bug #27762 (SCO Openserver doesn't have S_ISSOCK). (Wez)
  712. - Fixed bug #27743 (Make sure Money types are converted and returned
  713.   correctly). (Frank)
  714. - Fixed bug #27732 (Fixed compilation bug inside php_sab_info.h). (Ilia)
  715. - Fixed bug #27731 (error_reporting() inside @ block fails to set
  716.   error_reporting level). (Ilia)
  717. - Fixed bug #27719 (mktime issues on and around DST changeover). (Rasmus)
  718. - Fixed bug #27717 (Test Failures when compiled on 64-bit mode). (Ard, Derick)
  719. - Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type 
  720.   Header). (Marcus)
  721. - Fixed bug #27663 (compile failure with cURL 7.11.1). (Ilia)
  722. - Fixed bug #27646 (Cannot serialize/unserialize non-finite numeric values).
  723.   (Marcus)
  724. - Fixed bug #26757 (session.save_path default is bogus for win32). (Wez)
  725. - Fixed bug #26589 (Crash inside mssql extension when selecting many columns 
  726.   of type money). (Frank)
  727. - Fixed bug #25547 (error_handler and array index with function call). 
  728.   (cschneid at cschneid dot com)
  729.  
  730. 26 Mar 2004, Version 4.3.5
  731. - Fixed possible crash using an invalid color index with a palette image in
  732.   imagecolortransparent. (Pierre)
  733. - Fixed php-cgi to not ignore command-line switches when run in a web context.
  734.   This fixes our test cases allowing INI with GET sections to work. (Rasmus)
  735. - Fixed getopt() so it works without $_SERVER. (Rasmus, bfrance)
  736. - Fixed crash in php_ini_scanned_files() when no additional INI files were
  737.   actually parsed. (Jon)
  738. - Fixed possible crashes inside socket extension, due to missing check inside
  739.   allocation functions. (Ilia)
  740. - Fixed zero bytes memory allocation when no extra ini files are found in the
  741.   --with-config-file-scan-dir specified directory. (Eric Colinet, Derick)
  742. - Changed "allow_url_fopen" php.ini option to be PHP_INI_SYSTEM. (Sara)
  743. - Improved the sybase_ct module: (Timm)
  744.   . Added ability to define a message handler not only globally, but also per
  745.     connection.
  746.   . Added "sybct.packet_size" php.ini option.
  747.   . Changed "sybct.login_timeout" php.ini option changeable at runtime.
  748.   . Fixed memory leak in sybase_set_message_handler().
  749. - Synchronized bundled GD library with GD 2.0.17. (Ilia)
  750. - Upgraded PCRE library to version 4.5. (Andrei)
  751. - Updated bundled PostgreSQL library to version 7.4 in Windows distribution.
  752.   (Edin)
  753. - Added support for --program-prefix and --program-suffix configure options.
  754.   (Jani)
  755. - Added a warning when creating temp stream fails with ftp_(n)list(). (Sara)
  756. - Fixed header handler in NSAPI SAPI module (header->replace was ignored,
  757.   send_default_content_type now sends value from php.ini). (Uwe Schindler)
  758. - Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCII mode).
  759.   (Ilia)
  760. - Fixed bug #27600 (GCC 3.0.4 does not like __attribute__ directive). (Sascha)
  761. - Fixed bug #27590 (crash during shutdown when freeing persistent resources in
  762.   ZTS mode). (Ilia)
  763. - Fixed bug #27582 (possible crashes in imagefilltoborder()). (Pierre)
  764. - Fixed bug #27580 (pre-initialization errors in ap2 handler are not being
  765.   written to vhost error log). (Ilia)
  766. - Fixed bug #27559 (Corrected open_basedir resolving logic). (Ilia)
  767. - Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is disabled).
  768.   (Ilia)
  769. - Fixed bug #27509 (broken getaddrinfo() causes fsockopen() error). (Sara)
  770. - Fixed bug #27505 (htmlentities() does not handle BIG5 correctly). (Ilia,
  771.   ywliu at hotmail dot com)
  772. - Fixed bug #27498 (bogus safe_mode error on nonexistent directories for
  773.   chdir() and opendir() functions). (Ilia)
  774. - Fixed bug #27460 (base64_decode() does not handle extra padding).
  775.   (Ilia, naish at klanen dot net)
  776. - Fixed bug #27443 (defined() returns wrong type). (Derick)
  777. - Fixed bug #27437 (wrong freetype include inside GD library). (Ilia)
  778. - Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs). (Ilia)
  779. - Fixed bug #27421 (mbstring.func_overload should be system ini setting).
  780.   (Ilia)
  781. - Fixed bug #27384 (unpack() misbehaves with 1 char string). (GeorgeS)
  782. - Fixed bug #27383 (Potential crash inside fopen_wrapper, while
  783.   parsing response code). (Ilia)
  784. - Fixed bug #27354 (Modulus operator crashes PHP). (Derick)
  785. - Fixed bug #27341 (HEAD requests fail to return data). (Ilia)
  786. - Fixed bug #27337 (missing sapi_shutdown() in sapi/isapi causes memory leak).
  787.   (Jani, msisolak at yahoo dot com)
  788. - Fixed bug #27328 (ftp extension relies on 32-bit longs). (Sara)
  789. - Fixed bug #27300 (Improved regex for pg_convert()).
  790.   (benjcarson at digitaljunkies dot ca, Ilia)
  791. - Fixed bug #27295 (memory leak inside sscanf()). (Ilia)
  792. - Fixed bug #27293 (two crashes inside image2wbmp()). (Ilia)
  793. - Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly).
  794.   (Jay)
  795. - Fixed bug #27278 (*printf() functions treat arguments as if passed by
  796.   reference). (Ilia)
  797. - Fixed bug #27238 (iptcparse() function misses some fields). (Pierre)
  798. - Fixed bug #27235 (Interbase NUMERIC x.0 field returns empty string on 0).
  799.   (Ard)
  800. - Fixed bug #27196 (Missing content_length initialization in apache 2 sapis).
  801.   (Ilia, pdoru at kappa dot ro)
  802. - Fixed bug #27183 (userland stream wrapper segfaults on stream_write).
  803.   (Moriyoshi)
  804. - Fixed bug #27175 (tzset() is not being called by PHP on startup).
  805.   (Ilia, sagawa at sohgoh dot net)
  806. - Fixed bug #27172 (Possible floating point exception in gmp_powm()).
  807.   (Ilia)
  808. - Fixed bug #27171 (crash inside gmp_hamdist()). (Jani)
  809. - Fixed bug #27157 (Compile Failure on Solaris 8). (Timm)
  810. - Fixed bug #27149 (broken CLOB support in oci8 extension). (Antony)
  811. - Fixed bug #27135 (Possible crash inside mb_strlen()). (Moriyoshi)
  812. - Fixed bug #27104 (CLI/CGI SAPI module variable name conflict). (Marcus)
  813. - Fixed bug #27058 (crash in sybase_connect() with 2 arguments). (Ilia)
  814. - Fixed bug #27056 (ints used instead of longs inside some GD functions).
  815.   (Ilia)
  816. - Fixed bug #27040 (passing an array of form-fields to CURLOPT_POSTFIELDS
  817.   does not work). (Ilia, Jani)
  818. - Fixed bug #27037 (fixed possible crash in apache2handler output code).
  819.   (Ilia)
  820. - Fixed bug #27026 (Added "cgi.nph" php.ini option to allow forcing of the
  821.   'Status: 200' header that is not normally needed). (Ilia)
  822. - Fixed bug #27011 (64bit int/long confusion in preg_match*() functions).
  823.   (Ilia)
  824. - Fixed bug #27007 (missing connection closure when connect fails in pgsql).
  825.   (Ilia)
  826. - Fixed bug #26974 (rename() doesn't check the destination file against
  827.   safe_mode/open_basedir). (Ilia)
  828. - Fixed bug #26973 (*printf() '+' modifier broken). (Jani)
  829. - Fixed bug #26969 (--with-openssl=shared build fails). (Jani)
  830. - Fixed bug #26968 (Segfault with Interbase module built as shared). (Ard)
  831. - Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled). (Jani)
  832. - Fixed bug #26937 (Warning in xml.c). (Jani)
  833. - Fixed bug #26927 (preg_quote() does not escape \0). (Ilia)
  834. - Fixed bug #26923 (ext/imap: pam and crypt libraries missing when build as
  835.   shared extension). (Jani)
  836. - Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding is
  837.   used). (Ilia)
  838. - Fixed bug #26896 (ext/ftp does not work as shared extension). (Jani)
  839. - Fixed bug #26892 (ORA-21301 in ocinewcollection() call). (Antony)
  840. - Fixed bug #26878 (problem with multiple references to the same variable with
  841.   different types). (Ilia)
  842. - Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option). (Ilia)
  843. - Fixed bug #26862 (ob_flush() followed by output_reset_rewrite_vars() may
  844.   result in data loss). (Ilia, scottmacvicar at ntlworld dot com)
  845. - Fixed bug #26847 (memory leak in mail() when to/subject contain only spaces).
  846.   (Ilia)
  847. - Fixed bug #26814 (When included file has a parse error, terminate script
  848.   execution). (Ilia)
  849. - Fixed bug #26777 (ext/interbase: Let DB handle NULL params). (Ard)
  850. - Fixed bug #26772, #26967 (file operations return NULL instead of FALSE).
  851.   (Wez, Ilia)
  852. - Fixed bug #26758 (FastCGI exits immediately with status 255).
  853.   (Ilia, tcarter at noggin dot com dot au)
  854. - Fixed bug #26755 (CLI now overrides php.ini settings and switches off output
  855.   buffering). (Edin)
  856. - Fixed bug #26753 (zend_fetch_list_dtor_id() doesn't check NULL strings).
  857.   (Jani, Markus dot Lidel at shadowconnect dot com)
  858. - Fixed bug #26752 (Silent unterminated loop when length parameter for fgets(),
  859.   fread() and fgetss() is 0). (Ilia)
  860. - Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive file
  861.   system). (Derick)
  862. - Fixed bug #26703 (Certain characters inside strings incorrectly treated
  863.   as keywords). (vrana [at] php [dot] net, Ilia)
  864. - Fixed bug #26699 (mbstring doesn't identify "binary" as a valid encoding).
  865.   (nirva-php at ishiboo dot com, Moriyoshi)
  866. - Fixed bug #26667 (Added safety checks to ip2long()). (Ilia)
  867. - Fixed bug #26653 (open_basedir incorrectly resolved on win32).
  868.   (Ilia, scottmacvicar at ntlworld dot com)
  869. - Fixed bug #26639 (mb_convert_variables() clutters variables beyond the
  870.   references). (Moriyoshi)
  871. - Fixed bug #26635 (fixed look up for fonts in the current directory w/ZTS).
  872.   (Ilia)
  873. - Fixed bug #26625 (pg_convert sets NULL incorrectly for character data types).
  874.   (Ilia)
  875. - Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia)
  876. - Fixed bug #26595 (ext/domxml: XSLT_NAMESPACE undeclared). (Christian)
  877. - Fixed bug #26565 (strtotime("this month") resolving to the wrong month).
  878.   (Jani)
  879. - Fixed bug #26564 (ncurses5 has headers in PREFIX/include/ncurses/). (Jani)
  880. - Fixed bug #26548 (ext/session: Malformed HTTP dates headers). (Derick)
  881. - Fixed bug #26531 (ext/domxml: get_elements_by_tag_name() wildcard fails).
  882.   (Rob Richards)
  883. - Fixed bug #26488 (Missing declaration of CRTSCTS in ext/dio/dio.c). (Jani)
  884. - Fixed bug #26467 (flock() does not force the "wouldblock" parameter to be
  885.   passed by reference). (Wez)
  886. - Fixed bug #26463 (Incorrect handling of semicolons after heredoc). (Ilia)
  887. - Fixed bug #26462 (phpize + ext/bcmath -> compile error). (Jani)
  888. - Fixed bug #26461 (-lssl missing from LIBS). (Jani)
  889. - Fixed bug #26458 (var_dump(), var_export(), debug_zval_dump() not binary safe
  890.   for array keys). (Ilia)
  891. - Fixed bug #26447 (--with-openssl=shared causes compile errors). (Jani)
  892. - Fixed bug #26446 (domxml_open_file() returns an empty error-Array). (Rob)
  893. - Fixed bug #26440 (MFH missing context options). (Ilia)
  894. - Fixed bug #26438 (error in thttpd SAPI installation). (Jani)
  895. - Fixed bug #26415 (Updated bundled OpenSSL DLLs in the Windows distribution
  896.   to 0.9.7c). (Edin)
  897. - Fixed bug #26407 (Result set fetching broken around transactions). (Timm)
  898. - Fixed bug #26391 (parse_url() destroys strings that contain a character in
  899.   range of \x80-\xff)). (Moriyoshi)
  900. - Fixed bug #26384 (crash in domxslt->process()). (Christian)
  901. - Fixed bug #26381 (rand() without srand() doesn't work with certain php.ini).
  902.   (Jani)
  903. - Fixed bug #26376 (typo in ext/odbc/config.m4: DBMaker test fails). (Jani)
  904. - Fixed bug #26355 (flock() doesn't initialize the wouldblock argument). (Ilia)
  905. - Fixed bug #26309 (Fixed argument parsing for imageftbbox()). (Ilia)
  906. - Fixed bug #26304 (Unexpected data loss when opening dba file). (Marcus)
  907. - Fixed bug #26285 (escapeshellarg() uses wrong quotes on windows). (Ilia)
  908. - Fixed bug #26267 (gmp_random() leaks memory and does not produce random
  909.   numbers). (Jani)
  910. - Fixed bug #26253 (ext/tokenizer: build as shared extension fails). (Jani)
  911. - Fixed bug #26235 (yp_first/yp_next do not specify correct key length). (Ilia)
  912. - Fixed bug #26216 ("getimagesize(): stream does not support seeking" when
  913.   using remote files). (Marcus)
  914. - Fixed bug #26201 (crash in ibase_trans() on invalid link handle). (Ilia)
  915. - Fixed bug #26198 (strtotime() handling of M/F Y date format). (Ilia)
  916. - Fixed bug #26194 (iconv() not properly defined with libiconv).
  917.   (Steph, Frank, Moriyoshi)
  918. - Fixed bug #26176 (Fixed handling of numeric keys in INI files). (Ilia)
  919. - Fixed bug #26168 (shtool availability check in phpize).
  920.   (robbat2 at gentoo dot org, Ilia)
  921. - Fixed bug #26148 (Print the notice before modifying variable on type
  922.   mismatch). (morten-bugs dot php dot net at afdelingp dot dk, Ilia)
  923. - Fixed bug #26128 (mbstring prints out wrong information on phpinfo()).
  924.   (Moriyoshi)
  925. - Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_get
  926.   fails). (Ilia)
  927. - Fixed bug #26105 (Compile failure on GCC version 3.0.X). (Ilia)
  928. - Fixed bug #26103 (ext/mime_magic causes compile failure in ext/mssql). (Jani)
  929. - Fixed bug #26097 (gdImageColorClosestAlpha() returns incorrect results).
  930.   (sprice at wisc dot edu, Ilia)
  931. - Fixed bug #26042 (memory leak if mcrypt_generic_deinit() is not called after
  932.   every mcrypt_generic_init() call). (Ilia)
  933. - Fixed bug #26025 (Segfault on glob() without GLOB_NOCHECK or GLOB_NOMAGIC
  934.   under *BSD platforms). (Moriyoshi)
  935. - Fixed bug #26005 (Random "cannot change the session ini settings" errors).
  936.   (Jani, jsnajdr at kerio dot com)
  937. - Fixed bug #26003 (Make fgetcsv() binary safe). (Ilia, Moriyoshi)
  938. - Fixed bug #25963 (PostgreSQL error message include \n characters).
  939.   (Marcus, Ilia)
  940. - Fixed bug #25939 (feof() not working correctly for sockets). (Wez)
  941. - Fixed bug #25916 (get_browser() -> PHP Fatal error: Nesting level too
  942.   deep - recursive dependency?). (Uwe Schindler)
  943. - Fixed bug #25794 (Cannot open existing hash db3 file with write" ext/dba).
  944.   (Marcus)
  945. - Fixed bug #25753 (php.ini settings "leak" from vhosts/.htaccess files).
  946.   (Patch by: rover at tob dot ru)
  947. - Fixed bug #25694 (round() and number_format() give inconsistent results).
  948.   (Ilia)
  949. - Fixed bug #25664 (calling ITypeInfo::Invoke with bogus params). (Wez)
  950. - Fixed bug #25581 (getimagesize () return incorrect values on bitmap (os2)
  951.   files). (Marcus)
  952. - Fixed bug #25329 (sqlite_create_function with method and reference to
  953.   $this). (Marcus).
  954. - Fixed bug #24773 (unsetting string as array causes a crash). (Sara)
  955. - Fixed bug #24773 (Unsetting string offsets crashes PHP). (Moriyoshi, Sara)
  956. - Fixed bug #24582 (extensions can't be loaded dynamically in Solaris/iPlanet).
  957.   (Jani)
  958. - Fixed bug #23467 (date('T') outputs incorrect Time Zone).
  959.   (Jani, scottmacvicar at ntlworld dot com)
  960. - Fixed bug #22403 (PHP crashes when executing a sql procedure without
  961.   parameters). (Timm)
  962. - Fixed bug #22127 (Invalid response code when force-cgi-redirect safety
  963.   mechanism is triggered). (Ilia, scottmacvicar at ntlworld dot com)
  964. - Fixed bug #21760 (Use of uninitialized pointer inside php_read()).
  965.   (Ilia, uce at ftc dot gov)
  966. - Fixed bug #21513 (shutdown functions not executed if timed out). (Zeev)
  967. - Fixed bug #21070 (ftp_genlist/ANSI-tmpfile() fail w/ some platform). (Sara)
  968.  
  969. 3 Nov 2003, Version 4.3.4
  970. - Made MCVE extension available on win32. (Jani)
  971. - Upgraded bundled libfcgi and made FastCGI support viable on Win32. (Sascha)
  972. - Added apache_get_version() function. (Ilia)
  973. - Fixed disk_total_space() and disk_free_space() under FreeBSD. (Jon Parise)
  974. - Fixed crash bug when non-existing save/serializer handler was used. (Jani)
  975. - Fixed memory leak in gethostbynamel() if an error occurs. (Sara)
  976. - Fixed FastCGI being unable to bind to a specific IP. (Sascha)
  977. - Fixed multibyte regex engine to properly handle ".*" pattern under
  978.   POSIX compatible mode. (K.Kosako <kosako at sofnec.co.jp>, Moriyoshi)
  979. - Fixed bug #25955 (Compile failure on MacOSX 10.3 Panther). (Marko, Dan)
  980. - Fixed bug #25923 (mail() modifies the to & subject arguments). (Ilia)
  981. - Fixed bug #25922 (Crash in error handler when 5th argument is modified).
  982.   (Ilia)
  983. - Fixed bug #25918 (Possible crash in mime_content_type()). (Ilia)
  984. - Fixed bug #25900 (document->get_elements_by_tag_name with default xmlns).
  985.   (Rob)
  986. - Fixed bug #25895 (Incorrect detection of safe_mode limited ini options).
  987.   (Ilia)
  988. - Fixed bug #25888 (Crash of php.exe when xpath_eval of a namespace). (Rob)
  989. - Fixed bug #25836 (last key of multi-dimensional array passed via GPC not
  990.   being escaped when magic_quotes_gpc is on). (Ilia)
  991. - Fixed bug #25825 (tzset() was not called to reset libc environment on
  992.   request shutdown). (Wez)
  993. - Fixed bug #25814 (Make flock() return correct value when 3rd argument is
  994.   used). (Ilia)
  995. - Fixed bug #25800 (parse_url() could not parse urls with empty port). (Ilia)
  996. - Fixed bug #25780 (ext/session: invalid "session.cookie_lifetime" makes 
  997.   session_start() to crash in win32). (Jani)
  998. - Fixed bug #25777 (Do not rtrim() of text fields fetched from mssql). (Ilia)
  999. - Fixed bug #25770 (Segfault with PHP and bison 1.875).
  1000.   (eggert@gnu.org, Marcus)
  1001. - Fixed bug #25764 (ldap_get_option() crashes with unbound ldap link). (Jani)
  1002. - Fixed bug #25758 (var_export does not escape ' & \ inside array keys).
  1003.   (Ilia)
  1004. - Fixed bug #25752 (ext/ncurses: ncurses.h instead of curses.h with BSD).
  1005.   (Jani)
  1006. - Fixed bug #25746 (Do not bail out when unable to chdir original dir on
  1007.   systems with broken getcwd()). (Ilia)
  1008. - Fixed bug #25745 (ctype functions fail with non-ascii characters).
  1009.   (Moriyoshi)
  1010. - Fixed bug #25744 (make ZTS build of ext/sybase compile). (Ilia)
  1011. - Fixed bug #25738 (alloca() related issues on the Darwin platform).
  1012.   (Moriyoshi)
  1013. - Fixed bug #25708 (extract($GLOBALS, EXTR_REFS) mangles $GLOBALS).
  1014.   (Moriyoshi)
  1015. - Fixed bug #25707 (html_entity_decode() over-decodes &lt;). (Moriyoshi)
  1016. - Fixed bug #25703 (openssl configure check failed). (Jani)
  1017. - Fixed bug #25701 (On flush() set headers_sent in apache2handler). (Ilia)
  1018. - Fixed bug #25671 (str_replace() corrupts subarrays). (Sara)
  1019. - Fixed bug #25669 (eregi() with non-ascii characters). (Moriyoshi)
  1020. - Fixed bug #25665 (var_dump() hangs on Nan and INF). (Ilia)
  1021. - Fixed bug #25648 (xslt_set_encoding() not detected correctly). (Jani)
  1022. - Fixed bug #25636 (SNMP Session not closed on success).
  1023.   (Ilia, patch by: nesslage at mwsc dot edu)
  1024. - Fixed bug #25635 (Make "make tests" to fail due to invalid include_path).
  1025.   (Ilia)
  1026. - Fixed bug #25604 (HAVE_SNMP_PARSE_OID undefined with phpize build). (Jani)
  1027. - Fixed bug #25583 (Incorrect handling of paths starting with "/" on win32
  1028.   inside glob() function). (Ilia)
  1029. - Fixed bug #25570 (Possible crash in apache2handler when zend_bailout called
  1030.   outside of zend_try {} block). (Ilia)
  1031. - Fixed bug #25558 (ext/dbase: reverted fix for bug #23463). (Vlad)
  1032. - Fixed bug #25530 (checkdate() incorrectly handles floats). (Ilia)
  1033. - Fixed bug #25525 (ldap_explode_dn() crashes when passed invalid dn).
  1034.   (Sara, patch by: mikael dot suvi at trigger dot ee)
  1035. - Fixed bug #25504 (pcre_match_all() crashes when passed only 2 parameters).
  1036.   (Jani)
  1037. - Fixed bug #25483 (ext/informix: bogus -469 error from ifx_query()).
  1038.   (Jani, patch by: denisov at kubsu dot ru)
  1039. - Fixed bug #25463 (ext/cpdf: compile failure with bundled GD)
  1040. - Fixed bug #25429 (fix copying of stdin using copy() function). (Ilia)
  1041. - Fixed bug #25424 (ext/informix: lvarchar not supported in win32). (Jani)
  1042. - Fixed bug #25404 (ext/pgsql: open transactions not closed when script ends).
  1043.   (Marcus)
  1044. - Fixed bug #25385 (ob_gzhandler(): typo in sapi_add_header_ex() call). (Jani)
  1045. - Fixed bug #25378 (unserialize() crashes with invalid data). (Jani)
  1046. - Fixed bug #25372 (sscanf() does not work with %X). (Jani)
  1047. - Fixed bug #25348 ("make install" fails with --enable-short-tags). (Jani)
  1048. - Fixed bug #25343 (is_dir() gives warning on FreeBSD). (Jani)
  1049. - Fixed bug #25333 (Possible body corruption & crash in win32 mail()). (Ilia)
  1050. - Fixed bug #25316 (Possible infinite loop inside _php_stream_write()). (Ilia)
  1051. - Fixed bug #25314 (FTP_ASCII mode behaving like binary from Win->Unix).
  1052.   (Sara)
  1053. - Fixed bug #25308 (php -m crashes when zend extensions are loaded). (Stas)
  1054. - Fixed bug #25307 (Crash with WDDX serializer). (Sascha, Jani)
  1055. - Fixed bug #25295 (QNX6: php_ini.c:414: 'alphasort' undeclared). (Jani)
  1056. - Fixed bug #25294 (ext/ftp: NLST failure leads to crash on exit). (Sara, Rob)
  1057. - Fixed bug #25293 (Output correct EOL to error_log). (Ilia)
  1058. - Fixed bug #25239 (ftp_fopen_wrapper not RFC compliant). (Sara)
  1059. - Fixed bug #25218 ("deflate" compressed pages had a gzip header). (Stefan)
  1060. - Fixed bug #25211 (image.c compile failure with AIX). (Marcus)
  1061. - Fixed bug #25166 (WDDX serializer handler missing in win32). (Jani)
  1062. - Fixed bug #25109 (Possible crash when fetching field names in pgsql). (Ilia)
  1063. - Fixed bug #25106 (Added more stringent checks on bzopen() mode). (Ilia)
  1064. - Fixed bug #25070 (unlock session files on win32 before closing them). (Ilia)
  1065. - Fixed bug #24402 (Compile failure with gettext 0.12.x). (Jani)
  1066. - Fixed bug #23488 (zlib.output_compression overrides Vary header). (Stefan)
  1067. - Fixed bug #23326 (ext/domxml: Attributes via append_child not supported).
  1068.   (Melvyn)
  1069. - Fixed bug #21220 (Wrong Apache version shown in phpinfo() output). (Jani)
  1070. - Fixed bug #18534 (ifx_close() leaves open session). (nobbie@php.net)
  1071. - Fixed bug #14049 (realpath() returns invalid results for non-existent 
  1072.   paths). (Ilia)
  1073.  
  1074. 25 Aug 2003, Version 4.3.3
  1075. - Upgraded the bundled Expat library to version 1.95.6. (Jani)
  1076. - Upgraded the bundled PCRE library to version 4.3. (Andrei)
  1077. - Upgraded the bundled GD library to version GD 2.0.15. (Ilia)
  1078. - Improved the engine to use POSIX/socket IO where feasible. (Sascha)
  1079. - Improved the IMAP extension (Ilia)
  1080.   . Added imap_timeout() function. (bug #24161)
  1081.   . Added optional 'charset' parameter to imap_search() and imap_sort().
  1082.     (bug #22505)
  1083. - Improved the InterBase extension (Daniela)
  1084.   . Added transaction constants: IBASE_REC_VERSION, IBASE_REC_NO_VERSION, 
  1085.     IBASE_WRITE, IBASE_WAIT and IBASE_CONCURRENCY. (bugs #8797, #23887)
  1086.   . Made numeric/decimal datatype handling work on any platform.
  1087. - Improved the NSAPI SAPI module (Uwe Schindler)
  1088.   . Added possibility to use PHP to generate HTTP error pages (404 Not Found..)
  1089.   . Added possibility to use PHP to generate directory listings for directories
  1090.     without index.html
  1091.   . php4_init (magnus.conf): new parameter to set alternate path to php.ini.
  1092.     (php_ini="/path/to/php.ini")
  1093.   . php4_execute (obj.conf): support for additional php.ini values.
  1094.     Allows different settings per virtual server. 
  1095.     (See sapi/nsapi/nsapi-readme.txt for more information)
  1096.   . Added support for virtual().
  1097.   . Added nsapi_request_headers() and nsapi_response_headers() with aliases 
  1098.     for apache compatibility.
  1099.   . Added "nsapi.read_timeout" php.ini option. 
  1100.   . Synced $_SERVER variables to be similar to Apache variables.
  1101. - Added DBA handler 'inifile' to support ini files. (Marcus)
  1102. - Added a "DEBUG" note to 'php -v' output when --enable-debug is used. (Derick)
  1103. - Added long options into CLI & CGI (e.g. --version). (Marcus)
  1104. - Added a new parameter to preg_match*() that can be used to specify 
  1105.   the starting offset in the subject string to match from. (Andrei)
  1106. - Fixed possible integer overflows in:
  1107.   . base64_encode(). (Moriyoshi)
  1108.   . bundled GD library. (Ilia)
  1109. - Fixed "mysql.connect_timeout" php.ini option to be settable with ini_set().
  1110.   (Rasmus)
  1111. - Fixed FastCGI IIS document root problem. (Shane)
  1112. - Fixed corruption of multibyte character including 0x5c as second
  1113.   byte in multipart/form-data. (Rui)
  1114. - Fixed possible crash in imagerotate() when an invalid color index
  1115.   is used for background color. (Pierre-Alain Joye)
  1116. - Fixed a bug that under certain circumstances could invalidate safe_mode.
  1117.   (Ilia)
  1118. - Fixed certificate version and allowed setting of the serial number in
  1119.   openssl_csr_sign(). (Stefan Roehrich)
  1120. - Fixed each() to be binary safe for keys. (Zeev)
  1121. - Fixed ext/yaz to not log if "yaz.log_file" php.ini option is not set. (Adam)
  1122. - Fixed a bug in bundled libmysql (mysql bug #564). (Georg)
  1123. - Fixed ext/exif to honor "magic_quotes_runtime" php.ini option. (Marcus)
  1124. - Fixed bug #25093 (ext/pgsql: Various leaks due to non-freed queries). (Ilia)
  1125. - Fixed bug #25084 (ext/session: Fixed session.referer_check to be independent
  1126.   on register_globals). (Ilia)
  1127. - Fixed bug #25081 (odbc_fetch_array() may mangle numeric fields). (Ilia)
  1128. - Fixed bug #25044 (header("Location:") changing HTTP status). (Marcus)
  1129. - Fixed bug #25037 (win32 mail(): Possible infinite loop inside SendText()).
  1130.   (Ilia)
  1131. - Fixed bug #25007 (rand() & mt_rand() seed RNG every call). (Jani)
  1132. - Fixed bug #24989 (external libexpat conflicts with bundled libexpat). (Jani)
  1133. - Fixed bug #24980 (array_reduce() uses first element as default running 
  1134.   total). (Ilia)
  1135. - Fixed bug #24977 (Reverted mysql_select_db() optimization). (Ilia)
  1136. - Fixed bug #24958 (Apache2 SAPIs: Incorrect handling of 404s). (Ilia, Justin)
  1137. - Fixed bug #24951 (ob_flush() needlessly destroys output handler). (Ilia)
  1138. - Fixed bug #24936 (ext/fdf not linked properly as shared extension). (Jani)
  1139. - Fixed bug #24909 (Bad random numbers with ZTS builds on Solaris). (Ilia)
  1140. - Fixed bug #24897 (inconsistent behavior of shuffle() & array_multisort()).
  1141.   (Ilia, Jani)
  1142. - Fixed bug #24883 ("variables_order" and "gpc_order" being ignored). (Ilia)
  1143. - Fixed bug #24873 (incorrect handling of / inside open_basedir). (Ilia)
  1144. - Fixed bug #24871 (aggregate(): methods misidentified as constructors). (Ilia)
  1145. - Fixed bug #24827 (ob_gzhandler overrides Vary header). (Ilia)
  1146. - Fixed bug #24792 (--enable-zend-multibyte causes random segfaults with ZTS).
  1147.   (Fujimoto)
  1148. - Fixed bug #24783 (foreach($ar as $key => $val), $key not binary safe). (Zeev)
  1149. - Fixed bug #24760 (non-default SNMP port number not working). (Jani)
  1150. - Fixed bug #24752 (Unhandled "uniqueidentifier" field type).
  1151.   (Ilia, s.sonnenberg[at]coolspot.de)
  1152. - Fixed bug #24710 (Crash when $obj->{0} is used). (Zeev)
  1153. - Fixed bug #24663 (\n. sequences were not being escaped). (Ilia)
  1154. - Fixed bug #24640 (var_export() and var_dump() can not output large floats).
  1155.   (Marcus)
  1156. - Fixed bug #24629 (FreeBSD select() does not like large microseconds values).
  1157.   (Mirco Bauer).
  1158. - Fixed bug #24609 (ext/domxml: segfault when using replace node across
  1159.   different docs). (Rob Richards)
  1160. - Fixed bug #24594 (Rewrite of the imagefill() function). (Pierre-Alain Joye)
  1161. - Fixed bug #24592 (NULL related crash in session extension). (Sascha)
  1162. - Fixed bug #24573 (debug_backtrace() crashes if $this set to null). (Jani)
  1163. - Fixed bug #24560 (parse_url() incorrectly handling certain file:// based
  1164.   schemas). (Ilia)
  1165. - Fixed bug #24557 (make fclose() respect refcount on the resource).
  1166.   (Wez, Ilia)
  1167. - Fixed bug #24537 (apache2 compile misses some include directories). (Jani)
  1168. - Fixed bug #24535 (ext/mysql: crash when retrieving data from unbuffered
  1169.   result after the original connection has been changed). (Ilia)
  1170. - Fixed bug #24519 (aggregate_methods_by_list() does not increment refcount).
  1171. - Fixed bug #24313 (file_exists() warning on non-existent files when
  1172.   open_basedir is used). (Ilia)
  1173. - Fixed bug #24312 (base64_decode() does not skip 0xF0-0xFF characters).
  1174.   (gereon.steffens[at]onvista.de, Ilia)
  1175. - Fixed bug #24284 (Fixed memory leak inside pg_ping()). (Ilia)
  1176. - Fixed bug #24249 (fdf_add_doc_javascript() not available on Windows). (Edin)
  1177. - Fixed bug #24224 (ibase_blob_get() overflow). (Ard)
  1178. - Fixed bug #24223 (missing variable initialization in bundled gd). (Ilia)
  1179. - Fixed bug #24220 (range() didn't handle numeric strings correctly). (Ilia)
  1180. - Fixed bug #24210 (not detecting assume_default_colors - typo). (Sara)
  1181. - Fixed bug #24198 (Invalid recursion detection in array_merge_recurcive()).
  1182.   (Ilia)
  1183. - Fixed bug #24177 (Apache2 SAPIs: status set incorrectly after flush()).
  1184.   (Ilia)
  1185. - Fixed bug #24155 (gdImageRotate270 incorrectly use x parameter for y axis).
  1186.   (tom@gksystems.com, Ilia)
  1187. - Fixed bug #24150 (crash in imap_fetch_overview() &
  1188.   imap_rfc822_write_address()). (Ilia)
  1189. - Fixed bug #24142 (workaround for a gcc bug affecting round()). (Marcus, Ilia)
  1190. - Fixed bug #24063 (serialize() missing 0 after the . on scientific notation).
  1191.   (Marcus, Ilia)
  1192. - Fixed bug #24063 (scientific notation broken in *printf()). (Ilia)
  1193. - Fixed bug #24060 (ncurses_del_panel() causes segfault). (Georg)
  1194. - Fixed bug #24054 (Integer overflow failure with GCC/x86 for *=). (Sascha)
  1195. - Fixed bug #24028 (Reading raw post message by php://input failed). (Jani)
  1196. - Fixed bug #24009 (FastCGI handling of file not found). (Shane)
  1197. - Fixed bug #24007 (Problem with register_globals & arrays). (Ilia)
  1198. - Fixed bug #23951 (constants in static initializers clobbered by inheritance).
  1199.   (Wez, Zend Engine)
  1200. - Fixed bug #23936 (ext/interbase: fail to select and fetch). (Ard)
  1201. - Fixed bug #23913 (make rename() work across partitions on *nix). (Ilia)
  1202. - Fixed bug #23912 (Invalid CSS in phpinfo() output). (Ilia)
  1203. - Fixed bug #23902 (NULL in CGI header output). (Shane)
  1204. - Fixed bug #23898 (Proper handling of NULLs in odbc_result, odbc_fetch_into
  1205.   and odbc_result_all). (Ilia)
  1206. - Fixed bug #23897 (Fixed a check for mbfilter_ru.h). (aleks@m2media.ru, Ilia)
  1207. - Fixed bug #23894 (sprintf() decimal specifiers problem). (Moriyoshi)
  1208. - Fixed bug #23888 (Missing input validation for flags parameter). (Ilia)
  1209. - Fixed bug #23808 (broken imagecopymerge()). (Pierre-Alain Joye)
  1210. - Fixed bug #23798 (Spaces were not being stripped from Bcc header). (Ilia)
  1211. - Fixed bug #23792 (imagerotate() problems with limited platte, the function
  1212.   will always return true color image from now on). (Pierre-Alain Joye)
  1213. - Fixed bug #23779 (mysql_connect(): disable local infile option if php.ini
  1214.   option "open_basedir" is set). (Georg)
  1215. - Fixed bug #23769 (In FreeBSD glob() gives wrong result when pattern not
  1216.   found). (Hartmut)
  1217. - Fixed bug #23733 (Coredump on startup with Oracle 9+). (Edin)
  1218. - Fixed bug #23685 (fake values returned when OID value is an empty string).
  1219.   (Jani)
  1220. - Fixed bug #23664 (FastCGI socket listenting). (Shane)
  1221. - Fixed bug #23509 (exit code lost when exit() called from
  1222.   register_shutdown_function()). (Ilia)
  1223. - Fixed bug #23463 (ext/dbase: added Dbase2 version check). (Vlad Krupin)
  1224. - Fixed bug #23285 (Potential Stack overflow in zendlex). (Wez)
  1225. - Fixed bug #23104 (hash position of static arrays not being reset). (Ilia)
  1226. - Fixed bug #23038, #23574 (aggregate() related leaks and crashes). (Andrei)
  1227. - Fixed bug #22947 (Ack() inside win32/sendmail.c may stall in certain
  1228.   situations). (Ilia)
  1229. - Fixed bug #22690 (ob_start() did not work with create_function() callbacks).
  1230.   (Marcus)
  1231. - Fixed bug #22592 (Cascading assignments to strings with curly braces broken).
  1232.   (Stas)
  1233. - Fixed bug #22245 (References inside $_SESSION not being handled). (Ilia)
  1234. - Fixed bug #22154 (Possible crash when memory_limit is reached and output
  1235.   buffering in addition to session.use_trans_sid is used). (Ilia)
  1236. - Fixed bug #22072 (Apache2 sapis do not detect aborted connections). (Ilia)
  1237. - Fixed bug #21958 (workaround for unusual realpath() on AIX & Tru64). (Ilia)
  1238. - Fixed bug #21957 (serialize() mangles objects with __sleep). (Ilia)
  1239. - Fixed bug #21918 (strange behaviour of mixed type in array-keys). (Marcus)
  1240. - Fixed bug #21855 (Threading issue on HP-UX). (Roshan Naik, Andi, Moriyoshi)
  1241. - Fixed bug #21611 (version_compare() does not support "p" as suffix).
  1242.   (Stefan Walk)
  1243. - Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken). (Jani)
  1244. - Fixed bug #20896 (-s -w modes with php-cli cause php to hang). (Ilia)
  1245. - Fixed bug #19613 (putenv("VAR=") does not empty VAR on win32). (Zeev)
  1246. - Fixed bug #18744 (ibase_blob_add() has max limit of 64k). (Ard)
  1247. - Fixed bug #18291 (escapeshellcmd() can now handle quoted arguments). (Ilia)
  1248. - Fixed bug #17414 (pthreads bug workaround). (timo.teras[at]iki.fi)
  1249. - Fixed bug #13142 (strtotime not handling "M d H:i:s Y" format). (Ilia)
  1250. - Fixed bug #11924 (ibase_query(), ibase_execute() mangled passed parameters).
  1251.   (Jani)
  1252. - Fixed bug #7014 (crash in _php_ibase_error() after request shutdown). (Ard)
  1253.  
  1254. 29 May 2003, Version 4.3.2
  1255. - Syncronized bundled GD library with GD 2.0.12. (Ilia)
  1256. - Removed support for GDLIB version 1.x.x (php_gd.dll) on Windows. (Edin)
  1257. - Enabled read-only GIF support in the bundled GDLIB (php_gd2.dll) on Windows.
  1258.   (Sebastian, Edin)
  1259. - Improved dba extension (Marcus)
  1260.   . Added support for internal error handling of Berkeley db libraries.
  1261.   . Disallowed Berkeley db versions 4.1.0 to 4.1.24 due to locking problems.
  1262.   . Disallowed linkage of Berkeley db submodules against libraries with
  1263.     different major versions.
  1264.   . Disallowed configuring of more than one Berkeley db handler. 
  1265.   . Reenabled dba_popen() with new persistent STDIO streams.
  1266. - Added a new Apache 2.0 SAPI module (sapi/apache2handler) based on the old 
  1267.   version (sapi/apache2filter). (Ian Holsman, Justin Erenkrantz)
  1268. - Added "disable_classes" php.ini option to allow administrators to disable
  1269.   certain classes for security reasons. (Harald)
  1270. - Added man page for CLI version of PHP. (Marcus)
  1271. - Added --clean option into phpize. (Jani)
  1272. - Added --ldflags option into php-config. (Jani)
  1273. - Added imagesavealpha() and imageistruecolor() functions. (Pierre)
  1274. - Added XBM support for bundled GD library. (Marcus)
  1275. - Added session_regenerate_id() function. (Sascha)
  1276. - Added zlib_get_coding_type() function which returns the coding type used for 
  1277.   output compression. (Moriyoshi)
  1278. - Added OCIPasswordChange() which allows renewing expired Oracle users. (Maxim)
  1279. - Added memory_get_usage(). Only available when PHP is configured with 
  1280.   --enable-memory-limit. (Andrey)
  1281. - Added improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright)
  1282. - Added XBM and WBMP support for getimagesize(). (Marcus)
  1283. - Added KOI8-R, CP866, and CP1251 support for htmlentities(). 
  1284.   (Antony Dovgal, Moriyoshi)
  1285. - Added domdocument->free() to free XML-documents from memory. (Rob Richards)
  1286. - Fixed a bug in error reporting with the CLI for start-up errors. (Derick)
  1287. - Fixed spurious fsync calls during socket communication. (Sascha)
  1288. - Fixed a possible vhost issue in thttpd. (Sascha, dgl@dgl.cx)
  1289. - Fixed including from HTTP URLs. (Sascha)
  1290. - Fixed a lot of memory leaks in domxml. (Rob Richards, Chregu)
  1291. - Fixed a bug in GD's truecolor TTF handling. (Derick)
  1292. - Fixed several 64-bit problems. (Dave)
  1293. - Fixed several errors in hwapi extension. Objects weren't handled properly.
  1294.   (Uwe)
  1295. - Fixed bug #23788 (str|preg_replace() clobber the array elements). (Ilia)
  1296. - Fixed bug #23765 (file uploads ignored due to case sensitivity). (Sara)
  1297. - Fixed bug #23738 (ifx_copy_blob() crash). (Jani)
  1298. - Fixed bug #23661 (mysql_fetch_array() gives no warning when an invalid 
  1299.   argument was passed as result_type). (Derick)
  1300. - Fixed bug #23619 (set_error_handler() registered handler not called for
  1301.   object instances). (Jani, waboring@qualys.com)
  1302. - Fixed bug #23606 (Unable to build --with-db4 (db4.1.25)). (Marcus)
  1303. - Fixed bug #23567 (pfsockopen() returns dead connections). (Wez)
  1304. - Fixed bug #23539 (curl_exec() produces strange results). (daniel@haxx.se)
  1305. - Fixed bug #23527 (PostScript Type 1 fonts do not render properly).
  1306.   (nid@home.se, Ilia)
  1307. - Fixed bug #23402 (crash with improper use of mssql_bind()). (Frank)
  1308. - Fixed bug #23371 (configure falsely detects c-client using SSL). (Jani)
  1309. - Fixed bug #23340 (fopen on multiple URLs causes memory corruption). (Wez)
  1310. - Fixed bug #23298 (serialize cuts off floats & doubles). (Ilia, Marcus)
  1311. - Fixed bug #23232 (safe_mode does not honor PHP_AUTH_* in apache2). (Ilia)
  1312. - Fixed bug #23225 (money_format() didn't handle erroneous return of strfmon).
  1313.   (Ilia, marcot@tabini.ca)
  1314. - Fixed bug #23201 (set_file_buffer() crashes with stdio streams). (Ilia)
  1315. - Fixed Bug #23188 (CDB databases created with 'c' mode do not work). (Marcus)
  1316. - Fixed bug #23187 (memory leaks in sybase_connect/sybase_pconnect). (Ilia)
  1317. - Fixed bug #23162 (user_error() crashs if error message > 1024 bytes).
  1318.   (Jay, Marcus, Moriyoshi)
  1319. - Fixed bug #23152 ($http_response_header empty on invalid URLs). (Ilia)
  1320. - Fixed bug #23102 (integer overflow in exif_iif_add_value()). (Ilia)
  1321. - Fixed bug #23099 (ext/interbase: libgds.so: undefined reference to 'crypt').
  1322.   (Jani)
  1323. - Fixed bug #23093 (highlight_string() crashed with __FUNCTION__). (Jani)
  1324. - Fixed bug #23080 (socket_strerror() crashes on win32). (Moriyoshi)
  1325. - Fixed bug #23071 (when DST in effect, date("T") crashed PHP).
  1326.   (Scott MacVicar, Jani)
  1327. - Fixed bug #23069 (tempnam creates readonly file [win32]). (Wez)
  1328. - Fixed bug #23009 (pg_select with timestamp). (Marcus, Jay)
  1329. - Fixed bug #23008 (ldap_start_tls() not available on Windows). (Edin)
  1330. - Fixed bug #23004 (When ftp_close() is called, send QUIT to the ftp server).
  1331.   (Ilia)
  1332. - Fixed bug #22989 (sendmail not found by configure). (igyu@ionsphere.org)
  1333. - Fixed bug #22987 (missing perror() check in configure). (Jani)
  1334. - Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()). (Ilia)
  1335. - Fixed bug #22939 (crash in imap_header_info()). (Ilia)
  1336. - Fixed bug #22844 (Changing bool value via -d or ini_set(), On would be Off).
  1337.   (Ilia)
  1338. - Fixed bug #22786 (Crash when trying to call DomAttribute's 
  1339.   set_namespace method). (Chregu)
  1340. - Fixed bug #22775 (Fatal errors exit with status 0 with CGI/CLI). (Jani)
  1341. - Fixed bug #22774 (PHP crashes when exiting (long XML doc)). (Rob Richards)
  1342. - Fixed bug #22751 (Compile error in gdcache.c when external libgd is used).   
  1343.   (Jani)
  1344. - Fixed bug #22721 (Poor file() performance on systems without mmap). (Wez)
  1345. - Fixed bug #22709 (Crash in interbase when database unavailable).
  1346.   (Vladimir Michl)
  1347. - Fixed bug #22681 (Crash when reading from invalid file pointer). (Ilia)
  1348. - Fixed bug #22672 (User not logged under Apache2). (Ian) 
  1349. - Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP). (Jani)
  1350. - Fixed bug #22613 (imagettfbox() does not add the kerning distance to the
  1351.   running position). (Ilia)
  1352. - Fixed bug #22585 (Do not terminate the script on minor errors). (Ilia)
  1353. - Fixed bug #22550 (overflow protection for upload_max_filesize ini option).
  1354.   (Ilia)
  1355. - Fixed bug #22544 (writing transparency to truecolor png images). (Ilia)
  1356. - Fixed bug #22538 (failed stat on stdio/stdin/stderr streams). (Wez, Ilia)
  1357. - Fixed bug #22530 (append_child does not unlink node). (Chregu)
  1358. - Fixed bug #22520 (mcrypt_generic_deinit() was not available on Windows).
  1359.   (Edin)
  1360. - Fixed bug #22508 (Added protection against circular HTML redirects). (Ilia)
  1361. - Fixed bug #22473 (ISAPI Secure Server variables not available).
  1362.   (Christian Swoboda)
  1363. - Fixed bug #22402 (opening of ftp for read/write could fail due to invalid
  1364.   return code handling). (Ilia)
  1365. - Fixed bug #22384 (FNM_CASEFOLD is not available). (Hartmut)
  1366. - Fixed bug #22382 (fgetcsv() did not handle \" correctly). (Ilia)
  1367. - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT). (Jani)
  1368. - Fixed bug #22363 (combinations of fwrite(), fread() and fseek() produce
  1369.   unexpected results). (Wez)
  1370. - Fixed bug #22355 (PHP would remove folding from Subject & To fields). (Ilia)
  1371. - Fixed bug #22330 (overloaded strrpos() gives wrong results).
  1372.   (david@santinoli.com, Moriyoshi)
  1373. - Fixed bug #22312 (crash on failed connection when curl_getinfo() was called).
  1374.   (Phil Oleson <poleson@verio.net>)
  1375. - Fixed bug #22308 (optimized passthru, code is now ~40 times faster). (Ilia)
  1376. - Fixed bug #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but
  1377.   returns false). (Jani)
  1378. - Fixed bug #22301 (htmlspecialchars() crashes Apache on Tru64). (Ilia)
  1379. - Fixed bug #22299 (gethostbyname() with non-existing domain crashed on MacOSX).
  1380.   (Jani)
  1381. - Fixed bug #22283 (possible crash when opening relative URLs). (Ilia)
  1382. - Fixed bug #22238 (stream_select() clobbers fifos under win9x). (Wez)
  1383. - Fixed bug #22234 (copy() fails if source file has 0 length). (Moriyoshi)
  1384. - Fixed bug #22227 (printf() field limiters broke between 4.2.3 and 4.3.0).
  1385.   (Moriyoshi)
  1386. - Fixed bug #22224 (implode() changes object references in array). (Moriyoshi)
  1387. - Fixed bug #22221 (bad rows count in the result object for postgresql). (Marc)
  1388. - Fixed bug #22207 (e notation in *printf would be missing a 0 when there is
  1389.   no exponent). (Ilia)
  1390. - Fixed bug #22220 ("php_admin_value open_basedir none" does not work). (Jani)
  1391. - Fixed bug #22191 (frontbase build broken with old version of frontbase). 
  1392.   (Ilia)
  1393. - Fixed bug #22187 (spprintf function did not handle floats correctly). (Ilia)
  1394. - Fixed bug #22149 (incorrect insertion of session id when tabs are used to
  1395.   separate tag elements). (Ilia)
  1396. - Fixed bug #22141 (removed undocumented Boyer str_replace() method). (Sara)
  1397. - Fixed bug #22103 (Added gdImageEllipse and replaced old gdImageFilledEllipse
  1398.   with a better implementation). (Pierre)
  1399. - Fixed bug #22088 (array_shift() left next index to be +1 too much). (Jani)
  1400. - Fixed bug #22083 (MySQL charset directory problem on Windows). (Edin)
  1401. - Fixed bug #22059 (ftp_chdir() causes segfault). (Sara)
  1402. - Fixed bug #22048 (crash in imap_header() when the e-mail contains an 
  1403.   abnormally large number of special characters). (Ilia)
  1404. - Fixed bug #22042 (pg_result_seek() would never seek to the 1st row in the
  1405.   result due to always seeking to row next to the one requested). (Ilia)
  1406. - Fixed bug #22031 (Made curl_write() & curl_write_header() binary safe).
  1407.   (Ilia)
  1408. - Fixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array).
  1409.   (Ilia)
  1410. - Fixed bug #22017 (date() does not support negative timestamps on win32).
  1411.   (Ilia)
  1412. - Fixed bug #22008 (strip_tags() eliminates too much). (Moriyoshi)
  1413. - Fixed bug #21007 (html_errors off text-only output in phpinfo). (Marcus)
  1414. - Fixed bug #22004 (Overload extension and _call() breaks classes). (Shane)
  1415. - Fixed bug #21998 (array_pop() did not reset the current array position).
  1416.   (Jani)
  1417. - Fixed bug #21978, #21036 (win32 mail(), bcc: gets interpreted as cc:). (Sara)
  1418. - Fixed bug #21885 (move_uploaded_file() does not ignore open_basedir). (Wez)
  1419. - Fixed bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE).
  1420.   (Jani)
  1421. - Fixed bug #21815 (fpassthru() ignored buffered data but complained anyway).
  1422.   (Wez)
  1423. - Fixed bug #21809 (select would not always timeout during socket shutdown).
  1424.   (Wez)
  1425. - Fixed bug #21751 (default output buffer could not be deleted). (Marcus)
  1426. - Fixed bug #21725 (return behaviour differs between include and require).
  1427.   (Zeev)
  1428. - Fixed bug #21713 (include remote files leaks descriptors on Solaris). (Wez)
  1429. - Fixed bug #21708 (ucwords() trouble again). (Moriyoshi)
  1430. - Fixed bug #21689 (fgetcsv() suppresses some characters before a separator).
  1431.   (Masahiro, Moriyoshi)
  1432. - Fixed bug #21912, #21676 (getimagesize() failed for remote files). (Wez)
  1433. - Fixed bug #21597 (made glob() understand Windows paths). (Edin)
  1434. - Fixed bug #21549 (problem with Ingres II persistent connections). (Jani)
  1435. - Fixed bug #21544 (Extended checks for where FreeTDS is installed). (Frank)
  1436. - Fixed bug #21534 (typo in gmp_gcdext() causes incorrect results). (Sara)
  1437. - Fixed bug #21531 (file_exists() and other filestat functions report errors
  1438.   when the requested file/directory does not exists). (Sara)
  1439. - Fixed bug #21529 (memory corruption by fsockopen()). (Ilia)
  1440. - Fixed bug #21525 (bind_textdomain_codeset() now available on Windows). (Edin)
  1441. - Fixed bug #21523 (number_format() could cause a memory allocation for a
  1442.   negative memory size in situations where the sprintf implementation of the
  1443.   host system generated less decimal places than were requested). (Wez)
  1444. - Fixed bug #21518 (imagecreatefromstring() crashed with invalid image files).
  1445.   (Ilia)
  1446. - Fixed bug #21511 (config.status warning). (Jani)
  1447. - Fixed bug #21498 (mysql_pconnect connection problems). (Georg)
  1448. - Fixed bug #21453 (improper handling of non-terminated < by strip_tags()).
  1449.   (Ilia)
  1450. - Fixed bug #21445 (gd unable to open fonts). (Ilia)
  1451. - Fixed bug #21443 (improper handling of ? surrounded by spaces 
  1452.   in get_browser()). (Ilia)
  1453. - Fixed bug #21442 (crash in mail() on Windows when 1st parameter is empty). 
  1454.   (Edin)
  1455. - Fixed bug #21410 (fixed handling of NULL or "" files on Win32). (Ilia)
  1456. - Fixed bug #21378 (COM code crashes after update 4.2.1 to 4.3.0). (Harald)
  1457. - Fixed bug #21338 (html_entity_decode() crashed when "" is passed). (Ilia)
  1458. - Fixed bug #21310 (Solaris has issues with getcwd() needing read permissions
  1459.   on directories instead of just execute). (Wez, jflemer)
  1460. - Fixed bug #21297 (in CLI/CGI on the #! it would leave a \n when the code 
  1461.   encounters \r\n). (Ilia)
  1462. - Fixed bug #21268 (session_decode() returned FALSE on success). (Ilia)
  1463. - Fixed bug #21267 (opening URLs that result in redirection to a relative
  1464.   path was failing). (Ilia)
  1465. - Fixed bug #21229 (missing 3rd argument to php_module_startup). (Ilia)
  1466. - Fixed bug #21228 (broken check for ob_gzhandler and made ob_start() return
  1467.   the correct value). (Ilia)
  1468. - Fixed bug #21226 (parse_url handling of urls without a path). (Ilia)
  1469. - Fixed bug #21224 (apache configure fails when using --enable-versioning).
  1470.   (Jani)
  1471. - Fixed bug #21169 (Compile Failure and lots of warnings on UnixWare). (Derick)
  1472. - Fixed bug #21131 (fopen() with mode 'a+' and rewind() doesn't work). (Wez)
  1473. - Fixed bug #20857 (snmpset() failed always, patch by: rs@epost.de). (Jani)
  1474. - Fixed bug #20802 (PHP would die silently when memory limit reached). (Ilia)
  1475. - Fixed bug #20715 (odbc could not be compiled as shared extension). (Jani)
  1476. - Fixed bug #20641 (Numeric/decimal datatype overflow in ext/interbase
  1477.   on Win32). (Daniela)
  1478. - Fixed bug #20503 (imagesetbrush() not available on Windows). (Edin)
  1479. - Fixed bug #20282 (COM memory leak). (Harald)
  1480. - Fixed bug #20256 (snprintf() not defined on some systems). (Jani)
  1481. - Fixed bug #19919 (crash in sapi_apache_header_handler under heavy load).
  1482.   (George)
  1483. - Fixed bug #19795 (Problems with strnatcmp() / strnatcasecmp()). (Moriyoshi)
  1484. - Fixed bug #17868 (multiple <!--include--> used to include PHP files crashes).
  1485.   (Ilia)
  1486. - Fixed bug #17448 (Print the message when OCI_SUCCESS_WITH_INFO is returned).
  1487.   (Maxim)
  1488. - Fixed bug #17098 (make Apache2 aware that PHP scripts should not be cached). 
  1489.   (Ilia)
  1490. - Fixed bug #16798 (Compile failure with LOB support for Oracle version < 8.1).
  1491.   (Maxim)
  1492. - Fixed bug #14532 (fixed connection_status() to return 2 for timeouts). (Jani)
  1493. - Fixed bug #14245 ('make install' fails on AIX when using --with-apxs). (Jani)
  1494. - Fixed bug #13757 (CGI: passing query string on command line broken). (Shane)
  1495. - Fixed bug #13561 (--without-pear disabled phpize/php-config install). (Jani)
  1496. - Fixed bug #13551 (bcmath functions applying scale incorrectly). (Sara)
  1497.  
  1498. 17 Feb 2003, Version 4.3.1
  1499. - Fixed serious security vulnerability in CGI SAPI. (Shane)
  1500.  
  1501. 27 Dec 2002, Version 4.3.0
  1502. - If you don't specify building any other SAPI "make install" will install the
  1503.   CGI SAPI binary in {PREFIX}/bin/php. If you want to install CLI SAPI in that
  1504.   location use "make install-cli" after "make install" or add --disable-cgi
  1505.   to your configure options. In the Windows distribution CLI SAPI is included
  1506.   in the "cli" folder. (Edin)
  1507. - Removed extensions: (Jan, Jani, Sebastian)
  1508.   . ext/aspell
  1509.   . ext/ccvs
  1510.   . ext/icap
  1511.   . sapi/fastcgi
  1512.   . sapi/fhttpd
  1513. - Moved extensions to PECL (http://pear.php.net/): (James, Derick, George)
  1514.   . ext/vpopmail
  1515.   . ext/cybermut
  1516.   . ext/cybercash
  1517. - Make PHP_AUTH_* variables not available in safe mode under Apache when an
  1518.   external basic auth mechanism is used. (Philip)
  1519. - Aliased dba_popen() to dba_open() until 4.3.2 when persistent STDIO streams
  1520.   are introduced. (Andrei)
  1521. - Fixed a security bug in the bundled MySQL library. (Georg, Stefan)
  1522. - ZLIB extension is now built-in in the Windows distribution.
  1523.   External extension (php_zlib.dll) has been removed. (Edin)
  1524. - Fixed a bug in ISO-8601 week calculation
  1525. - Fixed a crash when using invalid color index with imagecolortransparent().
  1526.   (Pierre-Alain Joye)
  1527. - Fixed bug #20987 (no handling for client certificates). (Ilia)
  1528. - Fixed bug #21039 (crash when not supplying an IV to mcrypt_generic_init).
  1529.   (Derick)
  1530. - Fixed bug #20936 (openssl_pkey_get was broken). (jeroen@derks.it, Wez)
  1531. - Fixed bug #20927 (wordwrap crash). (Ilia)
  1532. - Fixed bug #20796 (when register_globals is on & arrays with same names are
  1533.   passed via get/post/cookie the data inside $_GET/$_POST/$_COOKIE can would be
  1534.   corrupted). (Ilia)
  1535. - Fixed bug #20725 (if the upload directory cannot be written to, the POST data
  1536.   after the uploaded file is lost). (Ilia)
  1537. - Fixed bug #20865 (array_key_exists() fails to find NULL key). (Ilia)
  1538. - Fixed bug #20812 (ftp_get returned NULL on success, instead of TRUE). (Ilia)
  1539. - Fixed bug #20785 (crash when using pdf_open_memory_image() to load a
  1540.   true-color image). (Ilia)
  1541. - Fixed a crash when converting between true-color images (png/jpeg) and
  1542.   gd1/gd2 image formats, png/jpeg -> gd1/gd2 -> png/jpeg conversion now
  1543.   works correctly. (Ilia, Pierre-Alain Joye)
  1544. - Fixed a memory leak in the bundled GD library inside 
  1545.   gdImageTrueColorToPalette(). (Ilia)
  1546. - Fixed bug #12776 (array_walk crash). (Moriyoshi)
  1547. - Fixed bug #20934 (htmlspecialchars returns latin1 from UTF-8). (Moriyoshi)
  1548. - Fixed bugs #20270, #15702, #18600 (segfaults in ext/java). (Tony J. White)
  1549. - Made bcmath extension thread safe. (Sander)
  1550. - Fixed bug #19566 (get_declared_classes() segfaults). (Moriyoshi, Marcus, Andi)
  1551. - Fixed bug #20381 (array_merge_recursive mangles input arrays). (Moriyoshi) 
  1552. - Added -n command switch to cli and cgi version which allows to skip php.ini
  1553.   parsing at startup. (Marcus, Wez)
  1554. - Fixed bug #19689 (absolute paths like /test/dir/ not working correctly).
  1555.   (Ilia)
  1556. - Added "neutral" language entry to mbstring spec. (Moriyoshi) 
  1557. - Changed bundled gd library to consider php.ini option memory_limit. (Marcus)
  1558. - Modified log() to accept multiple bases. (Jason)
  1559. - Fixed bugs #16190/18746 (ext/db: flatfile support with windows). (Marcus)
  1560. - Added gd_info() which returns an array of gd support information. (Marcus)
  1561. - Implemented features/changes requested in Bug #16960 (Timm):
  1562.   . Added a new function sybase_unbuffered_query()
  1563.   . Added a new function sybase_fetch_assoc()
  1564.   . Added sybase_set_message_handler() which enables users to handle
  1565.     server messages in a callback function
  1566.   . Added an ini entry for deadlock retries - retrying deadlocks can cause 
  1567.     transaction state to break (sybct.deadlock_retry_count,
  1568.     defaults to -1 "forever").
  1569.   . Fixed sybase_fetch_object() not to return objects with numeric members
  1570.   . Fixed issues with identical fieldnames
  1571.   . Made sybase_fetch_*() functions return correct datatypes
  1572.   . Made phpinfo() section more verbose
  1573.   . Made sybase_query() error messages more verbose
  1574. - Fixed bug #19935 (made OpenSSL file system operations abide by safe_mode
  1575.   & open_basedir restrictions). (Ilia)
  1576. - Fixed bug #18868 (improved the check for availability of realpath()). (Ilia)
  1577. - Fixed width/height detection of bmp images using getimagesize() function on
  1578.   big endian systems and added code to retrieve bmp bit depth. (Ilia)
  1579. - Fixed bug #20035 (line counting error when script starts with #! in 
  1580.   cgi/cli/fastcgi sapis). (Ilia)
  1581. - Fixed bug #20235 (incorrect handling of symlinks on ZTS build). (Ilia)
  1582. - Added sanity checks to headers_sent() & image_type_to_mime_type(). (Ilia)
  1583. - Added an aditional parameter to the jdtojewish() function which makes
  1584.   the function return the symbolic hebrew name. (Moshe Doron, Derick)
  1585. - Fixed bug #20169 (implode() clobbers first argument). (Moriyoshi)
  1586. - Improved dba extension (Marcus)
  1587.   . Added dba_handlers() that returns an array of installed handlers and
  1588.     dba_list() that returns an associative array of open database files. 
  1589.   . Added bundled cdb support wich can be activated by --with-cdb without a
  1590.     path. The bundled version supports cdb_make that allows writing cdb files.
  1591.   . Added optional skip parameter to dba_fetch() to support multiple key-value
  1592.     pairs with the same key for cdb handler.
  1593.   . Added locking for those handlers that do not have their own locking.
  1594.   . Added support for magic_quotes_runtime php.ini option.
  1595.   . Added flatfile support what finally makes ext/db deprecated.
  1596. - Added imagerotate() which is available only when bundled libgd is used.
  1597.   (Pierre-Alain Joye, Ilia)
  1598. - Fixed bug #17497 (mssql extension crashes if magic_quotes_runtime is on).
  1599.   (Sterling)
  1600. - Remove $_FILES from $_REQUEST (import_request_variables is not modified), 
  1601.   this didn't work properly in the first place, and added confusion. (Sterling)
  1602. - Fixed the socket_read() function on win32 to work in normal mode (reading to
  1603.   the end of a line), as well as binary mode. (Sterling)
  1604. - Fixed bug #20110 (added sanity check to prevent include/require functions
  1605.   from trying to include directories). (Ilia)
  1606. - Fixed bug #20108 (segmentation fault on printf("%1.1s", "string")). (Ilia)
  1607. - Added dbx_escape_string() function to dbx module. (Marc)
  1608. - Added Oracle (oci8) support to dbx module. (Marc)
  1609. - Updated FDF extension to work with Adode fdftk 5.0. (Hartmut)
  1610. - Added mb_strtolower() and mb_strtoupper(). (Moriyoshi)
  1611. - Fixed an infinite loop in setlocale() when only invalid locale names
  1612.   were passed in the array. (patch by Pal Loberg, pallo@initio.no)
  1613. - Fixed bugs #19156 and #19544 (COM extension leaks memory and keeps
  1614.   components referenced). (Harald)
  1615. - Added fribidi_get_charsets() and fribidi_charset_info() functions. (Tal)
  1616. - Added Oracle TIMESTAMP type to oci8 extension. (Thies)
  1617. - Fixed fgets($fp) to read until EOL when length parameter is not set. (Wez)
  1618. - Changed registry entries under "HKLM\SOFTWARE\PHP\Per Directory Values" to
  1619.   work also with administrative directives such as safe_mode, open_basedir,
  1620.   etc. (Claudio Felber) 
  1621. - Added str_word_count() function which counts words inside a string. (Ilia)
  1622. - Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo)
  1623. - Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to
  1624.   indicate which iconv implementation is used. (Moriyoshi)
  1625. - Fixed bug #4232 (Added %e & %E support to printf/sprintf). (Ilia)
  1626. - Fixed bug #17580 (Allow ini parser to parse files >16K). (Ilia)
  1627. - Fixed bug #19649 (Sanity checks for browscap.ini parser). (Ilia)
  1628. - Added experimental patch to address problem with floats on various locales.
  1629.   (Bug #17079). (Ilia)
  1630. - Fixed bug #19280 (imap_header fails with many To: addresses). (Ilia)
  1631. - Added mb_regex_set_options(). The Options parameters of various mbregex
  1632.   functions are now deprecated. (Moriyoshi)
  1633. - Fixed bug #19482 (Segfault with PCRE and locale). (Andrei)
  1634. - Made ImageTruecolorToPalette() in bundled GD2 library actually work. (Rasmus)
  1635. - Fixed ImageCopy() in bundled GD2 library to handle copying from truecolor to
  1636.   palette-based. (Wez, Rasmus)
  1637. - Added read-only GIF support for bundled GD2 library. (Rasmus)
  1638. - Made several adjustments to xslt extension (David Viner, Lehnar, Melvyn)
  1639.   . Added xslt_set_object and xslt_setopt function
  1640.   . Changed backend interaction with Sablotron library
  1641.   . Fixed leak with error_print
  1642.   . Made xslt_make_array() always set NULL on last index to signal array end.
  1643. - Changed the glue argument in implode() to be optional. If not specified,
  1644.   defaults to "". (Sterling)
  1645. - Fixed fields argument to contain correct info for xslt_set_error_handler().
  1646.   (Patch by Lenar Lohmus)
  1647. - Added --with-config-file-scan-dir compile-time switch which specifies a
  1648.   directory which will be scanned for *.ini files. (Rasmus)
  1649. - Added ob_get_clean() and ob_get_flush(). (Yasuo)
  1650. - Added ftp_ssl_connect() to ext/ftp for FTP over SSL support. (Stefan Esser)
  1651. - Made a few additions and changes to Apache 2 sapi. (Ilia)
  1652.   . Added apache_response_headers(), apache_note(), apache_getenv() and 
  1653.     apache_setenv() functions.
  1654.   . Added more detailed error reporting to apache_lookup_uri() and virtual().
  1655.   . Renamed getallheaders() to apache_request_headers() and made an alias for BC.
  1656.   . Added php_apache_sapi_getenv() and php_apache_sapi_get_stat().
  1657.   . Added syntax-highlighting handling (.phps)
  1658. - Fixed strstr(), strchr() and strrchr() to be binary safe. (Andrey)
  1659. - Added array_diff_assoc() and array_intersect_assoc(). (Andrey)
  1660. - Fixed bug #17825 (ob_start() chunk size option didn't work well). (Yasuo)
  1661. - Fixed output buffer infinite loop when buffer_size became 0. (Marcus, Wez)
  1662. - Added getopt() for parsing command line options and arguments. (Jon)
  1663. - Added pg_fetch_assoc(), pg_fetch_all(), pg_ping(), pg_meta_data(), pg_convert(), 
  1664.   pg_insert(), pg_select(), pg_update(), pg_delete(), pg_result_seek(),
  1665.   pg_unescape_bytea(), pg_get_notify() and pg_get_pid(). (Yasuo)
  1666. - Fixed bug #17281 (Sanity checks for encoding sessions). (Ilia)
  1667. - Fixed bug #16995 and #19392 (Prevent crash if $HTTP_SESSION_VARS != ARRAY).
  1668.   (Ilia)
  1669. - Fixed bug #19292 (open_basedir restriction problem). (Rasmus)
  1670. - Fixed bug #19366 (gdImageFill crashes when x & y are outside of 
  1671.   the image's boundries). (Ilia)
  1672. - Fixed bug #13936 (__FILE__ constant didn't contain full path). (Ilia)
  1673. - PHP now has a new stream system that allows it to do some clever stuff with
  1674.   fopen() and fsockopen().  As a result:
  1675.   . URL wrappers natively supports https:// URLs if you have compiled
  1676.     OpenSSL support into PHP (shared extension does not support this).
  1677.   . Added support for fopen("ftps://...", ...) which allows to connect to FTP 
  1678.     servers via SSL. (Stefan Esser)
  1679.   . fsockopen() adds support for ssl:// and tls:// connections via TCP/IP
  1680.   . copy($srcfilename, $destfilename) can now be used with URL wrappers
  1681.   . zlib wrappers/streams can be used even on systems without fopencookie()
  1682.   . Changed 'zlib:' fopen wrapper to 'compress.zlib://' and deprecate
  1683.     'zlib:' to avoid ambiguities when filenames have ':' characters. (Wez)
  1684.   . Added 'compress.bzip2://' stream and wrapper support.
  1685.   . Added user-space streams - it is now possible to define a class in PHP
  1686.     code and register it as a URL wrapper. (stream_register_wrapper)
  1687.   . Most extensions now support streams when passing files, which means
  1688.     that those extensions will now also support URL wrappers. (Wez)
  1689.   . Added URL-wrapper support to exif. (Marcus)
  1690.   . Added memory stream support. (Marcus)
  1691.   . Renamed:
  1692.       socket_set_timeout()  -> stream_set_timeout()
  1693.       socket_set_blocking() -> stream_set_blocking()
  1694.       set_file_buffer()     -> stream_set_write_buffer()
  1695.       socket_get_status()   -> stream_get_meta_data()
  1696.     As these functions can (in theory) work on any type of stream. (Wez)
  1697.   . Raw POST data is now available as "php://input" stream. (Hartmut)
  1698.   . fopen("php://output", "wb") returns a stream that writes to the output
  1699.     buffer (like echo and print). (Wez)
  1700.   . Added stream_context_create(), stream_context_set_params() and
  1701.     stream_context_set_option and added an optional fourth parameter to
  1702.     fopen() which accepts a stream context.  Contexts allow sharing of
  1703.     information between streams (a kind of "session") and setting
  1704.     notification callbacks. (Wez)
  1705.   . Made the "User-Agent" header sent by http:// and https:// wrappers
  1706.     configurable in php.ini or via a stream context. (Sterling)
  1707.   . Added stream_filter_prepend() and stream_filter_append() which apply
  1708.     a filter to either the top or the bottom of a stream filter stack.
  1709.     Implemented "string.rot13" filter as an example; more filters are
  1710.     expected to follow in later releases and other extensions. (Wez)
  1711.   . Added stream_select() which works like socket_select but works on
  1712.     streams returned by fopen(), fsockopen() and pfsockopen() instead. (Wez)
  1713.   . Added STDIN, STDOUT and STDERR constants for CLI sapi reflecting opened
  1714.     streams to their respective standard I/O counterparts. (Edin)
  1715.   . Added php.ini option "auto_detect_line_endings" which enables PHP to
  1716.     detect Macintosh, Unix and Dos end-of-line characters in fgets() and
  1717.     file(). Fixes bugs #16521 and #16708. (Wez)
  1718.   . Fixed include(), require() and GD functions to work with remote files
  1719.     under win32.
  1720.     Fixed bug #18609 (ImageCreateFromJPEG can't fetch from a URL). (Wez)
  1721. - Fixed bug #18022 (fopen does not work with php://stdin anymore on Solaris).
  1722.   (Wez)
  1723. - Added php.ini option "default_socket_timeout" to set the timeout limit for 
  1724.   PHP network streams. (kalowsky, ilia@prohost.org, Wez)
  1725. - Added file_get_contents() which returns the contents of a file as a string. 
  1726.   This function also supports the URL wrappers. (Wez)
  1727. - Fixed bug #19595 (Missing functions for GD2 format handling). (Edin)
  1728. - Fixed bug #19633 (Wrong directories in ext/ldap/config.m4). (Derick)
  1729. - Fixed bugs #17274 and #19627 (segfault in sem_remove). (Wez)
  1730. - Added mb_convert_case() function to the mbstring extension which can convert
  1731.   strings between upper, lower and title case using Unicode mappings.
  1732.   Fixed bug #19257 (strtolower & strtoupper does not work for UTF-8 strings).
  1733.   (Wez)
  1734. - Fixed bug #18521 (htmlentities didn't warn about unsupported charsets). (Wez)
  1735. - Fixed bug #11643 (Session related, fix SID redefinition). (Ilia)
  1736. - Fixed bug #18556 (Scripting Engine, problem with locales like tr_TR). (Ilia)
  1737. - Changed y2k_compliance to default to 1 now. (Sascha)
  1738. - Added platform independent socket error constants for better error handling. (Jason)
  1739. - Update output of phpinfo() to use more CSS to reduce the file size, do
  1740.   proper HTML escaping, and make it XHTML compliant. (Colin)
  1741. - Fixed compile errors in the FriBidi extension (Bug #16414). (Tal)
  1742. - Fixed bugs #7472, #12120 and #12989 as well as other potential problems
  1743.   with strip_tags() function. (Ilia)
  1744. - Fixed bugs #17570 and #17957 (Regexps related). (Andrei, Ilia)
  1745. - Fixed bugs #18167 and #16859 (SEGV with session_decode). (Ilia)
  1746. - Fixed bugs #19573 and #13472 (Session, XHTML compliance and trans_sid). 
  1747.   (Sascha)
  1748. - Fixed bug #19570 (last character was missing in get_html_translation_table). 
  1749.   (Wez)
  1750. - Upgraded PCRE to version 3.9. (Wez)
  1751. - Fixed bug in OCIResult() which returned garbage when called on 
  1752.   empty result-sets. (Thies)
  1753. - Added ability to use Perl-style ${n} subpattern references in the
  1754.   replacement string for preg_replace() (bug #18442). (Andrei)
  1755. - Fixed array_merge_recursive() to avoid problems with merging cyclical
  1756.   arrays (bug #16064). (Andrei)
  1757. - Made function_exists() work properly with disabled functions. (Andrei)
  1758. - Added ability to extract() variables as references via OR'able EXTR_REFS
  1759.   flag. (Andrei)
  1760. - Fixed a build failure with the OCI8 extension on Tru64.
  1761.   (Patch by Michael Mauch, micahel.mauch@gmx.de)
  1762. - Added --disable-all configure option. (Jani)
  1763. - Backported debug_backtrace() from ZendEngine2. (Thies)
  1764. - Added html-free phpinfo() output for CLI. (Jan)
  1765. - Fixed socket_recvfrom() to be binary safe. (Jason)
  1766. - Changed mail() to use escape_shell_cmd() to allow multiple extra parameters 
  1767.   to the invocation of the mailer as used in the fifth parameter. (Derick)
  1768. - Changed cURL extension to require cURL version 7.9.8 (Derick)
  1769. - Added zend_execute_internal which is called like zend_execute but for
  1770.   internal functions. (Thies)
  1771. - Changed pg_connection_status(), pg_connection_reset(), pg_connection_busy(),
  1772.   pg_result_status() and pg_result_error() to silently return FALSE when 
  1773.   resource is not passed to them. (Yasuo)
  1774. - Fixed some mysql compile failures on 64 bit-OS. (Georg)
  1775. - Added warnings for deprecated mysql functions:
  1776.   . mysql_create_db() 
  1777.   . mysql_drop_db() 
  1778.   . mysql_escape_string()
  1779. - Added XsltObject->result_dump_mem($result) for returning xslt-result directly
  1780.   into a string and XsltObject->result_dump_file($result,$file[,$compression]) 
  1781.   for dumping into a file. (morus.walter@web.de, chregu)
  1782. - Made mime_magic and ZIP extensions available on Windows. (Edin)
  1783. - Added xslt_backend_version() and xslt_backend_name() for getting
  1784.   information about the processor backend. (chregu)
  1785. - Added ImageColorMatch() and ImageLayerEffect() functions which are only 
  1786.   available when using the bundled GD library. (ttoohey)
  1787. - Made major improvents to the pcntl extension. (Jason)
  1788.   . Greatly improved performance (signal callback mechanism uses ticks)
  1789.   . Implemented object signal callback ability by using array($obj, $method)
  1790.   . Added a restart parameter to pcntl_signal, which allows you to disable
  1791.     the default of system call restarting
  1792. - Changed DomNode->next_sibling() and DomNode->previous_sibling() to return
  1793.   NULL instead of false (W3C specs). (chregu)
  1794. - Changed DomNode->insert_before() and DomNode->append_child() to conform to
  1795.   W3C specs (moving not copying nodes, accepting NULL as 2nd param). (chregu)
  1796. - Added DomNode->set_namespace(uri[,prefix]) (chregu)
  1797. - Fixed shuffle() to properly generate all possibilities. (Patch provided by
  1798.   Adam <adam@trachtenberg.com>)
  1799. - Fixed DomNode->insert_before() to behave according to W3C spec
  1800.   ie. new_child is moved, not copied. (chregu)
  1801. - Added some namespace support with DomNode->add_namespace(uri, prefix)
  1802.   and DomDocument->create_element_ns(uri, nodename) (chregu)
  1803. - Added optional parameter to DomElement->node_name() for retrieving fully 
  1804.   qualified name (ie. namespace prefix). (chregu)
  1805. - Changed DomNode->child_nodes() to return empty array instead of false if no
  1806.   child nodes are found. (chregu)
  1807. - Fixed a bug with handling the Expect header. (Patch by ilia@prohost.org)
  1808. - Fixed a bug in ODBC where closing the module caused a crash in the Windows 
  1809.   executable. (kalowsky)
  1810. - Fixed memory leaks in pack() and unpack(). (Patch by ilia@prohost.org)
  1811. - Added URLs to error messages which direct to a page describing the error or 
  1812.   function in question. (Derick, Wez, Marcus)
  1813. - Added odbc_data_source() functionality to identify DB ServerName, and a 
  1814.   description of it gathered from the DSN. (kalowsky)
  1815. - Fixed copy() to return TRUE with 0 byte files. (Patch by ilia@prohost.org)
  1816. - Added ob_list_handlers() which returns an array of all active output
  1817.   handlers. (Marcus)
  1818. - Added mbstring encoding/decoding "HTML-ENTITIES". (Marcus)
  1819. - Added parameter 'L' for mb_http_input() to retrieve input encoding as a
  1820.   comma separated string. (Marcus)
  1821. - Added the ability for declare() compiler modifications to occur globally
  1822.   by using an empty statement. (Jason, Zend Engine)
  1823.   i.e.  
  1824.         //Globally enables the ticks modifier for the whole program
  1825.         declare (ticks=1);
  1826.  
  1827.         //Enables the ticks modifier for just the lexical block containing
  1828.         //"statement".
  1829.         declare (ticks=1) {
  1830.            statement;
  1831.         }
  1832. - Brought strtotime() "next" keyword handling in line with documentation and
  1833.   its glibc cousin. (Rasmus)
  1834. - Fixed str_rot13() to not mangle source string. (Rasmus)
  1835. - Fixed imap_get_quota() to work with multiple returned resources as per
  1836.   the RFC 2087 and bug #14673. (kalowsky, Sander Steffann)
  1837. - Added MarkerNote decoding to exif_read_data() for several Cameras. (Marcus)
  1838. - Disabled zlib.output_compression for "image/" content-type
  1839.   headers which can be changed during script execution. (Stefan)
  1840. - Added new asynchronous FTP functions. (Stefan)
  1841. - Added optional 5th parameter to FTP functions to support resuming. (Stefan)
  1842. - Added optional 2nd parameter to print_r() to make it return the variable
  1843.   representation instead of echoing it. (Derick)
  1844. - Added mysql_ping(), mysql_real_escape_string(), mysql_character_set_name(), 
  1845.   mysql_thread_id(), mysql_stat() and mysql_list_processes(). (Zak, Georg)
  1846. - Added safe_mode & open_basedir checks for pg_lo_export(). (Yasuo)
  1847. - Added open_basedir check for pg_lo_import(). (Yasuo)
  1848. - Fixed infinite recursion crash bug in ticks. (Jason)
  1849. - Added php.ini option "mysql.connect_timeout" to set the timeout limit for 
  1850.   mysql_connect() and mysql_pconnect(). (Georg)
  1851. - Added optional parameter "flags" to mysql_connect() and mysql_pconnect() 
  1852.   which can be used to set usage of idle timeout and different protocols,
  1853.   SSL and compressed. (Georg)
  1854. - Added automatic rollback to ext/mysql for non committed transactions. (Georg)
  1855. - Fixed cases where preg_split() incorrectly terminated final element if it 
  1856.   contained null bytes. (Andrei)
  1857. - Added persistent connections/pipelining to thttpd. (Sascha)
  1858. - Fixed two potential blocking issues in thttpd. (Sascha)
  1859. - Fixed broken header file detection on Solaris. (Sascha)
  1860. - Improved nss/socket-related symbol/library detection. (Jani, Sascha)
  1861. - Made iconv() work well with both libiconv and libgconv. (Moriyoshi, Yasuo)
  1862. - Fixed socket_set_timeout() on win32. (Jason, Edin, Jani)
  1863. - Added domxml_node_namespace_uri(). (Rui Lopes)
  1864. - Fixed win32 memory leak in /ext/sockets that would occur on any error 
  1865.   condition. Also fixed host resolution error messages on win32. (Jason)
  1866. - Added optional 3rd parameter 'recursive' to ftp_rawlist() which will
  1867.   do 'LIST -R' instead of 'LIST'. (Jani)
  1868. - Changed getimagesize() to always set unknown fields to 0 and added support
  1869.   for iff imagetype. (Marcus)
  1870. - Added runtime Apache2 thread check to ensure we don't run a non-threaded
  1871.   PHP inside a threaded Apache2 MPM.  (Rasmus)
  1872. - Made getimagesize() and exif_read_data() to return also the mime-type and 
  1873.   exif_thumbnail() to return also the image-type. (Marcus)
  1874. - Added image_type_to_mime_type() which converts image-types to mime-types.
  1875.   (Marcus)
  1876. - Made GD functions to only exist if they are available in libgd. Now the 
  1877.   availability can be tested with function_exists(). (Derick)
  1878. - Added an optional parameter to the header() function which overrides the HTTP
  1879.   response code. (Derick)
  1880. - Changed the order of which modules are unloaded to the reverse order of
  1881.   which they were loaded. (Derick, Zend Engine)
  1882. - Added preliminary SAX-Input support. It's now possible to build a DomDocument
  1883.   with SAX-Events. (chregu)
  1884. - Bundled GD library 2.0.1 with php (ext/gd/libgd) (Rasmus, Jani, Markus, Edin)
  1885. - Fixed bzopen() crash in thread-safe mode. (Andrei)
  1886. - Added better error-messages (3rd parameter) and validating of DTDs (2nd
  1887.   parameter) to domxml_open_mem() and domxml_open_file(). (Christian)
  1888. - Added domxml_doc_validate() for validating existing DomDocuments with a DTD.
  1889.   (Christian)
  1890. - Added ability to capture string offsets in preg_match_*() results.
  1891.   (David Brown, Andrei)
  1892. - Fixed set_error_handler() to accept methods as callbacks and also report
  1893.   invalid callbacks. (Andrei)
  1894. - Fixed a memory corruption bug in overload extension. (Andrei)
  1895. - Fixed error handling in fsockopen() on win32. (Jason)
  1896. - Added win32 support for the timeout parameter of fsockopen(). (Jason)
  1897. - Fixed shuffle() to provide equal distribution of values. (Andrei)
  1898. - Added --with-mysql-sock configure option which can be used to override
  1899.   the unix socket location. (e.g. NFS compiles, etc.) (James Cox)
  1900. - Fixed is_a() to properly work on extension registered classes. (Andrei)
  1901. - Added new constants: PHP_PREFIX and PHP_SHLIB_SUFFIX. (Stig)
  1902. - Added pctnl_alarm() function. (Edin)
  1903. - If zlib.output_compression is enabled and a page is compressed 
  1904.   a "Vary: Accept-Encoding" header is now added. (Stefan)
  1905. - Renamed getallheaders() to apache_request_headers() and kept getallheaders() 
  1906.   as an alias to it. Also added apache_response_headers() which returns the 
  1907.   current response headers from Apache. (Rasmus)
  1908. - Added missing AddRef() calls in the COM extension. This should fix weird 
  1909.   behaviour (in particular with ADODB). (Harald)
  1910. - Fixed segfault in version_compare(). (Stig)
  1911. - Added compressed Flash MX files support to getimagesize(). (Derick)
  1912. - Added ability to capture string offsets in preg_split() results.
  1913.   (David Brown, Andrei)
  1914. - Fixed a crash bug in token_get_all(). (Andrei)
  1915. - Implemented glob() for Unix/Win32. (Hartmut, Edin, Markus)
  1916. - Added domxml_doc_set_root() to change the root node. (Lukas Schroeder)
  1917. - Fixed a crash bug in stripslashes() when working in sybase mode. (Rasmus)
  1918. - Added experimental support for Simplified Chinese, Traditional Chinese and
  1919.   Korean encodings into mbstring. (Rui)
  1920. - Misc. Win32 mail() enhancements: support 'From:' header (msisolak@yahoo.com),
  1921.   support Bcc header, case-insensitive headers, enhanced error reporting,
  1922.   automatic proper line ending conversion, fixed crash with Cc, fixed buffer
  1923.   overflows with $header. (Markus)
  1924. - Improved IMAP extension performance. (adam.kauffman@mindspring.com,
  1925.   rjs3@andrew.cmu.edu, Jon)
  1926. - Added optional 5th parameter to domxml_xslt_process(). When set, profiling
  1927.   information is saved to the specified file. (chregu)
  1928. - Added MD5 support for crypt() on Windows. (Edin)
  1929. - Fixed resource bug in LDAP extension. (Stig Venaas)
  1930. - Fixed crash in output buffering when buffer is overwritten in a callback. 
  1931.   (Yasuo)
  1932. - Added output_add_rewrite_var() and output_remove_rewrite_var() to inject
  1933.   and remove variables from the URL-Rewriter. (Thies)
  1934. - The Windows build can now be configured more comfortably, for example 
  1935.   when dealing with built-in extensions. (Sebastian)
  1936. - Added large OID value (2^31 to 2^32) support for pg_lo_import(),
  1937.   pg_lo_unlink(), pg_lo_open() and pg_lo_export(). (Yasuo)
  1938. - Fixed mixing OCIPlogon() and OCINLogon() to not leak Oracle-Sessions. (Thies)
  1939. - Added php.ini options for EXIF extension to encode and decode Unicode/JIS
  1940.   user comments. (Marcus)
  1941. - Changed the "-c" CLI/CGI option to allow both 'filename' and 
  1942.   'path to php.ini'. (Yasuo)
  1943. - Added version information to the .dll and .exe files created under Windows.
  1944.   (jtate)
  1945. - Added __FUNCTION__ and __CLASS__ constants. (Jani, Zend Engine)
  1946. - Added optional 2nd parameter for pg_result_status() to specify return type. 
  1947.   (Yasuo)
  1948. - Added "log_errors_max_len" php.ini option which controls maximum length for 
  1949.   error messages. (Marcus)
  1950. - Added "ignore_repeated_errors" and "ignore_repeated_source" php.ini options
  1951.   which can be used to disable logging of repeated error messages. (Marcus)
  1952. - Made pg_last_notice() work correctly. (Yasuo)
  1953. - Added "pgsql.ignore_notice" and "pgsql.log_notice" php.ini options. (Yasuo)
  1954. - Added "zlib.output_compression_level" php.ini option. (Stig)
  1955. - Added support for --with-apxs build on Mac OS X / Darwin. (markonen)
  1956. - Added support for dynamically loaded extensions on OS X / Darwin. 
  1957.   NOTE: This requires Apache 1.3.25 or later. (kalowsky, markonen)
  1958. - Fixed CR/LF processing in quoted_printable_decode() on Win32. (kir)
  1959. - Made crack extension available on Win32. Cracklib libraries for Win32 are
  1960.   available at http://www.jtatesoftware.com/cracklib/. (jtate)
  1961. - Added mysql_info() function. (Jan)
  1962. - Added mysql_list_processes() and mysql_stat() functions. (Georg)
  1963. - Fixed memory allocation problem on systems that have iconv() support in libc.
  1964.   (Yasuo)
  1965. - Made var_dump() handle recursive structures better. (Yasuo, Derick)
  1966. - Added exif_imagetype() function. (Marcus)
  1967. - New improved build system. Among other improvements, replaces the slow 
  1968.   recursive make with one global Makefile and eases the integration of proper
  1969.   dependencies. Automake is only needed for its aclocal tool. The build 
  1970.   process is now more portable and less resource-consuming. (Sascha)
  1971.  
  1972. 06 Sep 2002, Version 4.2.3
  1973. - Disabled the fifth parameter in mail() when safe-mode is turned on. (Derick)
  1974. - Enable UTF8 modifier support for PCRE on win32. (Wez, Edin)
  1975. - Enabled strcoll() on win32. (Markus)
  1976. - Fixed possible ASCII control char injection in mail(). (Stefan Esser)
  1977. - Fixed a potential crash bug in import_request_variables() (Zeev)
  1978. - Fixed several problems with directory functions on Windows. (Steph)
  1979. - Fixed xbithack bug in Apache module. (Rasmus)
  1980. - Fixed a bug that prevented touch() from working on various platforms. (Steph)
  1981. - Fixed ob_gzhandler()'s handling of requests that do have the Accept-Encoding
  1982.   header, but do not allow compression. (Zeev)
  1983. - Fixed several bugs in the multithreaded version that could cause random parse
  1984.   errors, especially on machines with multiple CPUs. (Zeev, Zend Engine)
  1985. - Fixed a build problem in bcmath. (Alan)
  1986. - Fixed several bzip2 issues. (Andrei, kalowsky)
  1987. - Fixed several COM issues. (Harald)
  1988. - Various exif fixes. (Marcus)
  1989. - Fixed domxml_xslt_process() and domxml_get_element_by_id() and several
  1990.   other issues in DOMXML. (Christian)
  1991. - Fixed DOMXML crash on removing previously created attributes. (Christian)
  1992. - Fixed crash when converting $GLOBALS to an object. (Zeev, Zend Engine)
  1993. - Fixed ImageCreateFromGD2Part() (Jani)
  1994. - Fixed a build issue in the IMAP extension under IRIX. (kalowsky)
  1995. - Fixed a bug in imap_last_error() (Jani)
  1996. - Various mbstring fixes. (Yasuo, Rui)
  1997. - Fixed a build problem in the mcal extension. (Jani)
  1998. - Made MySQL rollback open transactions when the request ends. (Georg)
  1999. - Fixed a crash in the shutdown order of the ODBC module. (kalowsky)
  2000. - Fixed PCRE build problems. (troels@arvin.dk)
  2001. - Fixed a crash in pg_lo_write() (Yasuo)
  2002. - Fixed posix_isatty() and posix_ttyname(). (Markus)
  2003. - Fixed accidental pg_lo_import() API change. (Yasuo)
  2004. - Fixed ereg_replace() crash when the backreference number was greater than the 
  2005.   number of captured subpatterns. (oliver@billix.franken.de)
  2006. - Fixed array_rand() on thread-safe platforms such as Windows. (Edin)
  2007. - Report the right exit code after a call to exit(). (Edin)
  2008.  
  2009. 22 Jul 2002, Version 4.2.2
  2010. - Fixed serious security vulnerability. (Stefan Esser)
  2011.  
  2012. 13 May 2002, Version 4.2.1
  2013. - Added safe-mode checks to show_source(), parse_ini_file() and rmdir(). Also
  2014.   fixed security problems with safe_mode_include_dir directive. (Rasmus)
  2015. - Changed HTTP upload code to accept 0 byte file uploads. (Zeev)
  2016. - Major update of domxml. New functions, better DOM compliance and bug fixes:
  2017.   * Changed the old $node->append_child() to $node->append_sibling() since
  2018.     the new append_child() behaves correctly (= W3C standard).
  2019.   * Added domxml functions:
  2020.     . domxml_elem_get_elements_by_tagname() 
  2021.     . domxml_doc_get_elements_by_tagname()
  2022.     . domxml_doc_get_element_by_id()
  2023.     . domxml_elem_remove_attribute()
  2024.     . domxml_elem_get_attribute_node()
  2025.   * Fixed a segfault in domxml_unlink(). 
  2026.   * Added formatting option to domxml_dump_mem(). 
  2027.   (Uwe, jtate, Chregu)
  2028. - Fixed a bug in socket_select() that could cause unexpected behavior when
  2029.   using a statement like $w = $e = array($sock); This change unfortunately
  2030.   prevents the use of constant values (e.g. NULL) for the socket array
  2031.   paramaters. Instead, use a temporary variable or an expression with the
  2032.   leftmost member being a temporary variable. ex.:
  2033.   socket_select($w, $r, $e = NULL, 10); (Jason)
  2034. - Fixed crashes in the session serializer. (Stas)
  2035. - Fixed malformed atime/mtime with touch(). (Yasuo)
  2036. - Fixed a couple of bugs in array_sum() and array_merge(). (Andrei)
  2037. - Fixed SJIS directory name handling under Windows. (Rui)
  2038. - Fixed empty mb_output_handler() output when Content-Type is specified.
  2039.   (Yasuo) 
  2040. - Fixed the false logic in ext/session which made SID constant not to be
  2041.   defined when cookies are disabled. (Sascha)
  2042. - Fixed possible crash bug in HTTP uploads. (Patch: Lucas Schroeder)
  2043. - Fixed possible NULL-pointer dereferencing in the COM extension which
  2044.   caused 'Error in php_OLECHAR_to_char()' warnings on various places.
  2045.   Also modified the API to consistently return NULL in case of an error.
  2046.   (Alan, Harald)
  2047. - Fixed a bug in the COM extension that caused outproc servers to 'hang'
  2048.   because of a missing Release() call. (Alan, Harald)
  2049.  
  2050. 22 Apr 2002, Version 4.2.0
  2051. - ATTENTION!! register_globals defaults to 'off' now !!!
  2052. - Note: Apache2 support is EXPERIMENTAL.
  2053. - PostgreSQL functions are renamed, but all old function names are available.
  2054.   Old function names will be available long enough. User can safely use old
  2055.   function names. (Yasuo)
  2056. - Moved ext/mailparse to PECL. See http://thebrainroom.com/opensource/php/
  2057.   for more information and to download the extension. (Wez/Jim)
  2058. - Fixed pg_last_notice() crash. (Yasuo)
  2059. - Modified the mysql extension to disable 'LOAD LOCAL' when safe mode is 
  2060.   enabled. (Jason)
  2061. - Added CLI (command line interface) sapi which is more suitable for writing 
  2062.   shell scripts. Some of the differences to CGI sapi are: no HTTP headers, 
  2063.   plain text error messages, does not change working directory, have a new -r
  2064.   option which executes a piece of PHP code directly from the commmand line, etc.
  2065.   (Edin)
  2066. - Fixed HTTP file upload support to handle big files better. (Jani)
  2067. - Major modifications to the Sockets Extension and its API (Jason):
  2068.   . Fixed numerous bugs.
  2069.   . Added automatic host lookup capability to all functions that take addr's.
  2070.     example: socket_connect($sock, 'www.yahoo.com', 80);
  2071.   . Corrected and standardized host lookup errors
  2072.   . Modified socket_recv() behavior. [$r=socket_recv($sock, $buf, $len, $flags)]
  2073.   . Added socket_set_block() which changes a socket into blocking IO mode
  2074.   . Modified socket_last_error() to not clear the last error
  2075.   . Added socket_clear_error() which clears the last error on a socket
  2076.   . Removed all code pertaining to fd_sets (socket_fd_*)
  2077.   . Modified/Improved socket_select() to accept array of resources instead of 
  2078.     fd_sets. example: 
  2079.     <?php 
  2080.           $wfds=$rfds=array($sock1, $sock2, $sock3, $sock7);
  2081.           $r=socket_select($rfds, $wfds, NULL, 1);
  2082.           print "Ready to read:\n"; var_dump($rfds);
  2083.     ?>
  2084. - Fixed segfault in ibase_close() if user does not free the resultset.
  2085.   Bugs #15419, #15992. (daniela)
  2086. - Added optional 3rd parameter "int encoding_mode" to gzencode() and fixed 
  2087.   parameters to conform documentation. (Stefan)
  2088. - Changed read_exif_data() to be an alias of exif_read_data(). (Marcus)
  2089. - Added exif_tagname() function which returns the names of tags and
  2090.   exif_thumbnail() function to extract embedded thumbnails. (Marcus)
  2091. - Fixed iconv support with FreeBSD. (kalowsky)
  2092. - Cleaned up the posix extension: (Markus)
  2093.   . Removed unwanted warning messages
  2094.   . Added posix_errno() and posix_strerror() for fetching error messages
  2095.   . Changed the way posix_getgrnam() and posix_getgrgid() return their values 
  2096.     (breaks BC but makes more sense)
  2097.   . Does not include functions in symbol table which aren't supported on host 
  2098.     system. 
  2099. - Added TIFF support for getimagesize() and read_exif_data(). (Marcus)
  2100. - Changed the Velocis extension namespace to Birdstep to reflect new product 
  2101.   name. Added aliases for BC. (James)
  2102. - Added safe_mode checks for opendir(). (jflemer)
  2103. - Changed the 2nd parameter in pgsql_fetch_*() functions to support NULL if
  2104.   all 3 parameters are supplied, but you do not want to provide a row number.
  2105.   (Derick)
  2106. - Improved iconv() when using libc's iconv. (Yasuo)
  2107. - Added PHP_SAPI constant which contains the name of running SAPI. (Edin)
  2108. - Added ob_get_status() which returns an array of buffers with their status.
  2109.   (Yasuo)
  2110. - Fixed a crash bug in ob_end_*() functions. ob_end_*() will not delete
  2111.   buffers that may not be deleted. (Yasuo)
  2112. - Added 3rd parameter "bool erase" to ob_start(). If FALSE, the buffer may not
  2113.   be deleted until script finishes. (Yasuo)
  2114. - Changed ob_*() functions to return TRUE for success, FALSE for failure.
  2115.   (Yasuo)
  2116. - Added sybase_ct support to dbx module. (Marc)
  2117. - Fixed error message handling with PostgreSQL 7.2. (Rui)
  2118. - Added object aggregation capability, see aggregation_*() functions. (Andrei)
  2119. - Added debug_zval_dump() which works similarly to var_dump, but displays 
  2120.   extra internal information such as refcounts and true type names. (Jason)
  2121. - Added Andrei's tokenizer extension. (Stig)
  2122. - Fixed a bug in the COM extension which caused php to crash in
  2123.   php_COM_get_ids_of_names(). (Paul, Harald)
  2124. - Removed ext/satellite. It is now part of PEAR. (eriksson)
  2125. - Changed php.ini directive 'safe_mode_include_dir' to accept a (semi)colon 
  2126.   separated path (like 'include_path') rather than a single directory.
  2127.   (jflemer)
  2128. - Added is_a() function that can be used to test whether object is of a certain
  2129.   class or is derived from it. (Andrei, Zend Engine)
  2130. - Added optional parameter to highlight_string() and highlight_file() which
  2131.   makes these functions to return a highlighted string instead of dumping
  2132.   it to standard output. (Derick)
  2133. - Added EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags to extract(). (Rasmus)
  2134. - Fixed a segfault in pg_pconnect(). If PostgreSQL server is restarted, broken 
  2135.   connection is detected and reconnected. (Yasuo)
  2136. - Fixed --enable-safe-mode configure option. (Yasuo)
  2137. - Added function domxml_dump_node($doc,$node). Dumps a node plus all children 
  2138.   into a string. (chregu)
  2139. - Added function domxml_node_get_content(). (chregu)
  2140. - Added function domxml_dump_file($filename,[$compression]). Dumps XML to
  2141.   a file and uses compression, if specified. (chregu)
  2142. - Added exslt integration to domxml extension (http://exslt.org for details).
  2143.   Configure with --with-dom-exslt[=DIR] (and --with-dom-xslt). 
  2144.   (chregu,jaroslaw)
  2145. - Fixed session_unset() to not touch any globals if register_globals is off.
  2146.   (Thies)
  2147. - Added 3 new optional parameters to OCIFetchStatement(). They control
  2148.   the number of rows to skip at the beginning of the cursor, the
  2149.   maximun numer of rows that should be fetched and the format of the
  2150.   returned array. (Thies)
  2151. - Updated the XSLT extension to support Sablotron 0.8. (Petr Cimprich)
  2152. - Fixed a bug in preg_match() and preg_match_all() when matching strings 
  2153.   contain null bytes. (Andrei)
  2154. - Added xpath_register_ns() function. This makes it possible to issue XPath 
  2155.   queries with namespaces like for example: "//namespace:sampletag".
  2156.   (Chris Jarecki)
  2157. - Added multi-byte enabled regular expression functions. (Rui)
  2158. - Added optional second parameter to count() which can be used to specify
  2159.   either normal or recursive counting. (patch by Vlad Bosinceanu <glipy@fx.ro>)
  2160. - Added mb_get_info() to get internal settings of mbstring. (Rui)
  2161. - Added async query functions to PostgreSQL module. (Yasuo)
  2162. - Added pg_copy_to()/pg_copy_from() for PostgreSQL module. (Youichi, Yasuo)
  2163. - Added IPv6 support for FTP extension. (Stig Venaas)
  2164. - Improved the speed of wordwrap() significantly. (Jim)
  2165. - Fixed pow()'s incorrect behaviour when dealing with powers of 0. (Jim)
  2166. - Added is_finite(), is_infinite() and is_nan(). (Jim)
  2167. - Fixed segfault in wordwrap() when wrapping to zero width and using
  2168.   multi-character break or trying to force cut (bug #12768). (Jim)
  2169. - Fixed several bugs in dbase extension (dbase_pack() truncate file to right
  2170.   size, fix 6852 #1 and 6852 #2). (Vlad)
  2171. - Fixed bug in krsort() where an extra character was being compared. (Andi)
  2172. - Fixed bug that made pspell include pspell.h from a wrong location. (Vlad)
  2173. - Added function overload in mbstring to add multibyte support for 
  2174.   string and mail functions. (Rui)
  2175. - Added flags parameter to preg_grep(). The only flag currently is
  2176.   PREG_GREP_INVERT that will make the function return entries that
  2177.   did not match. (Andrei)
  2178. - Fixed several crash bugs in the xslt extension. (Markus, Derick)
  2179. - Fixed problem with dbase not returning very large (larger than long)
  2180.   integers properly. (Vlad)
  2181. - Added concepts to IRCG: bailout-on-trivial issue, write output to
  2182.   files, fetch a resource upon connection end. (Sascha)
  2183. - Fixed POST-related bugs in thttpd, added QUERY_STRING, HTTP_HOST,
  2184.   HTTP_ACCEPT_LANGUAGE to the script environment, improved patch
  2185.   to send correct MIME types, and added support for /nocache/. (Sascha)
  2186. - Fixed several bugs and memleaks in the domxml extension. (Markus)
  2187. - Added var_export() which outputs a representation of a variable as reusable 
  2188.   PHP code. (Derick)
  2189. - Added -w option to the CGI-version to strip all comments and whitespace
  2190.   from the script. (Thies)
  2191. - Added support for SO_RCVTIMEO and SO_SNDTIMEO to ext/sockets. (Jason)
  2192. - Added ob_get_level() which returns the nesting level of the output buffering
  2193.   mechanism. (Yasuo, Derick)
  2194. - Added ob_flush() and ob_clean() functions which flush and clean an output 
  2195.   buffer without destroying the buffer. (Derick)
  2196. - Added new optional parameter to mysql_connect() which forces a new database 
  2197.   link to be created. (Markus, Derick)
  2198. - Added ldap_sort() function. (Stig Venaas)
  2199. - Added md5_file() function which calculates the MD5 sum of a file.
  2200.   Patch by Alessandro Astarita <aleast@capri.it> (Derick)
  2201. - Added support for parsing recordsets contained in WDDX packets. (Andrei)
  2202. - Renamed key_exists() to array_key_exists(). (Derick)
  2203. - Fixed ImageColorsForIndex() and ImageColorAt() to work for TrueColor
  2204.   images. (Rasmus)
  2205. - Added support for bind_textdomain_codeset(). (rudib@email.si)
  2206. - Added generic Win 32 API extension. (jmoore)
  2207. - Removed warning message about NONEXISTENT character set from mysql_connect() 
  2208.   when the server's default character set != latin1. (Mysql Team)
  2209. - Added Direct I/O extension for lowlevel access to the POSIX layer. (Sterling)
  2210. - Added SAPI module for the WebJames server on RISC OS. (Alex Waugh)
  2211. - Fixed ldap_add() and ldap_modify() functions to throw a warning with illegal 
  2212.   value arrays. Previously segfaulted or added wrong value. (Stig Venaas)
  2213. - Added udm_check_charset() function into mnoGoSearch extension. (gluke)
  2214. - Fixed mnoGoSearch extension to support mnogosearch-3.2.x. (gluke)
  2215. - Made fbsql_num_rows() to return the correct value on all select statements.
  2216.   (Frank)
  2217. - Added array_chunk() function which splits an array into chunks of specified
  2218.   size. (Andrei)
  2219. - Fixed $HTTP_RAW_POST_DATA to be populated on a missing content-type when 
  2220.   always_populate_raw_post_data is on. (Rasmus)
  2221. - Added session_cache_expire() function. (patch by anuradha@gnu.org) (Andrei)
  2222. - Added array_fill() function. (Rasmus)
  2223. - Made Authorization header to be hidden from phpinfo() output in safe_mode. 
  2224.   (Rasmus)
  2225. - Re-instated safe-mode realm mangling. (Rasmus)
  2226. - Fixed a bug in preg_replace() that would change the type of the replacement
  2227.   array entries to string. (Andrei)
  2228. - Added user-space object overloading extension. (Andrei)
  2229. - Added ldap_start_tls() function. (Stig Venaas, patch by kuenne@rentec.com)
  2230. - Changed rand() and mt_rand() to be seed automatically if srand() or
  2231.   mt_srand() has not been called. (Sterling)
  2232. - Changed the seed options to srand() and mt_srand() to be optional. If the 
  2233.   seed is not specified the most random seed possible is generated. (Sterling)
  2234. - Added array_change_key_case() function which returns an array with all 
  2235.   string keys lowercased or uppercased. (Edin)
  2236. - Added parameter to ircg_pconnect to suppress treating non-fatal errors
  2237.   as fatal, and added conversion of Windows quotes to ". (Sascha)
  2238. - Added pcntl_exec() function which behaves similar to the system execve.
  2239.   (Jason)
  2240. - Fixed segfault and check for truecolor image in ImageColorAt(). (Rasmus)
  2241. - Fixed nl2br() to handle all styles of line-endings in one string. 
  2242.   (Boian, Derick)
  2243. - Added mcrypt_generic_deinit() to replace mcrypt_generic_end(). (Derick)
  2244. - Added apache_setenv() function for injecting variables into Apache's
  2245.   subprocess_env table. (Rasmus)
  2246. - Added support for 'int', 'bool', 'float' and 'null' in settype(). (Jeroen)
  2247. - Added IPv6 support to gethostbyaddr().
  2248.   (Patch by Matthias Wimmer <matthias@charente.de> and venaas)
  2249. - Fixed LONG_VARCHAR type crashing in ODBC extension. Patch by Walter Franzini.
  2250.   (kalowsky)
  2251. - Changed in_array() and search_array() to allow the needle to be an array 
  2252.   in itself. (Andrei)
  2253. - Added ini_get_all() function which returns all registered ini entries
  2254.   or entries for the specified extension. (Jani)
  2255. - Added mailparse_uudecode_all() which extracts all uuencoded attachments. 
  2256.   (Wez)
  2257. - Added support for chinese encodings in htmlentities() and htmlspecialchars().
  2258.   (Patch by Alan Knowles <alan_k@hklc.com> and Wez)
  2259. - Improved support for autoconf-2.50+/libtool 1.4b+. (Jan Kneschke, Sascha)
  2260.  
  2261. 27 Feb 2002, Version 4.1.2
  2262. - Fixed start up failure when mm save handler is used and there are multiple
  2263.   SAPIs working at the same time. (Yasuo)
  2264. - Fixed the Roxen SAPI. (Yasuo)
  2265. - Fixed a buffer overflow in the RFC-1867 file upload code. (Stefan)
  2266. - Fixed a crash bug in the session module. (Yasuo)
  2267. - Fixed a crash bug in the pspell module. (Yasuo)
  2268. - Changed the default output encoding of mbstring 'pass' to fix
  2269.   initialization problem. (Rui)
  2270.  
  2271. 26 Dec 2001, Version 4.1.1
  2272. - Fixed incompatibility with Windows .NET / IIS 6 - may improve stability
  2273.   under other versions of IIS. (Zeev)
  2274. - Fixed bug that caused crashes or error notices on shutdown on threaded
  2275.   platforms. (Zeev)
  2276. - Fixed several crash bugs in the xslt extension. (Markus, Derick)
  2277. - Fixed problem with dbase not returning very large (larger than long)
  2278.   integers properly. (Vlad)
  2279. - Fixed several bugs and memleaks in the domxml extension. (Markus)
  2280. - Fixed bug in gmmktime() which was one hour off during standard time -
  2281.   bug #9878. Patch by bfoddy@mediaone.net. (jmoore)
  2282. - Fixed bug in gmdate() timezone handling on Windows - bug #13885. (jmoore)
  2283. - Fixed several crash bugs in the mcrypt extension. (Derick)
  2284. - Made the mcrypt extension compile with the libmcrypt 2.2 series again.
  2285.   (Sterling)
  2286. - Fixed a bug where the is_file() family of functions would in-correctly give
  2287.   an error when they were given filenames that didn't exist. (Sterling)
  2288. - Fixed a bug in the strtotime() function where it was incorrectly recognizing
  2289.   GMT +0100 and GMT -0100. (Derick)
  2290.  
  2291. 10 Dec 2001, Version 4.1.0
  2292. - Fixed return values for strtok (Bug #13866) (jmoore)
  2293. - Worked around a bug in the MySQL client library that could cause PHP to hang
  2294.   when using unbuffered queries. (Zeev)
  2295. - Fixed a bug which caused set_time_limit() to affect all subsequent requests
  2296.   to running Apache child process. (Zeev)
  2297. - Removed the sablotron extension in favor of the new XSLT extension.
  2298.   (Sterling)
  2299. - Fixed a bug in WDDX deserialization that would sometimes corrupt the root
  2300.   element if it was a scalar one. (Andrei)
  2301. - Make ImageColorAt() and ImageColorsForIndex() work with TrueColor images.
  2302.   (Rasmus)
  2303. - Fixed a bug in preg_match_all() that would return results under improper 
  2304.   indices in certain cases. (Andrei)
  2305. - Fixed a crash in str_replace() that would happen if search parameter was an
  2306.   array and one of the replacements resulted in subject string being empty.
  2307.   (Andrei)
  2308. - Fixed MySQL extension to work with MySQL 4.0. (Jani)
  2309. - Fixed a crash bug within Cobalt systems. Patch by tomc@tripac.com. (Jani)
  2310. - Bundled Dan Libby's xmlrpc-epi extension.
  2311. - Introduced extension version numbers. (Stig)
  2312. - Added version_compare() function. (Stig)
  2313. - Fixed pg_last_notice() (could cause random crashes in PostgreSQL
  2314.   applications, even if they didn't use pg_last_notice()). (Zeev)
  2315. - Fixed DOM-XML's error reporting, so E_WARNING errors are given instead of
  2316.   E_ERROR error's, this allows you to trap errors thrown by DOMXML functions.
  2317.   (Sterling)
  2318. - Fixed a bug in the mcrypt extension, where list destructors were not
  2319.   properly being allocated. (Sterling)
  2320. - Better Interbase blob, null and error handling. (Patch by Jeremy Bettis)
  2321. - Fixed a crash bug in array_map() if the input arrays had string or
  2322.   non-sequential keys. Also modified it so that if a single array is passed,
  2323.   its keys are preserved in the resulting array. (Andrei)
  2324. - Fixed a crash in dbase_replace_record. (Patch by robin.marlow@dps-int.com)
  2325. - Fixed a crash in msql_result(). (Zeev)
  2326. - Added support for single dimensional SafeArrays and Enumerations.
  2327.   Added com_isenum() function to check if a component implements an
  2328.   enumeration. (Alan, Harald)
  2329. - Fixed a bug in dbase_get_record() and dbase_get_record_with_names().
  2330.   boolean fields are now returned correctly.
  2331.   Patch by Lawrence E. Widman <widman@cardiothink.com> (Jani)
  2332. - Added --version option to php-config. (Stig)
  2333. - Improved support for thttpd-2.21b by incorporating patches for all known
  2334.   bugs. (Sascha)
  2335. - Added ircg_get_username, a roomkey argument to ircg_join, error fetching
  2336.   infrastructure, a tokenizer to speed up message processing, and fixed
  2337.   a lot of bugs in the IRCG extension. (Sascha)
  2338. - Improved speed of the serializer/deserializer. (Thies, Sascha)
  2339. - Floating point numbers are better detected when converting from strings.
  2340.   (Zeev, Zend Engine)
  2341. - Replaced php.ini-optimized with php.ini-recommended.  As the name implies,
  2342.   it's warmly recommended to use this file as the basis for your PHP
  2343.   configuration, rather than php.ini-dist.  (Zeev)
  2344. - Restore xpath_eval() and php_xpathptr_eval() for 4.0.7. There
  2345.   are still some known leaks. (Joey)
  2346. - Added import_request_variables(), to allow users to safely import form
  2347.   variables to the global scope (Zeev)
  2348. - Introduced a new $_REQUEST array, which includes any GET, POST or COOKIE
  2349.   variables.  Like the other new variables, this variable is also available
  2350.   regardless of the context.  (Andi & Zeev)
  2351. - Introduced $_GET, $_POST, $_COOKIE, $_SERVER and $_ENV variables, which
  2352.   deprecate the old $HTTP_*_VARS arrays.  In addition to be much shorter to
  2353.   type - these variables are also available regardless of the scope, and 
  2354.   there's no need to import them using the 'global' statement.  (Andi & Zeev)
  2355. - Added vprintf() and vsprintf() functions that allow passing all arguments
  2356.   after format as an array. (Andrei)
  2357. - Added support for GD2 image type for ImageCreateFromString(). (Jani)
  2358. - Added ImageCreateFromGD(), ImageCreateFromGD2(), ImageCreateFromGD2part(),
  2359.   ImageGD() and ImageGD2() functions. (Jani)
  2360. - addcslashes now warns when charlist is invalid. The returned string
  2361.   remained the same (Jeroen)
  2362. - Added optional extra argument to gmp_init(). The extra argument
  2363.   indicates which number base gmp should use when converting a
  2364.   string to the gmp-number. (Troels)
  2365. - Added the Cyrus-IMAP extension, which allows a direct interface to Cyrus' 
  2366.   more advanced capabilities. (Sterling)
  2367. - Enhanced read_exif_data() to support multiple comment tags. (Rasmus)
  2368. - Fixed a crash bug in array_map() when NULL callback was passed in. (Andrei)
  2369. - Change from E_ERROR to E_WARNING in the exif extension (Rasmus)
  2370. - New pow() implementation, which returns an integer when possible,
  2371.   and warnings on wrong input (jeroen)
  2372. - Added optional second parameter to trim, chop and ltrim. You can
  2373.   now specify which characters to trim (jeroen)
  2374. - Hugely improved the performance of the thread-safe version of PHP, especially
  2375.   under Windows (Andi & Zeev) 
  2376. - Improved request-shutdown performance significantly (Andi & Zeev, Zend
  2377.   Engine)
  2378. - Added a few new math functions. (Jesus)
  2379. - Bump bundled expat to 1.95.2 (Thies)
  2380. - Improved the stability of OCIPlogon() after a database restart. (Thies)
  2381. - Fixed __FILE__ in the CGI & Java servlet modes when used in the main script.
  2382.   It only worked correctly in included files before this fix (Andi)
  2383. - Improved the Zend hash table implementation to be much faster (Andi, Zend
  2384.   Engine)
  2385. - Updated PHP's file open function (used by include()) to check in the calling
  2386.   script's directory in case the file can't be found in the include_path (Andi)
  2387. - Fixed a corruption bug that could cause constants to become corrupted, and
  2388.   possibly prevent resources from properly being cleaned up at the end of
  2389.   a request (Zeev)
  2390. - Added optional use of Boyer-Moore algorithm to str_replace() (Sascha)
  2391. - Fixed and improved shared-memory session storage module (Sascha)
  2392. - Add config option (always_populate_raw_post_data) which when enabled
  2393.   will always populate $HTTP_RAW_POST_DATA regardless of the post mime
  2394.   type (Rasmus)
  2395. - Added support for socket and popen file types to ftp_fput (Jason)
  2396. - Fixed various memory leaks in the LDAP extension (Stig Venaas)
  2397. - Improved interactive mode - it is now available in all builds of PHP, without
  2398.   any significant slowdown (Zeev, Zend Engine)
  2399. - Fixed crash in iptcparse() if the supplied data was bogus. (Thies)
  2400. - Fixed return value for a failed snmpset() - now returns false  (Rasmus)
  2401. - Added hostname:port support to snmp functions (nbougues@axialys.net, Rasmus)
  2402. - Added fdf_set_encoding() function (Masaki YATSU, Rasmus)
  2403. - Reversed the destruction-order of resources.  This fixes the reported OCI8 
  2404.   "failed to rollback outstanding transactions!" message (Thies, Zend Engine)
  2405. - Added option for returning XMLRPC fault packets. (Matt Allen, Sascha
  2406.   Schumann)
  2407. - Improved range() function to support range('a','z') and range(9,0) types of
  2408.   ranges. (Rasmus)
  2409. - Added getmygid() and safe_mode_gid ini directive to allow safe mode to do
  2410.   a gid check instead of a uid check. (James E. Flemer, Rasmus)
  2411. - Made assert() accept the array(&$obj, 'methodname') syntax. (Thies)
  2412. - Made sure that OCI8 outbound variables are always zero-terminated. (Thies)
  2413. - Fixed a bug that allowed users to spawn processes while using the 5th
  2414.   parameter to mail(). (Derick)
  2415. - Added nl_langinfo() (when OS provides it) that returns locale.
  2416. - Fixed a major memory corruption bug in the thread safe version. (Zeev)
  2417. - Fixed a crash when using the CURLOPT_WRITEHEADER option. (Sterling)
  2418. - Added optional suffix removal parameter to basename(). (Hartmut)
  2419. - Added new parameter UDM_PARAM_VARDIR ha in Udm_Set_Agent_Param() function to
  2420.   support alternative search data directory.  This requires mnogoSearch 3.1.13
  2421.   or later.
  2422. - Fixed references in sessions. This doesn't work when using the WDDX
  2423.   session-serializer. Also improved speed of sessions. (Thies)
  2424. - Added new experimental module pcntl (Process Control). (Jason)
  2425. - Fixed a bug when com.allow_dcom is set to false. (phanto)
  2426. - Added a further parameter to the constructor to load typelibs from file when
  2427.   instantiating components (e.g. DCOM Components without local registration).
  2428.   (phanto)
  2429. - Added the possibility to specify typelibs by full name in the typelib file
  2430.   (Alan Brown)
  2431. - Renamed the ZZiplib extension to the Zip extension, function names have also
  2432.   changed accordingly, functionality, has stayed constant. (Sterling)
  2433. - Made the length argument (argument 2) to pg_loread() optional, if not
  2434.   specified data will be read in 1kb chunks. (Sterling)
  2435. - Added a third argument to pg_lowrite() which is the length of the data to
  2436.   write. (Sterling)
  2437. - Added the CONNECTION_ABORTED, CONNECTION_TIMEOUT and CONNECTION_NORMAL
  2438.   constants. (Zak)
  2439. - Assigning to a string offset beyond the end of the string now automatically
  2440.   increases the string length by padding it with spaces, and performs the
  2441.   assignment. (Zeev, Zend Engine)
  2442. - Added warnings in case an uninitialized string offset is read. (Zeev, Zend
  2443.   Engine)
  2444. - Fixed a couple of overflow bugs in case of very large negative integer
  2445.   numbers. (Zeev, Zend Engine)
  2446. - Fixed a crash bug in the string-offsets implementation (Zeev, Zend Engine)
  2447. - Improved the implementation of parent::method_name() for classes which use
  2448.   run-time inheritance. (Zeev, Zend Engine)
  2449. - Added 'W' flag to date() function to return week number of year using ISO
  2450.   8601 standard. (Colin)
  2451. - Made the PostgreSQL driver do internal row counting when iterating through
  2452.   result sets. (gvz@2scale.net)
  2453. - Updated ext/mysql/libmysql to version 3.23.39; Portability fixes, minor
  2454.   bug fixes. (tim@mysql.com)
  2455. - Added get_defined_constants() function to return an associative array of
  2456.   constants mapped to their values. (Sean)
  2457. - New mailparse extension for parsing and manipulating MIME mail. (Wez)
  2458. - Define HAVE_CONFIG_H when building standalone DSO extensions. (Stig)
  2459. - Added the 'u' modifier to printf/sprintf which prints unsigned longs.
  2460.   (Derick)
  2461. - Improved IRIX compatibility. (Sascha)
  2462. - Fixed crash bug in bzopen() when specifying an invalid file. (Andi)
  2463. - Fixed bugs in the mcrypt extension that caused crashes. (Derick)
  2464. - Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
  2465.   specified that the drawn curve should be rounded. (Sterling)
  2466. - Updated the sockets extension to use resources instead of longs for the
  2467.   socket descriptors.  The socket functions have been renamed to conform with
  2468.   the PHP standard instead of their C counterparts.  The sockets extension is 
  2469.   now usable under Win32. (Daniel)
  2470. - Added disk_total_space() to return the total size of a filesystem.
  2471.   (Patch from Steven Bower)
  2472. - Renamed diskfreespace() to disk_free_space() to conform to established
  2473.   naming conventions. (Jon)
  2474. - Fixed #2181. Now zero is returned instead of an unset value for
  2475.   7-bit encoding and plain text body type. (Vlad)
  2476. - Fixed a bug in call_user_*() functions that would not allow calling
  2477.   functions/methods that accepted parameters by reference. (Andrei)
  2478. - Added com_release($obj) and com_addref($obj) functions and the related class
  2479.   members $obj->Release() and $obj->AddRef() to gain more control over the used
  2480.   COM components. (phanto)
  2481. - Added an additional parameter to dotnet_load to specify the codepage (phanto)
  2482. - Added peak memory logging. Use --enable-memory-limit to create a new Apache
  2483.   1.x logging directive "{mod_php_memory_usage}n" which will log the peak
  2484.   amount of memory used by the script. (Thies)
  2485. - Made fstat() and stat() provide identical output by returning a numerical and
  2486.   string indexed array. (Jason)
  2487. - Fixed memory leak upon re-registering constants. (Sascha, Zend Engine)
  2488.  
  2489. 23 Jun 2001, Version 4.0.6
  2490. - Fixed memory fragmention problem which could lead to web server processes
  2491.   growing much more than they should. (Andi, Zend Engine)
  2492. - Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value
  2493.   when register_globals is on. (Andrei)
  2494. - Fixed disk_free_space() and disk_total_space() under FreeBSD. (Jon)
  2495. - Fixed readfile/passthru losing resources during connection abort (Sascha)
  2496. - Fixed bug in the mcrypt extension that caused segfaults when using a key
  2497.   that is too large for the used algorithm, and a bug that caused
  2498.   mcrypt_generic() to segfault PHP (Derick)
  2499. - Fixed getopt so that it accepts command line arguments in the form
  2500.   -<opt><arg> and -<opt> <arg>. (Jmoore)
  2501. - Fixed race in writing session files (Sascha)
  2502. - Fixed a possible crash in the PHP CGI when no input file is
  2503.   specified (Zeev)
  2504. - Added is_callable() function that can be used to find out whether
  2505.   its argument is a valid callable construct. (Andrei)
  2506. - Fixed a rare possible crash when generating extended information. (Dmitri
  2507.   Dmitrienko, Zend Engine)
  2508. - Improved virtual() to support PHP-enabled URIs. (Zeev)
  2509. - Fixed undefined behavior when using floating point keys in array()
  2510.   expressions. (Zeev, Zend Engine)
  2511. - Fixed a possible crash in case of parse errors in include files or eval
  2512.   statements. (Zeev, Zend Engine)
  2513. - Added --with-layout configure option. (Stig)
  2514. - Improved interactive mode - supports function calls, and works in
  2515.   multithreaded builds. (Zeev, Zend Engine)
  2516. - Fixed a crash bug in interactive mode. (Zeev, Zend Engine)
  2517. - Added pg_last_notice() function. (Rasmus from suggestion by Dirk@rackspace.com)
  2518. - Fixed a bug in preg_split() that would incorrectly limit the number of
  2519.   results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
  2520. - Added connection error support to mysql_error() and mysql_errno(). (Jason)
  2521. - Added support to getimagesize to return dimensions of BMP and PSD
  2522.   files. (Derick)
  2523. - Added heuristic to kill stale IRC connections, message scanner caching, and
  2524.   nickname escaping to IRCG, suppress option to ircg_msg(), and statistics to
  2525.   IRCG phpinfo() output. (Sascha)
  2526. - Added Japanese multibyte string functions support. (Rui)
  2527. - Added Mac OS X "\r" line ending support. (Andi, Zend Engine)
  2528. - Fixed a bug regarding the $PHP_SELF being incorrectly registered when
  2529.   force-cgi-redirect was not enabled. (Sterling)
  2530. - pfpro extension now supports version 3 of the Verisign SDK. (John Donagher)
  2531. - Udm_Cat_List and Udm_Cat_Path functions has been added.
  2532. - Added key_exists() to check if a given key or index exists in an
  2533.   array or object. (David Croft)
  2534. - Modify the cURL extension to compile only with the latest cURL release.  
  2535.   Backwards compatibility with regards to the extension api has not been 
  2536.   broken. (Sterling)
  2537. - Added the ability to use user-defined callbacks with cURL. (Sterling)
  2538. - Added the SSL_VERIFYPEER, CAINFO, MAXREDIRS, FILETIME, RANDOM_FILE, EGDSOCKET
  2539.   and CONNECTTIMEOUT options to curl_setopt(). (Sterling)
  2540. - Added support for persistent connections with cURL. (Sterling)
  2541. - Fixed a problem in cURL with file descriptors being allocated, but never 
  2542.   closed. (Sterling)
  2543. - Fixed interactive mode (-a). It works again with the same limitations it
  2544.   has always had. (Andi, Zend Engine)
  2545. - Improved memory manager to use less memory and provide better memory overflow
  2546.   detection abilities in debug mode. (Andi, Zend Engine)
  2547. - Fixed resource leaks when resources were being cast to numbers. (Zeev, Zend
  2548.   Engine)
  2549. - Fixed foreach() to not crash when being sent an invalid argument. (Andi, Zend
  2550.   Engine)
  2551. - Fixed a bug in opendir() under Windows when trying to open a non-exisiting
  2552.   directory. (Andi)
  2553. - Fixed popen() and the exec family under Win32 (Unable to fork issue). (Daniel)
  2554. - Make the printf family of functions binary clean. (Rasmus)
  2555. - Fixed WDDX serialization to HTML-escape key/variable names so as not to
  2556.   break the XML packet. (Andrei)
  2557. - Made WDDX extension enabled by default. (Andrei)
  2558. - Added -C command-line option to avoid chdir to the script's directory. (Stig)
  2559. - Fixed a bug with /e modifier in preg_replace(), that would not correctly
  2560.   replace two-digit references if single digit references were present
  2561.   before them. This fixed bug #10218. (Andrei)
  2562. - Added temporary LOB support in OCI8. (Patch by David Benson)
  2563. - Fixed crash in pathinfo()
  2564. - OCI8 now supports binding of collections. (Patch by Andy Sautins
  2565.   <asautins@veripost.net>)
  2566. - Added GD 2.0.1 support for truecolor and alpha channels, plus some other gd
  2567.   functions, both old and new - see docs for more info. (Wez)
  2568. - Added S/MIME sign/verify encrypt/decrypt functions to openssl extension,
  2569.   along with some other certificate manipulation and interrogation functions.
  2570.   See docs for more info. (Wez)
  2571. - printf argnum (parameter swapping) support. (Morten Poulsen, Rasmus)
  2572. - Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows). (Stig)
  2573. - Added small change to php_odbc module, to check for failed SQLDisconnects
  2574.   and to close any outstanding transactions if the call fails, then disconnect
  2575.   again. (lurcher)
  2576. - Modified get_parent_class() and get_class_methods() to accept a class name as
  2577.   well as a class instance. (Andrei, Zend Engine)
  2578. - Added support for UNC style paths. (\\server\share\file,
  2579.   //server/share/file). (Daniel, TSRM)
  2580. - Added dbx module (database abstraction) to the repository. (Marc)
  2581. - Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls
  2582.   and even COM calls much faster.
  2583.   All ini settings are now prefixed by 'com.'.
  2584.   Now you need not provide a path to the file containing the typelib, you can
  2585.   also provide the GUID of the TypeLib - entry or an IID for preloading
  2586.   type - information. (Harald)
  2587. - Rewrite of domxml. It's now mostly DOM Level 2 conform. (Uwe)
  2588. - Added array_map() function that applies a callback to the elements
  2589.   of given arrays and returns the result. It can also be used with a
  2590.   null callback to transpose arrays. (Andrei)
  2591. - Added array_filter(), which allows filtering of array elements via
  2592.   the specified callback. (Andrei)
  2593. - Fixed all relevant array functions to avoid moving the internal array
  2594.   pointer during operations. (Andrei)
  2595. - Added mysql_unbuffered_query(), which is useful for very large result sets.
  2596.   (Zeev)
  2597.  
  2598. 30 Apr 2001, Version 4.0.5
  2599. - Added new php.ini directive: arg_separator.input which is used to tell
  2600.   PHP which characters are considered as argument separators in URLs. 
  2601.   Renamed php.ini directive: arg_separator -> arg_separator.output (Jani)
  2602. - Added FastCGI SAPI module. (Ben Mansell)
  2603. - Added array_reduce(), which allows iterative reduction of an array
  2604.   to a single value via a callback function. (Andrei)
  2605. - The imageloadfont function of the gd extension should be not platform
  2606.   dependent after this fix. (alex@zend.com)
  2607. - Fixed a compatibility problem in some file functions (fgets, fputs, fread,
  2608.   fwrite). The ANSI standard says that if a file is opened in read/write
  2609.   mode, fseek() should be called before switching from reading to writing
  2610.   and vice versa. (alex@zend.com)
  2611. - Fixed argument checking for call_user_func* functions and allowed
  2612.   specifying array($obj, 'method') syntax for call_user_func_array. (Andrei)
  2613. - Fixed parent::method() to also work with runtime bindings.
  2614.   (Zeev, Zend Engine)
  2615. - Implemented high-performance zlib-based output compression - see
  2616.   zlib.output_compression INI directive. (Zeev)
  2617. - Improved ob_gzhandler() to support chunked output buffering - it's 
  2618.   recommended to use it with 4KB chunks. (Zeev)
  2619. - Fixed chunked output buffering. (Zeev)
  2620. - Forced call_user_method() and call_user_method_array() to take the
  2621.   object argument by reference. (Andrei)
  2622. - Fixed binding of ROWIDs in OCI8. (Thies)
  2623. - Added PEAR/Cache as a generic Caching System. (Sebastian, PEAR/Cache)
  2624. - Added IMAP quota support (imap_set_quota, imap_get_quota), enabled/added via
  2625.   c-client2000. (kalowsky)
  2626. - Upgraded PCRE to version 3.4. (Andrei)
  2627. - Added array_search which works similar to in_array but returns
  2628.   the key instead of a boolean. (jason@php.net)
  2629. - Fixed pgsql transaction support. (Stig, PEAR/DB)
  2630. - Added new object VARIANT() to encapsulate values for use with
  2631.   the COM and DOTNET module. Therefore it is now possible to pass
  2632.   values by reference, convert php values to extended variant types (currency,
  2633.   date, idispatch, iunknown, ...) and define the codepage that should
  2634.   be used for unicode - conversion.
  2635. - Improved overall speed of IRCG, added URL handling to message scanner.
  2636.   (Sascha)
  2637. - Fixed some modules to allow using output-buffering. (Thies)
  2638. - Added the chroot() function. (Derick)
  2639. - PostgreSQL now does a rollback at the end of a request on every
  2640.   persistent connection. This is done by doing an "empty" transaction
  2641.   on the connection. This was advised by someone from the PostgreSQL
  2642.   core-team. (Thies)
  2643. - Fixed PostgeSQL pg_connect() bug. We would sometimes close the default
  2644.   link by accident. (Patch by: aja@nlgroup.ca)
  2645. - Improved OCI8 dead-session detection. (Patch by: George Schlossnagle)
  2646. - Fixed get_meta_tags() multiline bug #4556. (Sean)
  2647. - Prefer random() over *rand48(). (JimJag)
  2648. - Sped up WDDX serialization 2x. (Andrei)
  2649. - Added a new parameter to mail() which appends aditional command line
  2650.   parameters to the mail program. (Derick)
  2651. - Added Udm_Clear_Search_Limits mnoGoSearch extension function. (gluke)
  2652. - Fixed mnogosearch protos. Fixed mnogosearch functions return values.
  2653.   A bug with capital letters break search has been fixed. (gluke)
  2654. - Static methods can now be called via call_user_method_* functions, e.g.
  2655.   call_user_method('method', 'class'), and also array('class', 'method')
  2656.   constructs (for array_walk(), for example). (Andrei, Zend Engine)
  2657. - microtime() under Windows now returns accurate values. (James)
  2658. - Added PREG_SPLIT_DELIM_CAPTURE flag to preg_split() that allows for Perl-like
  2659.   functionality of capturing parenthesized delimiter expression. (Andrei)
  2660. - Fixed strip_tags() to not strip a lone > character. (Rasmus)
  2661. - When using the ob_gzhandler() PHP now automagically also sets the
  2662.   Content-Lengh correctly which enables browsers to use the HTTP
  2663.   Keep-Alive feature. (Thies)
  2664. - Improved handling of preg_replace() /F modifier so that it's possible to
  2665.   specify array($obj, 'method') construct as a replacement function. (Andrei)
  2666. - Added mysql_get_client_info(), mysql_get_server_info(),
  2667.   mysql_get_proto_info(), and mysql_get_host_info() functions. (Sean)
  2668. - Major change of the php pdf api. It could break some functions though
  2669.   backwards compatibility was tried to maintain. Adding some still
  2670.   missing functions as well. (Uwe)
  2671. - Added mnoGoSearch extension - http://search.mnogo.ru. (Sergey K)
  2672. - Allow URL encoding in DB usernames and passwords. (Stig, PEAR)
  2673. - Added raiseError and setErrorHandling methods to PEAR class. (Stig, PEAR)
  2674. - Added support for converting images from JPG/PNG on the fly with the GD
  2675.   extension, which is usefull for creating dynamic WAP-sites. (Derick)
  2676. - Updated ext/mysql/libmysql to version 3.23.32; bug fixes. (tim@mysql.com)
  2677. - Fixed possible crash in all (non-pcre) regex functions. (Thies)
  2678. - Improved str_replace() to accept an array for any parameter - similar
  2679.   to preg_replace(). (Andrei)
  2680. - Fixed extract() to properly prefix numeric keys when EXTR_PREFIX_ALL is
  2681.   used. (Andrei)
  2682. - Added EXTR_PREFIX_INVALID flag to extract() to automatically prefix
  2683.   string keys that do not constitute valid variable names. (Andrei)
  2684. - BeOS patch from svanegmond@bang.dhs.org, modified somewhat by Rasmus.
  2685. - Fixed the Apache module to overwrite PATH_TRANSLATED with SCRIPT_FILENAME,
  2686.   only if PATH_TRANSLATED is not previously set. (Zeev)
  2687. - Fixed crash bug in highlight_string(). (Rasmus)
  2688. - Added URL support for getimagesize() function. (Jani)
  2689. - Added xslt_set_scheme_handler() function. (carmelo@akooe.com)
  2690. - Added the pg_lolseek and pg_lotell functions. (Derick)
  2691. - Fixed wrong breaking with the wordwrap function. (Derick)
  2692. - Fixed 'O' and 'r' flags of date() to have correct sign for timezone
  2693.   offset. (Andrei)
  2694. - Changed 'Z' flag to date() to always return timezone offset with
  2695.   negative sign if it's west of UTC. (Andrei)
  2696. - Added the HTML_Processor class which provides common functions for 
  2697.   processing HTML. (Sterling)
  2698. - Added localeconv() and strcoll() functions for localization. (Sean)
  2699. - Added the xslt_set_base function. (Sterling)
  2700. - Added support for Zeus 3.3.8.
  2701. - Added odbc_error() and odbc_errormsg() functions. (Stig)
  2702. - New extension for vpopmail - http://www.inter7.com/vpopmail,
  2703.   give it a try, but keep in mind that it is not ready for production 
  2704.   environments. (David Croft, Boian Bonev)
  2705. - Added sybase_get_last_message() to the Sybase CT module. (Jan Fedak)
  2706. - Made ldap_list(), ldap_read() and ldap_search() do parallel search when
  2707.   first parameter is an array of link identifiers. (Stig Venaas)
  2708. - Made fopen() of HTTP URL follow redirects, $http_response_header will
  2709.   contain all headers with empty string as delimiter. (Stig Venaas)
  2710. - Added Console_Getopt class for parsing command-line args. (Andrei, PEAR)
  2711. - Added an experimental version of the ZZipLib extension which provides the
  2712.   ability to read zip files. (Sterling)
  2713. - Allow access to uploaded files in safe_mode. Beware that you can only
  2714.   read the file. If you copy it to new location the copy will not have the
  2715.   right UID and you script won't be able to access that copy. (Thies)
  2716. - Changed extract() to check that prefixed name is a valid one. (Andrei)
  2717. - Changed extract() to return the number of variables extracted. (Andrei)
  2718. - Added ldap_rename() function. (Stig Venaas)
  2719. - Made ldap_set_option() support controls. (Stig Venaas)
  2720. - Changed ldap_search() and added functions ldap_parse_result(),
  2721.   ldap_first_reference(), ldap_next_reference() and ldap_parse_reference()
  2722.   to cope with LDAPv3 stuff like referrals and references. (Stig Venaas)
  2723. - Fixed date('r') overflow.
  2724. - Made the php.ini path reported in phpinfo() always point to the absolute
  2725.   path that was opened. (Zeev)
  2726. - Made the INI mechanism thread safe. (Zeev, Zend Engine)
  2727. - Changed setlocale() to use LC_* constants. (Jani)
  2728. - ctype functions now follow the extension naming conventions. (Hartmut)
  2729. - Added iconv() function (using libc or libiconv). (Stig)
  2730. - Added ODBC_TYPE constant. (Stig)
  2731. - Added the call_user_method_array function which allows you to call a method
  2732.   with an arbitrary number of parameters. (Sterling)
  2733. - ext/odbc: IBM DB2 patch by Walter Franzini. <walter@sys-net.it>
  2734. - Added extension for the cracklib library. (Alexander Feldman)
  2735.  
  2736. 19 Dec. 2000, Version 4.0.4
  2737. - Allow assigning a newly created object by reference. This is needed only if
  2738.   your constructor makes other data structures reference the $this object (for
  2739.   example, $GLOBALS["foobar"] =& $this;)
  2740.   The new syntax is $obj =& new MyClass(); (Andi, Zend Engine)
  2741. - Allow for three expression types to be sent to functions which are requesting
  2742.   the function argument to be passed by reference (only c. was previously
  2743.   supported):
  2744.   a. func(new myclass());
  2745.   b. func(func2()); where func2() returns a reference, i.e. is defined as
  2746.      function &func2(...)
  2747.      {
  2748.       ...
  2749.      }
  2750.   c. func($var); where func() is defined as function func(&$var) {...}
  2751.   You CAN'T count on any other expressions to be passable by reference.
  2752.   (Andi, Zend Engine)
  2753. - Made ldap_get_entries() return an array even if there are no entries
  2754.   in search result. (Jani)
  2755. - Fixed bad mod_perl interaction which caused segfaults when using LFS (Sascha)
  2756. - const CONSTNAME now gets recognized. Before the patch only @const CONSTNAME
  2757.   description was recognized.
  2758. - Added the is_null() function that will return true if a variable is of
  2759.   type null. (Sterling)
  2760. - Fixed a bug which made readdir() unusable in some systems. (Jani)
  2761. - Added the get_defined_functions() function which returns a list of all 
  2762.   currently defined functions. (Sterling)
  2763. - Added the get_defined_vars() function which returns an associative array
  2764.   of all variables defined in the current scope and their subsequent values.
  2765.   (Sterling) 
  2766. - Added the call_user_func_array() function which gives you the ability to
  2767.   call a user function by passing an array of parameters as the second
  2768.   argument. (Sterling)
  2769. - Added the constant() function which returns the value of a constant given
  2770.   the constant's name. (Sterling)
  2771. - Implemented support for Perl-style matching regexp delimiters in PCRE.
  2772.   You can use <{[( and )]}> to delimit your expressions now. (Andrei)
  2773. - Introduced new 'F' modifier in PCRE that lets you specify a function
  2774.   name in the replacement argument to preg_replace() that will be called
  2775.   at run-time to provide the replacement string. It is passed an array of
  2776.   matched pattern and subpatterns. (Andrei)
  2777. - Put an end to BUG#4615 (kalowsky & Eric Veldhuyzen)
  2778. - Added the IRCG extension (Sascha)
  2779. - Fixed realpath() in Virtual Directory mode (Daniel)
  2780. - Integrated the Phil Nelson's bc math library routines into PHP, now that
  2781.   the license allows it (Phil Nelson <phil@cs.wwu.edu>)
  2782. - Added the xslt_set_error_handler() function to the Sablotron extension.
  2783.   (Sterling)
  2784. - Improved Sablotron's error handling system allowing you to catch all
  2785.   errors before they are outputted to the screen. (Sterling)
  2786. - Added OpenSSL extension (Stig Venaas)
  2787. - Fixed/created support for Solid 3.0 databases (kalowsky)
  2788. - Fixed support for Solid 2.3 databases (kalowsky)
  2789. - quoted_printable_decode() function is made RFC-2045 compliant. (Kir)
  2790. - Modified preg_grep() to always return the results with keys from the original
  2791.   array. (Andrei)
  2792. - Modified preg_replace() to accept Perl-style $n backreferences in addition
  2793.   to \\n ones. (Andrei)
  2794. - Modified preg_replace() to ignore backreferences that refer to
  2795.   non-existing subpatterns. (Andrei)
  2796. - Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies)
  2797. - Added 'output_handler' INI directive (Zeev)
  2798. - Fixed some buglets in the output buffering mechanism (Zeev)
  2799. - Added transparent gzip compression support (Jade Nicoletti, Zeev)
  2800. - Major overhaul of domxml. Added basic XPath support as well (Uwe)
  2801. - Added 'r' flag to date() which generates an RFC822 formatted date, e.g.
  2802.   "Thu,  9 Nov 2000 16:33:01 -0500" (Colin)
  2803. - In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables
  2804.   as well (Zeev)
  2805. - Allow user to use mysql_use_result in mysql queries (Stas)
  2806. - Fixed a memory leak that would occur when restarting Apache often
  2807.   (mookid@sigent.ru)
  2808. - Fixed a bug that prevented $argv and $argc from being defined in the command
  2809.   line version of PHP (Stas)
  2810. - Fixed a bug that prevented a changed compile-time extension_dir from
  2811.   affecting modules that were loaded via php.ini (Zeev)
  2812. - Fixed a bug in ftp_mkdir() when used on ftp server which doesn't return
  2813.   the full path (Jani)
  2814. - Added ImageCreateFromString() which creates an image stream out of 
  2815.   e.g. a MySQL blob. (Mathieu)
  2816. - Fixed a crash bug in imagewbmp() (Jani)
  2817. - Changed the sablot configuration file so that if you use any version of
  2818.   Sablotron below 0.44 you must use Sablotron's built-in Expat libraries.
  2819.   (Sterling)
  2820. - Added basic authentication support to thttpd (Sascha)
  2821. - Added support for the Caudium webserver (http://caudium.net/). It's based
  2822.   on the Roxen SAPI module. Many bugs have been identified and fixed. (David)
  2823. - Fixed mysql_close(), pg_close(), msql_close() and sybase_close() - they
  2824.   weren't properly closing the SQL connections (Zeev)
  2825. - Fixed crypt() to supply random seed if none is given (Andi)
  2826. - Made print_r() support recursive data structures, e.g. $GLOBALS. (Zeev)
  2827. - Fixed a bug that caused PHP not to properly flush its output buffer, if more
  2828.   than one output buffer was used. (Zeev)
  2829. - Fixed a bug that could draw the shutdown sequence of the PHP Apache module
  2830.   into an endless loop, under certain circumstances.  It could cause Apache
  2831.   processes under Solaris to get stuck, especially when using output
  2832.   buffering. (Zeev)
  2833. - Added support for serializing references (Stas)
  2834. - Fixed conflict with OpenLDAP and Oracle 8.1.x (Jani)
  2835. - parse_ini_file() supports a new optional 2nd argument that instructs it
  2836.   to divide the directives to arrays according to the sections in which they
  2837.   reside (Zeev)
  2838. - parse_ini_file() is now thread-safe, and supported under Windows (Zeev)
  2839. - Unified aborted-connection semantics of all SAPI modules (Sascha)
  2840. - URL-opened files now store the HTTP response header in $http_response_header
  2841.   (Zeev)
  2842. - Fixed array_rand() to shuffle results when the number of requested
  2843.   elements is the same as the number of elements in the array. (Andrei)
  2844. - Added replace parameter to header() (Sascha)
  2845. - Fixed handling of single quotes in transparent session-id mode (Sascha)
  2846. - Fixed "php://*" fopen handler (Sascha)
  2847. - Made rename work in threadsafe enviroments (Daniel)
  2848. - Made session_destroy() close files before unlinking (Daniel)
  2849. - Added array_sum() function. (Andrei)
  2850. - Fixed a bug in session.c. The php_session_save_current_state did not check
  2851.   if mod_data is NULL and such situation is possible if the user calls 
  2852.   session_module_name with a parameter. (alex@zend.com)
  2853. - Added IIS Admin extension. (Frank)
  2854. - OCIBindByName() now does better parameter-checking. (Thies)
  2855. - Made read() binary-safe in sockets.c (Chris Vandomelen)
  2856. - Made array_intersect() and array_diff() not alter order (Stig Venaas)
  2857. - Made ldap_connect() accept URL in host parameter when using OpenLDAP
  2858.   2.x. To use SSL, use ldaps://host/ as URL. (Stig Venaas)
  2859. - Made resource type names visible, e.g. var_dump() and
  2860.   get_resource_type() display "file" for file resources. (Andrei)
  2861. - Added the curl_getinfo() function to find out information about a CURL
  2862.   transfer.  This function requires cURL 7.4.0 or above. (Sterling)
  2863. - Added the CURLOPT_KRB4, CURLOPT_INTERFACE, CURLOPT_QUOTE, CURLOPT_POSTQUOTE,
  2864.   CURLOPT_QUOTE and CURLOPT_HTTPPROXYTUNNELL options. (Sterling)
  2865. - Renamed the shm_* functions to shmop_* (Derick)
  2866. - Updated ext/mysql/libmysql to version 3.23 (tim@mysql.com)
  2867. - Added ldap_get_option() and ldap_set_option() functions (Stig Venaas)
  2868. - Fixed a crash in CGI mode, in case no file was provided 
  2869.   (Daniel Beulshausen& Zeev)
  2870. - Fixed possible crash bug in imap_fetchstructure() (Jani)
  2871. - Fixed possible crash bug in imap_open() (Jani & Mark Musone)
  2872. - Added url_rewriter.tags configuration directive (Sascha)
  2873. - Added CORBA client extension, ready for use (eriksson@php.net)
  2874. - Fixed memory leak in x-httpd-source mode (Jason Greene)
  2875. - Changed ext/gd not to be enabled by default (Jani)
  2876. - Make increment of empty string ("") behave like in PHP 3 and result in "1"
  2877.   (Andi, Zend Engine)
  2878. - Added POST handler for Adobe FDF format (Hartmut)
  2879. - Added transparent read and write .gz-files on glibc based systems
  2880.   using the 'zlib:' fopen wrapper (Hartmut)
  2881. - Fixed a problem in the configuration parser (two null bytes were added
  2882.   to each ENCAPSULATED TC_STRING) (alex@zend.com)
  2883. - Added HMAC support in the mhash module (nmav@altera.gr)
  2884. - Added module for Ovrimos sql server (nmav@altera.gr)
  2885.  
  2886. 11 Oct 2000, Version 4.0.3
  2887. - Fixed a possible crash in -a interactive mode (Zeev, Zend Engine)
  2888. - Added mysql_escape_string() (Peter A. Savitch and & Brian Wang)
  2889. - Fixed many possible crash bugs with improper use of the printf() family of
  2890.   functions (Andi)
  2891. - Fixed a problem that allowed users to override admin_value's and admin_flag's
  2892.   (Zeev)
  2893. - Fixed PostgreSQL module to work when the link handle is omitted (Zeev)
  2894. - Fixed returning of empty LOB fields in OCI8. (Thies)
  2895. - Added Calendar module to default Win32 build (Andi)
  2896. - Added FTP module to default Win32 build (Andi)
  2897. - Fixed crash in the POSIX getrlimit() function (alex@zend.com)
  2898. - Fixed dirname() under certain conditions (Andi)
  2899. - Added --with-imap-ssl to support SSL'ized imap library in RH7 and others
  2900.   (Rasmus)
  2901. - Fixed possible crash bug in parse_url() (Andi)
  2902. - Added support for trans sid under Win32 (Daniel)
  2903. - Added IPv6 support in fopen (Stig Venaas)
  2904. - Added the shmop extension. It allows more general ways of shared memory
  2905.   access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov
  2906.   <slavapl@mailandnews.com> (Derick)
  2907. - Added the ability for CURLOPT_POSTFIELDS to accept an associative array of 
  2908.   HTTP POST variables and values. (Sterling)
  2909. - Added the CURLOPT_HTTPHEADER option to curl_setopt(). (Sterling)
  2910. - Added the curl_error() and curl_errno() functions. (Sterling)
  2911. - Changed ext/db not to be enabled by default (Jani)
  2912. - Fixed building Apache SAPI module on SCO UnixWare (Sascha)
  2913. - Fixed writing empty session sets to shared memory (tcarroll@chc-chimes.com)
  2914. - Added support for BSD/OS make (Sascha)
  2915. - Added improved URL rewriter (Sascha)
  2916. - Fixed readdir_r() use on Solaris (Sascha)
  2917. - Improved HTTP headers for private-caching (jon@csh.rit.edu, Sascha)
  2918. - Added new function session_cache_limiter (jon@csh.rit.edu, Sascha)
  2919. - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)
  2920.   (Derick)
  2921. - PEAR: add last executed query as debug info in DB errors (Stig)
  2922. - PEAR: allow multiple modes in PEAR_Error (Stig)
  2923. - Made the Sybase CT module thread safe (Zeev)
  2924. - Added second argument to array_reverse() that indicatese whether
  2925.   the original array keys should be preserved. (Andrei)
  2926. - Clean up htmlspecialchars/htmlentities inconsistencies. (Rasmus)
  2927. - PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added setFetchMode()
  2928.   in DB_common to set the default mode, added some MySQL tests (Stig)
  2929. - Made eval() and several other runtime-evaluated code portions report the
  2930.   nature and location of errors more accurately (Stas)
  2931. - Added an optional parameter to wordwrap that cuts a string if the length of a
  2932.   word is longer than the maximum allowed. (Derick)
  2933. - Added functions pg_put_line and pg_end_copy (Dirk Elmendorf)
  2934. - Added second parameter for parse_str to save result (John Bafford)
  2935. - Fixed bug with curl places extra data in the output. (medvitz@medvitz.net)
  2936. - Added the pathinfo() function. (Sterling)
  2937. - Updated sybase_ct module and its sybase_query to use high performance API.
  2938.   (Joey)
  2939. - Added a more configurable error reporting interface to DB. (Stig)
  2940. - Added is_uploaded_file() and move_uploaded_file() (Zeev)
  2941. - Added several directives to php.ini - post_max_size, file_uploads,
  2942.   display_startup_errors - see php.ini-dist for further information (Zeev)
  2943. - Worked around a bug in the libc5 implementation of readdir() (Stas)
  2944. - Fixed some potential OpenBSD and NetBSD crash bugs when opening files. (Andi)
  2945. - Added EscapeShellArg() function (Rasmus)
  2946. - Added a php.ini option session.use_trans_sid to enable/disable trans-sid.
  2947.   (Sterling)
  2948. - Added the Sablotron extension for XSL parsing. (Sterling)
  2949. - Fixed a bug in checkdate() which caused < 1 years to be valid (Jani)
  2950. - Added support for an optional output handler function for output
  2951.   buffering.  This enables transparent rendering of XML through XSL,
  2952.   transparent compression, etc. (Zeev)
  2953. - Added support for user defined 'tick' callback functions. This helps
  2954.   emulate background processing. (Andrei)
  2955. - Fixed problem with having $this as the XML parser object. (Andrei)
  2956. - Internal opened_path variable now uses the Zend memory manager so that full
  2957.   paths of files won't leak on unclean shutdown (Andi)
  2958. - Removed support of print $obj automatically calling the __string_value()
  2959.   method. Instead define yourself a method such as toString() and use
  2960.   print $obj->toString() (Andi, Zend Engine)
  2961.  
  2962. 29 Aug 2000, Version 4.0.2 
  2963. - Added PHP API for Zend's ticks. (Stig)
  2964. - PHP 3 regression testing framework re-born (Stig)
  2965. - Added php_uname() function (Stig)
  2966. - Made a minor change to allow building with OpenLDAP 2.0 (Stig Venaas)
  2967. - Fixed a bug in preg_replace() that would truncate subject string if the
  2968.   first argument was en empty array. (Andrei)
  2969. - Added ob_get_length function (Stig)
  2970. - Fixed a bug that did not respect limit parameter in preg_replace() when
  2971.   using /e modifier. (Andrei)
  2972. - Added ability for each xml_set_*_handler() function to take the
  2973.   array($obj, 'method') syntax for the handler argument as well
  2974.   as the normal function name. (Andrei)
  2975. - Updated array_walk() to be able to accept array($obj, 'method')
  2976.   syntax for the walk function. (Andrei)
  2977. - Fixed segfault with fgets(), fgetcsv(), fgetss(), and fread() when
  2978.   called with negative length argument. (Torben)
  2979. - Fixed by-reference parameters passing for xml_ functions and for scanf
  2980.   functions (Stas)
  2981. - Added experimental Oracle LDAP SDK support. 8.1.6 or later needed. Configure
  2982.   with something like --with-ldap=/usr/local/oracle/product/8.1.6 (Stig Venaas)
  2983. - Fixed memory leaks in eval();  A script that used eval() extensively, could
  2984.   end up consuming very large amounts of memory during execution (Zeev, Zend
  2985.   Engine)
  2986. - Fixed memory_limit feature, which did not work properly in previous versions
  2987.   (Zeev, Zend Engine)
  2988. - Fixed stdout support with the swf extension. (Sterling)
  2989. - Fixed byte order for ip2long and long2ip (Stas)
  2990. - Fixed dbase_add_record. (Sterling)
  2991. - Added support for libmcrypt 2.4.4 (Derick)
  2992. - Added strncasecmp function (Andi, Zend Engine)
  2993. - Fixed FTP module to accept multiline server replies (Jani)
  2994. - Fixed switch which only has a single default rule. (Andi, Zend Engine)
  2995. - Fixed problem with nested foreach()'s. (Andi, Zend Engine)
  2996. - The CCVS module is now stable and compiling. It compiles as a CGI and into
  2997.   Apache cleanly without warnings. (Brendan W. McAdams)
  2998. - Fixed mSQL_close(). (nick@loman.net)
  2999. - Made return() in a require()'d file work like return() in an include()'d
  3000.   file (Andi & Zeev, Zend Engine)
  3001. - Changed require_once() to work using the same table as include_once()
  3002.   (Andi & Zeev, Zend Engine)
  3003. - Fixed PostgreSQL module to work when the link handle is omitted (Zeev)
  3004. - Fixed the Sybase modules to work properly with PHP 4.0 (Zeev)
  3005. - Fixed CLOB handling in OCI8 driver when using variable-width
  3006.   character sets. (Thies)
  3007. - Added 4th optional parameter to sybase_[p]connect to specify the charset
  3008.   for the connection (alf@alpha.ulatina.ac.cr)
  3009. - Fixed support for current thttpd releases. (Sascha)
  3010. - Added support for kerberized IMAP library using --with-kerberos 
  3011.   (Rasmus, Sascha)
  3012. - Virtualize realpath, chmod, chown and utime (Stas)
  3013. - Support content-encoding headers in file upload MIME parts
  3014.   (Ragnar Kj°rstad)
  3015. - Fixed warning when shutting down OCINLogon() connections. (Thies)
  3016. - Fixed \n in session variables bug on Win32 (Stas)
  3017. - OCIError() would sometimes not report failed connections. (Thies)
  3018. - Fixed HEAD request bug on an Apache ErrorDocument redirect and preserve
  3019.   the status code across the redirect as well.  (Rasmus)
  3020. - Added Olympus-specific tags to read_exif_data() (Rasmus)
  3021. - Fixed bug in imap_fetchheader() where using FT_PREFETCHTEXT didn't return
  3022.   the body. Bug #4447. (Jani)
  3023. - Fixed exec() returning "\0" when output is empty
  3024. - Added XML_Parser class in PEAR (Stig)
  3025. - Added "make test" target in pear/ and added some regression tests (Stig)
  3026. - Fixed bug in strip_tags function as per bug #5857 (Rasmus)
  3027. - Fixed reading of IPTC via GetImageInfo() for certain JPEG files. (Thies)
  3028. - Improved the output-buffering functions to be re-entrant (Zeev)
  3029. - Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()
  3030.   binary-safe. Original patch: Terrence Miao <terrence_miao@email.com> (Jani)
  3031. - CGI aka. command line version has now an option '-l' for syntax check
  3032.   without execution (Hartmut)
  3033. - Fixed bug in ldap_get_values_len() which makes it NULL-safe. (Jani)
  3034. - Bug-report and fix submitted by Michel Alexeline <alexel@dr15.cnrs.fr>
  3035. - Make ext_skel create a Makefile.in set up to handle shared extension
  3036.   support automatically (Rasmus)
  3037. - Fixed php_realpath not to die on non-existing files (needed for touch())
  3038.   (Stas and china@thewrittenword.com)
  3039. - Fixed get_browser() function (Stas)
  3040. - Fixed symbol clash which caused a DSO problem on OpenBSD (Rob Black and
  3041.   anil@recoil.org)
  3042. - Added new function: ldap_compare(). (Jani)
  3043. - Fixed a bug in ldap_get_entries() and ldap_get_attributes(). (Jani)
  3044. - Ported DB to new error reporting scheme in PEAR. (Stig)
  3045. - Added sybase and ibase DB backends in PEAR. (Sterling)
  3046. - New PEAR package Payment_Verisign for use with the Payflow Pro
  3047.   (pfpro) extension. (David Croft)
  3048. - Added CURL support. (Sterling)
  3049. - Catch users trying to set "compatibility" parameter in PDF, which is not
  3050.   supported from user-land. (Joey)
  3051. - Fixed dbase_add_record. (Sterling)
  3052. - Added new function wordwrap() to wordwrap long strings from Chris
  3053.   Russel <russel@yorku.ca> (David Croft)
  3054. - Added four additional arguments: attrsonly, sizelimit, timelimit, deref which
  3055.   were missing in ldap_search(), ldap_list() and ldap_read() functions (Jani)
  3056. - Fixed a bug in ldap_search/list/read() which prevented returning the partial
  3057.   results when 'Sizelimit exceeded' error occurred. (Jani Taskinen)
  3058. - Fixed preg_replace() to automatically escape quotes in matched
  3059.   strings when using /e modifier. (Andrei)
  3060. - Itanium patch (Steve Robb)
  3061. - Set default include_path so PEAR files can be reached (Stig)
  3062. - Added "pear" executable, requires CGI version installed (Stig)
  3063. - Added extension ii for Ingres II native support. See README in ext/ingres_ii
  3064.   directory. (David H)
  3065. - Added Win32 project for the Interbase module (Zeev)
  3066. - Added ability to perform calls to the parent class without explicitly
  3067.   specifying its name, using parent::func_name(...) (Zeev, Zend Engine)
  3068. - You can now call Ora_Error() without prameters to get the reason
  3069.   for a failed connection attempt. (Kirill Maximov)
  3070. - New extension "pfpro" for interface with Verisign Payflow Pro (David Croft)
  3071. - Added IMG_GIF, IMG_JPG, IMG_JPEG, IMG_PNG and IMG_WBMP constants for
  3072.   imagetypes() function (Rasmus)
  3073. - Added ImageTypes() function which returns a bitfield with the supported
  3074.   image formats.  1=gif, 2=jpeg, 4=png and 8=wbmp (Rasmus)
  3075. - Make it possible to specify an empty string as a thousands-seperator
  3076.   in number_format() (Rasmus)
  3077. - Shared module support for LDAP extension (Troels Arvin)
  3078. - Fixed a bug with imap_mail where apache would segfault if the rpath
  3079.   parameter was specified.
  3080. - Use dashes and short day name in cookies since some browsers seem picky
  3081.   about this (Rasmus)
  3082. - Added pspell module. (Vlad)
  3083. - Added 3 additional arguments to the user-defined error handler - the file
  3084.   name and line number in which the error occured, and the context (local
  3085.   variables) of the code in which the error occured (Zeev, Zend Engine)
  3086. - Improved the error handling code to handle an error in a user-defined error
  3087.   handling function (Zeev, Zend Engine)
  3088. - Fixed leak when using string offsets in the array() construct.
  3089.   (Andi, Zend Engine)
  3090. - Fixed corruption problem when changing deeply nested values in objects.
  3091.   (Andi & Zeev, Zend Engine)
  3092. - Improved array_multisort() to be able to specify sort type as well sort
  3093.   order. Incidentally, it can be used to sort multi-dimensional arrays
  3094.   as well. (Andrei)
  3095. - Fixed a possible data corruption in case of a huge amount of aborted requests
  3096.   (Zeev)
  3097. - Apache module would sometimes close a wrong file-descriptor. (Sascha)
  3098. - Fixed use of alternative storage handlers in the session module. (Sascha)
  3099. - Updated str_pad() to be able to pad on left/right/both sides. (Andrei)
  3100. - Fixed crash in gzopen(). (Thies)
  3101. - Multiple character set support in gdttf.c (Rob Goodwin)
  3102. - When using HTTP auth from PHP, fill in the %u custom log field so the
  3103.   authenticated used id will get logged in the Apache access_log (Rasmus)
  3104. - Support for pdflib 3.01. (Uwe)
  3105. - FDF Data is handled properly and can be accessed by reading
  3106.   HTTP_RAW_POST_DATA. (Uwe)
  3107. - Added new 'O' format modifier that will output the GMT offset as "[+-]HHMM"
  3108.   (eg: Pacific time is -0700).  This is useful for things such as Date: mail
  3109.   headers. (Mike W)
  3110. - Fixed crash on OCI?Logon() failure. (Thies)
  3111. - Make the special Header("http/...") response be case insensitive like 3.0
  3112.   (Rasmus)
  3113. - Allow cybercash to compile as a DL module. (Sterling)
  3114. - Fixed the dbase_create function. (Sterling)
  3115. - Fixed a problem under some versions of Windows that could cause PHP to hang
  3116.   on startup if errors occured, e.g. in the php.ini file (Zeev)
  3117. - Fixed opendir() again.  It should actually work well continuously now (Zeev)
  3118. - Added three additional arguments to be sent to a user-defined error handler -
  3119.   the filename and line number in which the error occured, and the context
  3120.   (the local variables) of the error (Zeev, Zend Engine)
  3121. - Improved the error handling code to handle an error in a user-defined error
  3122.   handling function (Zeev, Zend Engine)
  3123. - Added an optional parameter to preg_replace() that can be used to
  3124.   specify how many replacements to make. (Andrei)
  3125.  
  3126. 28 Jun 2000, Version 4.0.1
  3127. - Fixed a possible crash in the LDAP modify code. (Eric Kilfoil)
  3128. - Fixed a bug in opendir(), which prevented readdir() from working properly if
  3129.   the $dir argument wasn't explicitly specified (Zeev)
  3130. - Made --enable-discard-path work again. (Andi) 
  3131. - Removed 8KB limit on line length of the file() function (Zeev)
  3132. - Disabled dl() when PHP is being used as a module inside a multithreaded web
  3133.   server - it didn't work before, and caused weird results (Zeev)
  3134. - Added the ImageColorClosestHWB(), ImageCopyMerge() and ImagePaletteCopy() 
  3135.   functions. (Sterling)
  3136. - Added ImageCreateFromWBMP() function. (Jouni)
  3137. - Fixed problems with POST requests under the NSAPI module. (Roberto Biancardi)
  3138. - Added spliti() function. (Thies)
  3139. - Fixed serializer behaviour with regards to serializing objects whose class
  3140.   definition was not available in the deserializing context. (Sascha)
  3141. - Improve memory cache performance and increase cache size. (Stas, Zend Engine)
  3142. - Added a crc32 checksum function - used by the UdmSearch search engine
  3143.   and currently run through a system call.  This will speed up the UdmSearch
  3144.   php frontend significantly. (Rasmus)
  3145. - Modified in_array() to not touch array pointer. (Andrei)
  3146. - Added restore_error_handler(). (Zeev, Zend Engine)
  3147. - Fixed erroneous file names and line numbers in error situations under the
  3148.   multithreaded version of PHP - most noticeably Win32 (Zeev, Zend Engine)
  3149. - Fixed problem with CGI crashing on certain servers especially Windows Apache
  3150.   & O'Reilly website (Andi)
  3151. - Added Pi3Web SAPI module; run ./configure --with-pi3web to enable this.
  3152.   (Holger; zimpel@t-online.de)
  3153. - Enhanced WDDX functions to call __sleep() and __wakeup() when working on
  3154.   objects. (Andrei)
  3155. - Changed WDDX to serialize arrays as structs only if needed. (Thies)
  3156. - Implemented max_execution_time under Win32 (Zeev)
  3157. - Updated strtotime() to handle many more formats. It now has complete
  3158.   feature parity with GNU date command. (Andrei)
  3159. - Added support for multiple arguments in unset(). (Faisal, Zend Engine)
  3160. - Functions that expect a resource but are passed something else now return 
  3161.   NULL instead of FALSE. (Thies, Zend Engine)
  3162. - Fixed gmmktime(), on certain systems it incorrectly adjusted for the timezone
  3163.   offset and daylight savings time. (Andrei)
  3164. - Moved VC++ Win32 project and workspace files to the win32 directory
  3165.   (Zeev)
  3166. - Fixed checkdate() to not return true on non-numeric arguments (Rasmus)
  3167. - Added --enable-c9x-inline option for compilers which support the new C9x
  3168.   standard. If you encounter undefined references to i_zend_is_true and
  3169.   other symbols, you should enable this.  (Sascha, Zend Library)
  3170. - Fixed a problem in ldap_add() and ldap_modify(), sometimes added trailing
  3171.   garbage to the values (Stig Venaas) 
  3172. - Fixed a problem with dbmopen() not handing 'c' correctly with dbm/db/ndbm
  3173.   databases. (JimJag)
  3174. - Fixed a crash in number_format() when used with locales. (Andrei)
  3175. - Fixed an initialization problem in the MS-SQL problem that could cause
  3176.   a crash in mssql_query() (Zeev)
  3177. - Upgraded PCRE to version 3.2 and fixed a bug when anchored pattern
  3178.   matched an empty string. (Andrei)
  3179. - Fixed a bug that prevented PHP from paying attention to the extension_dir
  3180.   directive with extensions that were loaded from the php.ini file (Zeev)
  3181. - Changed set_error_handler() to return the name of the previously defined
  3182.   error handler, if any (Zeev, Zend Engine)
  3183. - Declared <?php_track_vars?> officially dead.  It didn't work in PHP 4.0.0
  3184.   either, but now it's gone for good (Zeev)
  3185. - Make convert_cyr_string() binary safe and stop it from corrupting other
  3186.   PHP variables. (Andi)
  3187. - Added functions array_unique, array_intersect and array_diff (Stig Venaas)
  3188. - Fixed problem when using uninitialized values in comparisons with strings.
  3189.   They behave as empty strings again just like in PHP 3.
  3190.   (Andi & Zeev, Zend Engine)
  3191. - Fixed 'Z' flag in date() to adjust for daylight savings time. (Andrei)
  3192. - Fixed var_dump() not to modify the internal order of array elements (Zeev)
  3193. - Fixed stripcslashes() to remove to strip \ in unknown escapes instead of
  3194.   leaving it. (Andrei)
  3195. - Changed WDDX to always serialize arrays as structs. (Andrei)
  3196. - Fixed include_once() to issue a warning in case the supplied file name is
  3197.   not found (Zeev, Zend Engine)
  3198. - Fixed a bug in get_declared_classes() which could return the same class
  3199.   multiple times under certain circumstances (Zeev, Zend Engine)
  3200. - Fixed a bug in rawurldecode() that would cause in rawurldecode() corrupting
  3201.   its argument (Zeev)
  3202. - Parse errors (or other errors) in the php.ini files under Windows will no
  3203.   longer mess up the HTTP headers in CGI mode and are now displayed in a
  3204.   message box (Zeev)
  3205. - Fixed a crash in OCIFetchStatement() when trying to read after all data
  3206.   has already been read. (Thies)
  3207. - fopen_wrappers() are now extensible via modules (Hartmut Holzgraefe)
  3208. - Make trim strip \0 to match php 3 (Rasmus)
  3209. - Added function imagecreatefromxbm(). (Jouni)
  3210. - Added function imagewbmp(). (Jouni, based on patch from Rune Nordb°e
  3211.   Skillingstad)
  3212. - Added str_pad() for padding a string with an arbitrary string on left or
  3213.   right. (Andrei)
  3214. - Made the short_tags, asp_tags and allow_call_time_pass_reference INI
  3215.   directives work on a per-directory basis as well, e.g. from .htaccess
  3216.   files. (Zeev)
  3217. - Added fflush() function. (Eric Huss)
  3218. - Fixed a problem with static variables, default function arguments and class
  3219.   member variables, that contained array values. (Andi & Zeev, Zend Engine)
  3220. - Fixed virtual() when used with output buffering (Marc Pohl)
  3221. - Clean up constants in flock() function and add optional 3rd arg which
  3222.   is set to true on EWOULDBLOCK (Rasmus)
  3223. - Added functions pg_loimport(), pg_loexport(). (Jouni)
  3224. - Added SWF support to getimagesize() function (Derick Rethans)
  3225. - Added support for both indexed and non-indexed arrays of file uploads
  3226.   eg. name="file[]" type="file" (Rasmus)
  3227. - Added create_function(), which gives the ability to create functions
  3228.   on-the-fly (Zeev, Zend Engine)
  3229. - Added support for comparisons of arrays (with arrays) and objects (with
  3230.   objects);  The equality operator (==) performs an unordered comparison,
  3231.   whereas the identity operator (===) performs an ordered comparison (Zeev,
  3232.   Zend Engine)
  3233. - Allow all functions that receive user-defined function callbacks to accept
  3234.   an array that contains an object and a method name, in place of a function
  3235.   name, e.g. usort($array, array($obj, "ObjSort")) (Zeev, Zend Engine)
  3236. - Added set_error_handler() to allow custom error handling functions,
  3237.   instead of the built-in error handling code (Zeev, Zend Engine)
  3238. - Renamed user_error() to trigger_error();  user_error() remains
  3239.   defined for compatibility (Zeev, Zend Engine)
  3240. - Fixed the global/static statements to require a trailing terminating
  3241.   semi-colon ';'. (Andi, Zend Engine)
  3242. - Cleaned up PCRE extension and made it binary-safe. (Andrei)
  3243. - Added third argument to in_array(). If it's true, then in_array()
  3244.   will use strict comparison instead of the default one. (Andrei)
  3245. - Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)
  3246. - ignore_user_abort=Off is now default. (Thies)
  3247. - Added array_merge_recursive() that will recursively merge values
  3248.   under the same keys. (Andrei)
  3249. - fixed crash in OCIParse when parsing invalid SQL. (Thies)
  3250. - Fixed a bug in mysql_connect() that made it ignore the socket argument, in
  3251.   case of non-persistent connects (Zeev)
  3252. - Added disable_functions php.ini directive, to allow administrators to disable
  3253.   certain functions for security reasons (Zeev)
  3254. - Fixed sessions on Win32. When setting the directory depth parameter in
  3255.   save_path you need to now delimit it with a ';' instead of ':', e.g
  3256.   "5;/tmp" instead of "5:/tmp" (Andi)
  3257. - Changed the Apache handler's return status to 'Declined' when a requested
  3258.   PHP file could not be found.  Returning 'Not Found' caused problems
  3259.   in the ErrorDocument handler stage in that $REDIRECT_REDIRECT_ERROR_NOTES
  3260.   was not getting set at all.  Moving to 'Declined' should fix this and I
  3261.   can't see any other side effects.  (Rasmus)
  3262. - Fixed scanning decimal numbers in internationalized environments. They should
  3263.   always be in standard US format e.g. 23.3. (Andi, Zend Engine)
  3264. - Added second argument to preg_quote() which allows quoting of
  3265.   one additional character, usually the regex delimiter. (Andrei)
  3266. - Uncommitted outstanding OCI8 transactions are now rolled back
  3267.   before the connection is closed. (Thies)
  3268. - ignore_user_abort() & friends should now work in CGI mode as well.
  3269.   (Patch by daniel.braun@ercom.fr)
  3270. - Added extension YAZ (dickmeiss).
  3271. - Fixed a crash bug triggered by certain cases of class redeclarations
  3272.   (Stas & Zeev, Zend Engine)
  3273. - Fixed min()/max() segfault. (Andrei)
  3274. - New module for reading EXIF header data from JPEG files.  Most digital
  3275.   cameras will embed all sorts of information about a picture inside the
  3276.   jpeg images it generates.  (Rasmus)
  3277. - Fixed basename() bug where "file.ext///" would not return the same
  3278.   as "/path/file.ext///" (Rasmus)
  3279. - Added the swf_ortho function. (Sterling)
  3280. - Moved to virtual current working directory support. This highly improves the
  3281.   functionality and stability of multi-threaded versions of PHP (Andi, Sascha)
  3282.  
  3283. 22 May 2000, Version 4.0.0 Release
  3284. - Allow the writing of flash files to stdout.
  3285. - Fixed a crash bug in .phps syntax-highlighted files (Andi)
  3286. - Improved round() to allow specification of rounding precision.
  3287.   (Andrei, Todd Kirby <kirbyt@yahoo.com>)
  3288. - Added SORT_REGULAR, SORT_NUMERIC, SORT_STRING flags that can be used with
  3289.   non-user sort functions for precise sorting behavior. (Andrei)
  3290. - Fixed two 64-bit issues (startup crash, gethostbyaddr). (Sascha)
  3291. - NULL values are now preserved in the return value of mysql_fetch_array()
  3292.   and mysql_fetch_object(). (Andrei)
  3293. - Ported InterBase module finally from PHP 3 to PHP 4. Full support for
  3294.   InterBase 6. (Jouni)
  3295. - Added swf_definepoly for drawing polygons to the SWF functions. (Sterling)
  3296. - Ported imagegammacorrect from PHP3 to PHP4. (Sterling)
  3297. - Added array_rand() function. (Andrei)
  3298.  
  3299. 8 May 2000, Version 4.0 Release Candidate 2
  3300. - NSAPI WIN32 Module compilable, untested (Shane)
  3301. - Apache WIN32 Module compilable and lightly tested. (Shane)
  3302. - Enabled assert() by default in php.ini-dist. (Andrei)
  3303. - Put in safeguards in case dynamic code evaluation in assert() and
  3304.   preg_replace() with /e modifier fails. (Andrei)
  3305. - Fixed infinite recursion when serializing $GLOBALS[] in WDDX. (Andrei)
  3306. - Made WDDX serialization properly escape <, >, and &. Also speeded up
  3307.   the serialization in general. (Andrei)
  3308. - Moved install-local to install-sapi for clarity. (Joey)
  3309. - Improved extension build framework. Refer to README.SELF-CONTAINED-EXTENSIONS
  3310.   for an introduction. (Sascha)
  3311. - ImagePolygon() is no longer limited by a maximum number of polygons.
  3312.   (Marc Pohl)
  3313. - Added configure time checking for bcmath package. (Joey, Sascha)
  3314. - Added get_declared_classes(). (Andrei, Zend Engine)
  3315. - Added initial NSAPI module from Jayakumar Muthukumarasamy. (Rasmus)
  3316. - Added the SWF module which allows you to create Macromedia Flash files via 
  3317.   libswf. (Sterling)
  3318. - Improved UNIX build system to support more vendor make tools (Sascha)
  3319. - Updated natural comparison/sorting algorithm by Martin Pool
  3320.   <mbp@humbug.org.au>. (Andrei)
  3321. - Fixed a crash in array_multisort() that happened when empty arrays
  3322.   were passed to it. (Andrei)
  3323. - Added substr_count() from Peter Kovacs. (Andrei)
  3324. - Added an optional third argument to fseek to indicate where to seek from.
  3325.   (Andrei)
  3326. - OCIBindByName() will no longer complain about bindlength beeing zero. (Thies)
  3327. - Converted the IMAP module to the high performance API (Zeev)
  3328. - The fgetcsv() function now handles embedded end-of-line in a quoted field
  3329.   (Nick Talbott)
  3330. - Added user_error(), to allow explicitly generate error messages from scripts
  3331.   (Zeev, Zend Engine)
  3332. - Fixed a problem in long2ip() that occasionally returned incorrect IP address.
  3333.   (Evan, Andrei)
  3334. - Fixed many memory leaks in the IMAP module (Stas, Andi, Zeev)
  3335. - Fixed bug in number_format (Jon Forsberg)
  3336. - Make error_prepend_string and error_append_string work (Rasmus)
  3337. - array_walk() now automatically resets the array. (Andrei)
  3338. - Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(),
  3339.   natsort(), and natcasesort(). These are useful for comparing and sorting
  3340.   strings that contain numbers. Based on the code from Martin Pool
  3341.   <mbp@humbug.org.au>. See http://www.linuxcare.com.au/projects/natsort/
  3342.   for more info on natural sorting. (Andrei)
  3343. - Zeus Webserver support (version 3.3.6+) for ISAPI (Ben Mansell)
  3344. - Fixed several problems with the PATH_TRANSLATED and PHP_SELF under Apache
  3345.   (Paul Gregg & Zeev)
  3346. - Ported ldap_get_values_len() function from PHP3 to PHP4. (Sterling)
  3347. - Fixed a problem in include_once() with non constant arguments (Andi & Zeev,
  3348.   Zend Engine)
  3349. - Added php.ini-optimized (Zeev)
  3350. - Ported ldap_errno(), ldap_err2str() and ldap_error() from PHP3 to PHP4.
  3351.   (Sterling)
  3352. - WDDX now defaults to ISO-8859-1. (Thies)
  3353. - Fixed crash resulting from IMAP's error handling (Stas)
  3354. - Added $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible to
  3355.   retrieve the temporary name of an uploaded file using $HTTP_POST_FILES[]
  3356.   (Zeev)
  3357. - Made the IMAP and LDAP modules compilable under Windows and thread-safe
  3358.   (Zeev)
  3359. - Fixed a problem when dealing with large POST blocks in CGI mode (Zeev)
  3360. - Added session_get_cookie_params() function. (Sterling)
  3361. - Fixed return of stristr() to no longer always be lowercased. (Andrei)
  3362. - Changed the Windows version of PHP so that a php.ini file is no
  3363.   longer mandatory (Zeev)
  3364. - session_start() is now more verbose if headers cannot be send. (Thies)
  3365. - Fixed a memory leak when using assign-op bitwise operators on strings (Zeev,
  3366.   Zend Engine)
  3367. - Added support for reading properties that require arguments in the COM
  3368.   module - writing to them will only be supported in PHP 4.1 (Zeev)
  3369. - Fixed a very old legacy memory leak in the COM module (Zeev)
  3370. - Fixed problems with object-overloading support - noteably, COM and Java
  3371.   (Zeev, Zend Engine)
  3372. - Fixed an overrun in WDDX. (Thies)
  3373. - Fixed a crash bug with modules loaded through dl() not properly freeing their
  3374.   resources (Zeev, Zend Engine)
  3375. - Added localtime() function. (Sterling)
  3376. - Added the 'I' format option for the date function, this option will return
  3377.   true or false depending on whether or not daylight savings time is in effect.
  3378. (Sterling)
  3379. - Added gmstrftime() function. (Sterling)
  3380. - snmp_walkoid is now an alias for snmp_realwalk. (Sterling)
  3381. - Fixed a bug that could cause a crash when using 'global' inside large include
  3382.   files (Stas, Zend Engine)
  3383. - Added --enable-libgcc switch to force linking against libgcc (Sascha)
  3384. - Fixed dynamic loading where extension_dir had no trailing slash (Sascha)
  3385. - Fixed dynamic loading on OpenBSD (Sascha)
  3386. - Improved POSIX threads check. ZTS works now on at least Linux, Solaris, 
  3387.   FreeBSD and OpenBSD (Sascha, TSRM)
  3388. - Added !== operator support. (Torben, Zend Engine)
  3389.  
  3390. 27 March 2000, Version 4.0 Release Candidate 1
  3391. - Added support for UCD-SNMP 4.1.x (Sascha)
  3392. - Fixed a data corruption bug in mysql_result(), if used in table.fieldname
  3393.   mode (Zeev)
  3394. - Fixed a crash problem in func_num_args(), func_get_arg() and func_get_args()
  3395.   when used as function arguments (Andi, Zend Engine)
  3396. - Added get_class_methods(string classname) function. (Andrei)
  3397. - Added 'I' switch to test whether or not DST is active. (Sterling)
  3398. - Fixed a data corruption bug in mysql_result(), if used in table.fieldname
  3399.   mode (Zeev)
  3400. - Modified the registry INI entry reader (Win32) to work with drive letters.
  3401.   For example, if you wish to wish to specify INI entries for C:\foo\bar, you
  3402.   should create HKLM\PHP\Per Directory Values\C\foo\bar in the registry, and add
  3403.   string values for each directive you want to override in this directory (Zeev)
  3404. - Fixed extract() for EXTR_PREFIX_SAME and EXTR_SKIP cases. (Andrei)
  3405. - stristr() no longer modifies it's arguments. (Thies)
  3406. - Don't default to iso-8859-1 since this confuses some browsers. (Rasmus)
  3407. - Make it possible to specify both a port and a socket
  3408.   in mysql_[p]connect.  (Rasmus)
  3409. - Added --disable-pic for disabling generating PIC for shared objects
  3410.   on platforms which support it (i.e. Linux) (Sascha)
  3411. - serialize()/unserialize() now call __sleep() and __wakeup() when
  3412.   working on objects. (Thies)
  3413. - renamed to_string() method to __string_value() for consistency.
  3414.   (Thies, Zend Engine)
  3415. - Fixed a bug in the third argument to define()
  3416. - Added is_numeric() that returns true if the argument is a number
  3417.   or a numeric string. (Andrei)
  3418. - domxml now supports libxml 2.0 Beta and drops support for older versions,
  3419.   due to massive changes in libxml
  3420. - fixed possible crash in unserialize() if serialized data was
  3421.   corrupted. (Thies)
  3422. - Changed $HTTP_STATE_VARS to $HTTP_SESSION_VARS. Use only the latter
  3423.   version now! (Andrei)
  3424. - Added GD-JPEG Support (Rasmus)
  3425. - Prevent from loading dynamic PHP modules which were compiled with different
  3426.   debug and thread safety modes than PHP, which resulted in a crash (Andi)
  3427. - connection_aborted() and friends work again (Thies)
  3428. - Upgraded to libtool 1.3.4 (Sascha)
  3429. - UNIX configure creates config.nice in the build directory now which allows
  3430.   easy reuse of configuration options (Sascha)
  3431. - Added support for embedded MySQL client library. Unless you specify a path
  3432.   to --with-mysql, the bundled MySQL client library will be used (Sascha)
  3433. - Added include_once() and require_once() functionality (Andi, Zend Engine)
  3434. - Removed support for pdflib < 3.0 (Uwe)
  3435. - Added auto-registration of everything in $HTTP_SESSION_VARS[] if
  3436.   register_globals is turned off. (Andrei)
  3437. - Cleaned up extension namespace (Stig)
  3438. - OCINLogon() sessions are now closed again. (Thies)
  3439. - Added ip2long() and long2ip(),
  3440.   courtesy of Faisal Nasim <faisal@nasim.org> (Andrei)
  3441. - Added ftruncate() and fstat(),
  3442.   courtesy of Faisal Nasim <faisal@nasim.org> (Andrei)
  3443. - Added parse_ini_file().  Currently implemented in non thread safe version
  3444.   of PHP, and currently lacks section support (Zeev)
  3445. - "none" is now equivalent with "" in Apache config directives (Stig)
  3446. - OCINLogon no longer crashes. (Thies)
  3447. - Fixed comparisons of (string) "nan" with (string) "nan". (Thies, Zend Engine)
  3448. - Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"]
  3449.   and $foo are no longer references to each other, but separate variables
  3450.   like they were prior to PHP 4.0 Beta 4 (Zeev)
  3451. - Fixed Sybase-DB compilation (Zeev)
  3452. - Fixed a (fairly common) situation where error_reporting values would not be
  3453.   properly restored after a call to error_reporting(), in between requests
  3454.   (Zeev)
  3455. - The various $HTTP_*_VARS[] are now protected, and cannot be manipulated by
  3456.   user input (Zeev)
  3457. - Added ini_set() as an alias to ini_alter() (Zeev)
  3458. - The string None is now recognized as a keyword by the php.ini processor, and
  3459.   can be used to denote an empty string (Zeev)
  3460. - Added get_class_vars(string class_name) and get_object_vars(object obj)
  3461.   functions. (Andrei, Zend Engine)
  3462. - Added pdf_set_parameter(), pdf_skew(), pdf_show_boxed() (Uwe)
  3463. - Fixed comparison of (string) "inf" with (string) "inf", which was erroneously
  3464.   returning false (Zeev)
  3465. - Implemented default_charset and default_mimetype config directives (Stig)
  3466. - Ported T1lib support from PHP3. (Jouni)
  3467. - Fixed -DEAPI inheritance from APXS. (Sascha)
  3468. - Fixed possible crash in module-shutdown. (Thies)
  3469. - Fixed safe_mode_protected_env_vars INI directive (Zeev)
  3470. - Fixed getrusage() (Sascha)
  3471. - Fixed OCI8 crash when returning cursors from stored-procedures. (Thies)
  3472.  
  3473. 21 February 2000 Version 4.0 Beta 4 patch level 1 
  3474. - Fixed crash when magic_quotes were switched off. (Thies)
  3475. - Support for pdflib 2.30 (Uwe)
  3476.  
  3477. 20 February 2000, Version 4.0 Beta 4
  3478. - Introduced $HTTP_POST_FILES[], that contains information about files uploaded
  3479.   through HTTP upload (Zeev)
  3480. - Made PHP work under Microsoft Personal Web Server, under both Windows NT
  3481.   workstation and Windows 95 (Zeev)
  3482. - Made multipart/form-data content obey to the variables_order directive (Zeev)
  3483. - Updated the browscap module to work with PHP 4.0 (Zeev)
  3484. - Recover gracefully in ISAPI after the client prematurely presses STOP (Andi)
  3485. - Fixed bug in unset() on array offsets which are referenced more than once
  3486.   (Andi, Zend Engine)
  3487. - Improved ISAPI module - it should no longer be necessary to set PHP as
  3488.   an ISAPI filter, only as an ISAPI extension, unless you wish to perform
  3489.   authentication using PHP.  This didn't yet get enough testing, but it
  3490.   should work (Zeev)
  3491. - Fixed RFC1867 file upload under Windows (Zeev)
  3492. - Initital support for pdflib 2.20 (Uwe)
  3493. - Added PostgreSQL support for DB (Rui Hirokawa <louis@cityfujisawa.ne.jp>)
  3494. - Re-introduced "none" for disabling auto_prepend/append_file (Stig)
  3495. - Added DB/storage (Stig, PEAR)
  3496. - Introduced DB warnings (Stig, PEAR)
  3497. - Fixed overrun in strip_tags (Stas)
  3498. - Fixed crash in strip_tags() and related functions. (Thies)
  3499. - Workaround for bogus POST-Data from IE/Mac. (Thies)
  3500.   Patch by Alain Malek <alain@virtua.ch>
  3501. - Finished the server abstraction layer;  All of the PHP code is now shared
  3502.   across different servers (Apache, CGI, IIS, etc.), except for thin
  3503.   interface modules (Zeev)
  3504. - Added NULL-support in gettype(). (Thies)
  3505. - base64_decode() will decode POST data correct. (Thies)
  3506.   Patch submitted by: Turadg Aleahmad <turadg@wise.berkeley.edu>
  3507. - Much more work on domxml. Build xml tree, create xml doc works (Uwe)
  3508. - Made foreach() work on objects. (Thies, Zend Engine)
  3509. - Added domxml extension based on libxml, still little functionality (Uwe)
  3510. - Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev)
  3511. - Updated calendar dynamic library to work with PHP 4. (Evan)
  3512. - Added strncmp() function, courtesy of Walter. (Andrei)
  3513. - Made the output of var_dump() more informative. (Thies)
  3514. - Fixed some OCIBindByName() problems. (Thies)
  3515. - Protect the ISAPI module against exceptions.  Stack overflows in scripts are
  3516.   now nicely detected and handled (Zeev)
  3517. - Fixed possible buffer-overflow in base64_decode. (Thies)
  3518. - Fixed possible buffer-overflow in setcookie(). (Thies)
  3519. - Fixed signal() bug that could cause the Apache master process to
  3520.   die. (Thies)
  3521. - Added session_set_cookie_params() function. (Andrei)
  3522. - If header information is sent after output has already been sent, the warning
  3523.   message will now state the filename and line number at which the first output
  3524.   was made (Zeev)
  3525. - Added the XML Expat library to the standard PHP source distribution thanks
  3526.   to its author James Clark (Andi & Zeev)
  3527. - Added XML support to the default Win32 build (Andi & Zeev)
  3528. - Added socket_get_status() function. Renamed:
  3529.     set_socket_timeout() -> socket_set_timeout()
  3530.     set_socket_blocking() -> socket_set_blocking(). (Andrei)
  3531. - Added realpath() function. (Andrei)
  3532. - mktime interprets years in the range 0-70 now as 2000-2070. You can
  3533.   continue to specify the complete year (i.e. 1920) (Sascha)
  3534. - Added the ability to control the environment variables the user is allowed
  3535.   to change in Safe Mode, using INI directives (Zeev)
  3536. - Fixed a crash bug in strtr() working on large input strings (Zeev)
  3537. - Ora_GetColumn()/Ora_FetchInto() now return NULL for NULL-Columns. (Thies)
  3538. - OCI8 now supports binding of NULL-values. Module cleanups. (Thies)
  3539. - Added ability to set timeout on socket read operations through
  3540.   set_socket_timeout() function. (Andrei)
  3541. - Added implicit_flush INI directive (Zeev)
  3542. - Added implicit_flush() to control whether flush() should be called
  3543.   implicitly after any output (Zeev)
  3544. - Fixed a crash in pfsockopen() (Zeev)
  3545. - Fixed a possible crash in phpinfo() (Zeev)
  3546. - Added register_argc_argv INI directive, to allow to selectively disable
  3547.   the declaration of the $argv and $argc variables for increased
  3548.   performance (Zeev)
  3549. - Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly
  3550.   to $HTTP_GET_VARS[], contain environment and server variables.  Setting
  3551.   register_globals to Off will now also prevent registration of the
  3552.   environment and server variables into the global scope (Zeev)
  3553. - Renamed gpc_globals INI directive to register_globals (Zeev)
  3554. - Introduced variables_order that deprecates gpc_order, and allows control
  3555.   over the server and environment variables, in addition to GET/POST/Cookies
  3556.   (Zeev)
  3557. - new function cpdf_set_document_limits() (Uwe)
  3558. - Applied safe-mode patch to popen(). (Patch by Kristian K÷hntopp)
  3559. - str_repeat() now returns correct length. (Thies)
  3560. - Don't assume libz and libpng are installed for the GD checks (Rasmus)
  3561. - Implemented support for <boolean> and <null> types according
  3562.   to WDDX version 1.0 (Andrei)
  3563. - Made var_dump()/serialize()/unserialize() NULL aware. (Thies)
  3564. - Added new NULL constant (Zeev, Zend Engine)
  3565. - Fixed -c support in the standalone CGI binary (Zeev)
  3566. - Increased PHP's performance by 5-15% using a new memory cache (Andi & Zeev,
  3567.   Zend Engine)
  3568. - Improved the php.ini reader to support constants and bitwise operators (Zeev)
  3569. - Fixed strrev() to no longer modify arg1. (Thies)
  3570. - Fixed buffer overruns in iptcembed(). (Thies)
  3571. - Fixed a bug in ODBC error reporting (Zeev)
  3572. - Added PHP_Logo_GUID() and Zend_Logo_GUID() functions, that return the GUIDs
  3573.   of the PHP and Zend logos used in phpinfo() (Zeev)
  3574. - Added GNU Pth support (Sascha, TSRM library)
  3575. - Removed select(), fd_set() and fd_isset() - will be reimplemented soon! (Thies)
  3576. - Improved Win32 performance significantly by using different mutexes (Zeev,
  3577.   TSRM library)
  3578. - Made quotemeta() and preg_quote() binary-safe. (Andrei)
  3579. - Added UDP support in fsockopen(). (Evan)
  3580. - Added --disable-pear option (Andrei)
  3581. - Renamed libzend repository to Zend (Zeev)
  3582. - Added support for thttpd (Sascha)
  3583. - Added session.cache_limiter and cache_expire options (Sascha)
  3584. - Restored the PHP_VERSION and PHP_OS constants (Zeev)
  3585. - Added get_loaded_extensions(), extension_loaded(), and
  3586.   get_extension_funcs() functions. (Andrei)
  3587. - Added date/time stamping to PHP error log file. (Andrei, Joey)
  3588. - Added is_subclass_of() function (Andrei, Zend Engine)
  3589. - Implemented count_chars(). (Thies)
  3590. - Added class_exists() function (Andrei, Zend Engine)
  3591. - Made strspn() and strcspn() binary-safe. (Andrei)
  3592. - Added array_multisort() function. (Andrei)
  3593. - Made pageinfo.c thread-safe (Sascha)
  3594. - Made implode() binary-safe (Andrei)
  3595. - Made strstr(), stristr(), and ucwords() binary-safe() (Andrei)
  3596. - Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)
  3597. - Fixed a crash in the Apache syntax highlighting mode (Zeev)
  3598. - Report all ODBC error's not just the one on the top of the stack (lurcher)
  3599. - OCI8 now returns NULL values in LONG columns correct. (Thies)
  3600. - Added support for a C-like assert() function. (Thies)
  3601. - Added CyberCash support. (Evan)
  3602. - Made explode() binary-safe. (Thies)
  3603. - Made strpos() binary-safe. (Thies)
  3604. - Added XML_Set_Object() function, now you can use the XML-Parser from
  3605.   within an object. (Thies)
  3606. - Session vars are now decoded into $HTTP_STATE_VARS[] array and the
  3607.   globals, depending on track_vars and gpc_globals settings (Andrei)
  3608. - Added get_used_files() function - returns a hash mapping the use()'d files
  3609.   to their full path (Zeev)
  3610. - PHP 4 scripts will now obey the max_execution_time setting and actually
  3611.   time out (Rasmus)
  3612. - Added configure command to phpinfo() output (Stig)
  3613. - Added optional socket path to the mysql_?connect() functions (Rasmus)
  3614. - Made mysql and gd work as shared extensions again (Stig)
  3615. - Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] counterparts
  3616.   be references to each other (Zeev)
  3617. - Added support for the 'use' keyword - behaves like 'require', but will not
  3618.   use the same file more than once (Andi & Zeev, Zend Engine)
  3619. - Added check to see if a persistent connection is still valid with the
  3620.   ODBC interface before reusing (nick@easysoft.com)
  3621. - Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)
  3622. - Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository) (Stig)
  3623. - buildconf now uses build.mk (Stig)
  3624. - Disable symlinks to urls (Rasmus)
  3625. - Informix driver now reflects version of ESQL/C used  (Danny)
  3626. - Modified session_register() to take variable number of arguments (Andrei)
  3627. - Fixed file descriptor leak in thread safe mode (Zeev, Zend Engine)
  3628. - Added select(), fd_set() and fd_isset() (Evan)
  3629. - cpdf support has been ported from php3, needs ClibPDF 2.x (Uwe)
  3630. - Fixed a leak when using automatic output buffering (Zeev)
  3631. - Introduced PECL - PHP Extension and Code Library
  3632.   (prounounced "pickle") (Stig)
  3633. - Fixed inconsistencies in the implementation of here-docs (Andi & Zeev, Zend 
  3634.   library)
  3635. - Fixed a problem with constant class-member initializations (Andi & Zeev,
  3636.   Zend Engine)
  3637. - Fixed float-compare in min(),max(),a[r]sort(),[r]sort() (Thies)
  3638. - Implemented get_html_translation_table() function (Thies)
  3639. - Implemented array_flip() function. Returns input-array with key, value
  3640.   flipped (Thies)
  3641. - Added Berkeley DB3 support in DBA (Sascha)
  3642. - Implemented 2-Arg version of strtr($str,$translation_array). This can be used
  3643.   to revert what htmlspecialchars() did (Thies)
  3644. - Fixed mem-overwrite in XML_Parse_Into_Struct (Thies)
  3645. - Added substr_replace() function (Andrei)
  3646.  
  3647. November 16 1999, Version 4.0 Beta 3
  3648. - ucfirst()/ucwords() no longer modify arg1 (Thies)
  3649. - Fixed strtr() not to modify arg1 (Thies)
  3650. - Added Win32 build files for Informix driver and make it
  3651.   compile with ZTS (danny)
  3652. - Added tmpfile() function (Stig)
  3653. - Upgraded regex library to alpha3.8 (Sascha)
  3654. - Fixed selecting nested-tables in OCI8. (Thies)
  3655. - RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies)
  3656. - Fixed OpenLink ODBC support (Stig)
  3657. - min(),max(),a[r]sort(),[r]sort(),k[r]sort() now work consistent with the 
  3658.   language-core. (Thies)
  3659. - tempnam() now uses mkstemp() if available (Stig)
  3660. - serialize() and var_dump() now honor the precision as set in php.ini
  3661.   for doubles. (Thies)
  3662. - Improved the Win32 COM module to support [out] parameters (Boris Wedl)
  3663. - Fixed garbage returned at the end of certain Sybase-Columns (Thies)
  3664.   Patch submitted by: neal@wanlink.com
  3665. - Added Microsoft SQL Server module for Win32 (Frank)
  3666. - Added support for forcing a variable number of internal function arguments
  3667.   by reference. (Andi & Zeev, Zend Engine)
  3668. - Implemented getprotoby{name,number} (Evan)
  3669. - Added array_pad() function. (Andrei)
  3670. - Added new getservby{name,port} functions. (Evan)
  3671. - Added session.cookie_path and session.cookie_domain (Sascha)
  3672. - Continue processing PHP_INI_SYSTEM knownDirectives after extension=
  3673.   (Sam Ruby)
  3674. - Enable IBM DB2 support - Tested against DB2 6.1 UDB on Linux (Rasmus)
  3675. - Added new str_repeat() function. (Andrei)
  3676. - Output-Buffering system is now Thread-Safe. (Thies)
  3677. - implemented OCI8 $lob->WriteToFile() function - very useful for streaming
  3678.   large amounts of LOB-Data without to need of a huge buffer. (Thies)
  3679. - Added session.use_cookies option (Sascha)
  3680. - Added getcwd() function. (Thies)
  3681. - XML_Parse_Into_Struct no longer eats data. (Thies)
  3682. - Fixed parse_url('-') crash. (Thies)
  3683. - added === operator support. (Andi & Thies, Zend Engine)
  3684. - unserialize() now gives a notice when passed invalid data. (Thies)
  3685. - Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)
  3686. - Added is_resource(), is_bool() functions. (Thies)
  3687. - Cleaned up File-Module (Thies)
  3688. - Upgraded math-funtions to use new Zend function API (Thies)
  3689. - Fixed zombie problem in shell_exec() and $a = `some_command`
  3690.   constructs. (Thies)
  3691. - Thies introduced ZEND_FETCH_RESOURCE2 (Danny).
  3692. - Added Informix driver to list of maintained extensions. (Danny).
  3693. - Informix driver : Changed ifx.ec to use the new high-performance
  3694.   ZEND API. (Danny)
  3695. - IXF_LIBDIR environment variable specifies alternate Informix library
  3696.   path for configure (Danny).
  3697. - Fixed gmmktime() so that the following should always be true:
  3698.   gmmktime([args]) == mktime([args]) + date('Z', mktime([args])) (Jouni)
  3699. - setlocale doesn't anymore screw up things if you forgot to change it back
  3700.   to the original settings. (Jouni)
  3701. - Switched to new system where ChangeLog is automagically updated from commit
  3702.   messages. NEWS file is now the place for public announcements. (Andrei)
  3703. - Fixed refcount problem in XML module. (Thies)
  3704. - Fixed crash in HTTP_RAW_POST_DATA handling (Thies)
  3705. - You can use resources as array-indices again (Thies, Zend Engine)
  3706. - Fixed pg_fetch_array() with three arguments (Sascha)
  3707.   Patch submitted by: brian@soda.berkeley.edu
  3708. - Upgraded a lot internal functions to use new Zend function API (Thies)
  3709. - fdf support ported; not completely tested with latest version 4.0 for
  3710.   glibc (Uwe)
  3711. - OCI8 connections are now kept open as long as they are referenced (Thies)
  3712. - Cleaned up Directory-Module (Thies)
  3713. - Small fix in Ora_Close (Thies)
  3714. - Ported range() and shuffle() from PHP 3 to PHP 4 (Andrei)
  3715. - Fixed header("HTTP/..."); behaviour (Sascha)
  3716. - Improved UNIX build system. Now utilizes libtool (Sascha)
  3717. - Upgrade some more internal functions to use new Zend function API. (Thies, 
  3718.   Zend Engine)
  3719. - Fixed backwards incompatibility with ereg() (Thies)
  3720. - Updated Zend garbage collection with a much more thorough method.
  3721.   (Andi, Zend Engine)
  3722. - Added the ability to use variable references in the array() construct.
  3723.   For example, array("foo" => &$foo). (Andi, Zend Engine)
  3724. - Added array_reverse() function (Andrei)
  3725. - Some more XML fixes/cleanups (Thies)
  3726. - Updated preg_replace() so that if any argument passed in is an array
  3727.   it will make a copy of each entry before converting it to string so that
  3728.   the original is intact. If the subject is an array then it will preserve
  3729.   the keys in the output as well (Andrei) 
  3730. - Updated OCI8 to use the new high-performance Zend function API. (Thies)
  3731. - Configure speedup (Stig)
  3732. - Fixed LOB/Persistent-Connection related OCI8-Crash (Thies)
  3733. - Generalized server-API build procedure on UNIX (Stig)
  3734. - Added '--disable-rpath' option (Sascha)
  3735. - Added AOLserver SAPI module (Sascha)
  3736. - Fixed XML Callbacks. (Thies)
  3737. - Updated ODBC to use the new high-performance Zend function API (kara)
  3738. - Updated zlib to use the new high-performance Zend function API. (Stefan)
  3739. - Updated preg_split() to allow returning only non-empty pieces (Andrei)
  3740. - Updated PCRE to use the new high-performance Zend function API (Andrei)
  3741. - Updated session, dba, mhash, mcrypt, sysvshm, sysvsem, gettext modules to use
  3742.   the new high-performance Zend function API (Sascha)
  3743. - Extended var_dump to handle resource type somewhat (Andrei)
  3744. - Updated WDDX to use the new high-performance Zend function API (Andrei)
  3745. - Updated XML to use the new high-performance Zend function API. (Thies)
  3746. - Updated Oracle to use the new high-performance Zend function API. (Thies)
  3747. - Improved the performance of the MySQL module significantly by using the new
  3748.   high-performance Zend function API. (Zeev)
  3749. - Added support for the Easysoft ODBC-ODCB Bridge (martin@easysoft.com)
  3750. - Fixed bug in odbc_setoption, getParameter call incorrect (martin@easysoft.com)
  3751. - Ora_Fetch_Into now resets the returned array in all cases (Thies) 
  3752. - Fixed NULL-Column problem in Oracle-Driver (Thies)
  3753. - Added extra metadata functions to ODBC, SQLTables etc (nick@easysoft.com)
  3754. - Fixed SEGV in mcal make_event_object() and
  3755.   typo in mcal_list_alarms() (Andrew Skalski)
  3756. - Fixed Ora_PLogon (Thies)
  3757. - Resourcified Oracle (Thies)
  3758. - Implemented object serialization/deserialization in WDDX (Andrei)
  3759. - Added krsort() function (Thies)
  3760. - Added func_num_args(), func_get_arg() and func_get_args() for standard
  3761.   access to variable number of arguments functions (Zeev)
  3762. - Added FTP support (Andrew Skalski)
  3763. - Added optional allowable_tags arguments to strip_tags(), gzgetss() and
  3764.   fgetss() to allow you to specify a string of tags that are not to be
  3765.   stripped  (Rasmus)
  3766. - Upgraded var_dump() to take multiple arguments (Andrei)
  3767. - Resourcified XML (Thies)
  3768. - Fixed a memory leak in the Apache per-directory directives handler (Zeev)
  3769. - Added array_count_values() function. (Thies)
  3770. - snmp, pgsql, mysql and gd modules can be built as dynamically loaded 
  3771.   modules (Greg)
  3772. - OCI8 fix for fetching empty LOBs (Thies)
  3773. - Added user-level callbacks for session module (Sascha)
  3774. - Added support for unknown POST content types (Zeev)
  3775. - Added "wddx" serialization handler for session module (Sascha)
  3776.   (automatically enabled, if you compile with --with-wddx)
  3777. - Fixed unserializing objects (Thies)
  3778. - PHP 4.0 now serializes Objects as 'O' (not understood by PHP 3.0), but
  3779.   unserializes PHP 3.0 serialized objects as expected. (Thies)
  3780. - Made serialize/unserialize work on classes. If the class is known at 
  3781.   unserialize() time, you'll get back a fully working object! (Thies)
  3782. - Reworked preg_* functions according to the new PCRE API, which also made
  3783.   them behave much more like Perl ones (Andrei)
  3784. - Made it possible to specify external location of PCRE library (Andrei)
  3785. - Updated bundled PCRE library to version 2.08 (Andrei)
  3786. - count()/is_array/is_object... speedups. (Thies)
  3787. - OCI8 supports appending and positioning when saving LOBs (Thies)
  3788. - Added metaphone support (Thies)
  3789. - OCI8 doesn't use define callbacks any longer. (Thies) 
  3790. - OCI8 Driver now supports LOBs like PHP 3.0. (Thies)
  3791. - var_dump now dumps the properties of an object (Thies)
  3792. - Rewrote the GET/POST/Cookie data reader to support multi-dimensional
  3793.   arrays! (Zeev)
  3794. - Renamed allow_builtin_links to expose_php (defaults to On).  This directive
  3795.   tells PHP whether it may expose its existence to the outside world, e.g.
  3796.   by adding itself to the Web server header (Zeev)
  3797. - Added support for transparent session id propagation (Sascha)
  3798. - Made WDDX serialize object properties properly (Andrei)
  3799. - Fixed WDDX mem leak when undefined variable is passed in
  3800.   for serialization (Andrei)
  3801. - Added session_unset() function (Andrei)
  3802. - Fixed double session globals shutdown crash (Andrei)
  3803. - Fixed crash related to ignore_user_abort ini entry (Andrei)
  3804. - Added support for external entropy sources for session id creation 
  3805.   (on Unices /dev/random and /dev/urandom) (Sascha)
  3806. - Added gpc_globals variable directive to php.ini.  By default it is On, but
  3807.   if it is set to Off, GET, POST and Cookie variables will not be inserted
  3808.   to the global scope.  Mostly makes sense when coupled with track_vars (Zeev)
  3809. - Added versioning support for shared library (Sascha)
  3810.   This allows concurrent use of PHP 3.0 and PHP 4.0 as Apache modules. See
  3811.   the end of the INSTALL file for more information.
  3812. - Added second parameter to array_keys which specifies search value
  3813.   for which the key should be returned (Andrei)
  3814. - Resourcified Informix driver (Danny)
  3815. - New resource handling for odbc, renamed to php_odbc.[ch]
  3816. - Make set_time_limit() work on Unix (Rasmus)
  3817. - Added connection handling support (Rasmus)
  3818. - Improved the Sybase-CT module to make use of resources (Zeev)
  3819. - Improved the mSQL module to make use of resources (Zeev)
  3820. - Changed mysql_query() and mysql_db_query() to return false in case of saving
  3821.   the result set data fails (Zeev)
  3822. - Improved the resource mechanism - resources were not getting freed as soon
  3823.   as they could (Zeev)
  3824. - Added shared memory module for session data storage (Sascha)
  3825. - Fixed session.auto_start (Sascha)
  3826. - Fixed several problems with output buffering and HEAD requests (Zeev)
  3827. - Fixed HTTP Status code issue with ISAPI module (Zeev)
  3828. - Fixed a problem that prevented $GLOBALS from working properly (Zeev, Zend
  3829.   library)
  3830. - Ported newest GetImageSize (Thies)
  3831. - Added session compile support in Win32 (Andi)
  3832. - Added -d switch to the CGI binary that allows overriding php.ini values
  3833.   from the command line (Zeev)
  3834. - Fixed a crash that would occur if wddx_deserialize did not receive
  3835.   a valid packet (Andrei)
  3836. - Fixed a bugglet when redefining a class at run-time (Andi, Zend Engine)
  3837. - Fixed sem_get() on AIX (Sascha)
  3838. - Fixed fopen() to work with URL's in Win32 (Andi & Zeev)
  3839. - Fixed include_path for Win32 (Andi, Zend Engine)
  3840. - Fixed bug in ISAPI header sending function (Charles)
  3841. - Fixed memory leak when using undefined values (Andi & Zeev, Zend Engine)
  3842. - Added output_buffering directive to php.ini, to enable output buffering
  3843.   for all PHP scripts - default is off (Zeev).
  3844. - Fixed some more class inheritance issues (Zeev, Zend Engine)
  3845. - Fixed Apache build wrt to shared modules on FreeBSD/Linux (Sascha)
  3846. - Added session.extern_referer_chk which checks whether session ids were
  3847.   referred to by an external site and eliminates them (Sascha)
  3848. - Improved session id generation (Sascha)
  3849. - Improved speed of uniqid() by using the combined LCG and removing
  3850.   the extra usleep() (Sascha)
  3851. - Introduced general combined linear congruential generator (Sascha)
  3852. - Made ldap_close back into an alias for ldap_unbind (Andrei)
  3853. - OciFetchInto now resets the returned array in all cases (Thies)
  3854. - Fixed mysql_errno() to work with recent versions of MySQL (Zeev)
  3855. - Fixed a problem with define() and boolean values (Zeev)
  3856. - Fixed inclusion of gd/freetype functions (Sascha)
  3857. - Fixed persistency of MHASH_* constants (Sascha)
  3858. - Oracle is now ZTS-Safe (Thies)
  3859. - Fixed flushing of cached information to disk in DBA's DB2 module (Sascha)
  3860. - OCI8 is now ZTS-Safe (Thies)
  3861. - Fixed is_writeable/is_writable problem; they are both defined now (Andrei)
  3862. - Imported PHP 3.0 diskfreespace() function (Thies)
  3863. - Fixed thread-safety issues in the MySQL module (Zeev)
  3864. - Fixed thread-safe support for dynamic modules (Zeev)
  3865. - Fixed Sybase CT build process (Zeev)
  3866.  
  3867. August 9 1999, Version 4.0 Beta 2
  3868. - Fixed a problem when sending HTTP/1.x header lines using header() (Zeev)
  3869. - Win32 builds now include the ODBC module built-in (Zeev)
  3870. - Fixed SYSV-SHM interface (Thies).
  3871. - Updated hyperwave module, made it thread safe
  3872. - Updated pdflib module, version 0.6 of pdflib no longer supported
  3873. - Updated fdf module
  3874. - Built-in phpinfo() links are now turned off by default.  They can be turned
  3875.   on using the allow_builtin_links INI directive (Zeev)
  3876. - Changed phpinfo() to list modules that have no info function (Zeev)
  3877. - Modified array_walk() function so that the userland callback is passed
  3878.   a key and possible user data in addition to the value (Andrei)
  3879. - Fixed ldap_search(), ldap_read() and ldap_list() (Zeev)
  3880. - Fixed Apache information in phpinfo() (sam@breakfree.com)
  3881. - Improved register_shutdown_function() - you may now supply arguments that
  3882.   will be passed to the shutdown function (Zeev)
  3883. - Improved call_user_func() and call_user_method() - they now support passing
  3884.   arguments by reference (Zeev)
  3885. - Fixed usort() and uksort() (Zeev)
  3886. - Fixed md5() in the Apache module (Thies)
  3887. - Introduced build process for dynamic modules (Stig)
  3888. - Improved ISAPI module to supprt large server variables (Zeev)
  3889. - Imported PHP 3.0 fixes for problem with PHP as a dynamic module and Redhat
  3890.   libc2.1 in zlib module (Stefan)
  3891. - Fixed sybase_fetch_object() (Zeev)
  3892. - Made the IMAP module work with PHP 4.0 (Zeev)
  3893. - Fixed a problem with include()/require() of URLs (Sascha, Zeev)
  3894. - Fixed a bug in implode() that caused it to corrupt its arguments (Zeev)
  3895. - Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name")
  3896.   (Andi & Zeev)
  3897. - Fixed various inheritance problems (Andi & Zeev, Zend Engine)
  3898. - Children now inherit their parent's constructor, if they do not supply a
  3899.   constructor of their own.
  3900. - Fixed runtime inheritance of classes (parent methods/properties were
  3901.   overriding their children) (Zeev, Zend Engine)
  3902. - Fixed backwards incompatibility with the "new" operator (Andi, Zend Engine)
  3903. - Fixed bugs in uksort() and ksort() sort ordering (Andrei)
  3904. - Fixed a memory leak when using assignment-op operators with lvalue of type
  3905.   string (Zeev, Zend Engine)
  3906. - Fixed a problem in inheritance from classes that are defined in include()d
  3907.   files (Zeev, Zend Engine)
  3908. - Fixed a problem with the PHP error handler that could result in a crash
  3909.   on certain operating systems (Zeev)
  3910. - Apache php_flag values only recognized 'On' (case sensitive) - changed
  3911.   to case insensitive (Zeev)
  3912. - Fixed a memory leak with switch statement containing return statements
  3913.   (Andi & Zeev, Zend Engine)
  3914. - Fixed a crash problem in switch statements that had a string offset
  3915.   as a conditional (Andi & Zeev, Zend Engine)
  3916. - Imported PHP 3.0 fixes for rand() and mt_rand() (Rasmus)
  3917. - Added function entries for strip_tags() and similar_text() (Andrei)
  3918. - Fixed a bug in WDDX that would cause a crash if a number was passed in
  3919.   instead of a variable name (Andrei)
  3920. - Ported strtotime() function from PHP 3.0 (Andrei)
  3921. - Merged in gdttf stuff from PHP 3.0 (Sascha)
  3922. - buildconf now checks your installation (Stig)
  3923. - XML module now built dynamically with --with-xml=shared (Stig)
  3924. - Added a check for freetype.h - fixed build on RedHat 6.0 (Zeev)
  3925. - Fixed array_walk() to work in PHP 4.0 (Andrei)
  3926. - Ported all remaining date() format options from PHP 3.0 (Andrei)
  3927. - $php_errormsg now works (Andrei)
  3928. - Added locale support for Perl Compatible Regexp functions (Andrei)
  3929. - Informix module ported (Danny)
  3930. - Removed --with-shared-apache (Sascha)
  3931. - Added patch for reverse lookup table in base64_decode (Sascha)
  3932.   Submitted by bfranklin@dct.com
  3933. - Merged in PHP 3.0 version of str_replace (Sascha)
  3934. - Added DBA module (Sascha)
  3935. - Added session id detection within REQUEST_URI (Sascha)
  3936. - Merged in HP-UX/ANSI compatibility switch from PHP 3.0 (Sascha)
  3937. - Fixed rpath handling for utilitites built during Apache build (Sascha)
  3938. - Added missing E_ error level constants (Zeev, Zend Engine)
  3939. - Fixed a bug in sending multiple HTTP Cookies under Apache (Zeev)
  3940. - Fixed implicit connect on the MySQL, mSQL, PostgreSQL and Sybase
  3941.   modules (Zeev)
  3942. - Gave PHP 4.0's SNMP extension all the functionality of PHP 3.0.12 (SteveL)
  3943.   
  3944. July 19 1999, Version 4.0 Beta 1
  3945. - First public beta of PHP 4.0
  3946.