Lines Matching refs:from

152 - Changed default value of "default_charset" php.ini option from ISO-8859-1 to
165 . Removed compile time dependency from ext/mbstring (Dmitry)
209 - Changed the structure of op_array.opcodes. The constant values are moved from
235 hash_values from the literals table.
340 enable write operations from XSLT. Bug #54446 (Chregu, Nicolas Gregoire)
461 . Fixed bug #54423 (classes from dl()'ed extensions are not destroyed).
463 . Fixed bug #54372 (Crash accessing global object itself returned from its
632 . Increased the backtrack limit from 100000 to 1000000 (Rasmus)
746 . Changed default value of ini directive serialize_precision from 100 to 17.
756 . Fixed bug #48607 (fwrite() doesn't check reply from ftp server before
774 . Fixed bug #52738 (Can't use new properties in class extended from
777 created from timestamp). (Stas)
829 . Fixed bug #53795 (Connect Error from MySqli (mysqlnd) when using SSL).
1021 . Fixed bug #53198 (changing INI setting "from" with ini_set did not have any
1026 . Fixed bug #53141 (autoload misbehaves if called from closing session).
1065 . Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED.
1264 . Fixed bug #53366 (Reflection doesnt get dynamic property value from
1319 - Added stream filter support to mcrypt extension (ported from
1331 - Added support for copy to/from array/file for pdo_pgsql extension.
1415 from function). (Dmitry)
1541 - Fixed bug #50563 (removing E_WARNING from parse_url). (ralph at smashlabs dot
1560 is created from an ISO string). (Derick)
1583 (Adam, patch from hiroaki dot kawai at gmail dot com).
1607 - Changed gmp_strval() to use full range from 2 to 62, and -2 to -36. FR #50283
1625 - Added protection for $_SESSION from interrupt corruption and improved
1711 - Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes
1756 - Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle
1914 - Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after
1936 - Fixed bug #49144 (Import of schema from different host transmits original
1938 - Fixed bug #49142 (crash when exception thrown from __tostring()).
1977 when including files from function). (Stas)
2094 - Removed the experimental RPL (master/slave) functions from mysqli. (Andrey)
2100 - Removed shebang line check from CGI sapi (checked by scanner). (Dmitry)
2275 . Changed default value of oci8.default_prefetch from 10 to 100.
2283 . Allow building (e.g from PECL) the PHP 5.3-based OCI8 code with
2333 from Solar Designer).
2369 location information from timezones.
2454 - Added support for the mysql_stmt_next_result() function from libmysql.
2475 - Added json_last_error() to return any error information from json_decode().
2479 - Added depth parameter to json_decode() to lower the nesting depth from the
2538 - Fixed bug #47771 (Exception during object construction from arg call calls
2593 with # have the 1st line missed from the output). (Ilia)
2660 - Fixed bug #45976 (Moved SXE from SPL to SimpleXML). (Etienne)
2661 - Fixed bug #45928 (large scripts from stdin are stripped at 16K border).
2675 - Fixed bug #45706 (Unserialization of classes derived from ArrayIterator
2813 - Fixed bug #47845 (PDO_Firebird omits first row from query). (Lars W)
2897 - Fixed bug #38805 (PDO truncates text from SQL Server text data type field).
3097 - Fixed bug #46308 (Invalid write when changing property from inside getter).
3154 - Fixed bug #45805 (Crash on throwing exception from error handler). (Dmitry)
3170 - Fixed bug #45556 (Return value from callback isn't freed). (Felipe)
3264 - Fixed bug #43723 (SOAP not sent properly from client for <choice>). (Dmitry)
3281 - Fixed bug #42855 (dns_get_record() doesn't return all text from TXT record).
3293 - Fixed bug #42078 (pg_meta_data mix tables metadata from different schemas).
3331 - Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script) (Dmitry)
3344 - Fixed bug #44394 (Last two bytes missing from output). (Felipe)
3373 - Fixed bug #43927 (koi8r is missing from html_entity_decode()). (andy at demos dot su, Tony)
3393 - Fixed bug #43527 (DateTime created from a timestamp reports environment timezone). (Derick)
3409 - Fixed bug #43364 (recursive xincludes don't remove internal xml nodes properly). (Rob, patch from
3427 - Fixed bug #42937 (__call() method not invoked when methods are called on parent from child class)…
3430 - Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1 response). (Ilia)
3498 - Fixed bug #42943 (ext/mssql: Move *timeout initialization from RINIT
3632 - Fixed EOF handling in case of reading from file opened in write only mode.
3665 from a parent class). (Dmitry)
3707 - Fixed bug #41961 (Ensure search for hidden private methods does not stray from
3831 - Changed JSON maximum nesting depth from 20 to 128. (Rasmus)
3860 - Fixed PHP CLI usage of php.ini from the binary location. (Hannes)
3877 - Fixed bug #41421 (Uncaught exception from a stream wrapper segfaults).
3926 . colors allocated henceforth from the resulting image overwrite the palette
3930 . Load only once the local color map from a GIF data (Pierre)
4163 - Added a meta tag to phpinfo() output to prevent search engines from indexing
4171 - Removed dependency from SHELL32.DLL. (Dmitry)
4187 - ext/bcmath initialization code is moved from request startup to module
4363 - Fixed bug #39652 (Wrong negative results from memory_get_usage()). (Dmitry)
4464 - Fixed bug #38319 (Remove bogus warnings from persistent PDO connections).
4536 size of memory allocated from system. (Dmitry)
4567 - Removed current working directory from the php.ini search path for CLI and
4588 value from registry. (Dmitry)
4621 . Allowed PHP to be an arbitrary filter in the chain and read the script from
4671 - Fixed a bug in the filter extension that prevented magic_quotes_gpc from
4683 - Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS from servers
4740 exception is thrown from __get method). (Tony)
4780 - Fixed bug #38394 (PDO fails to recover from failed prepared statement
4832 - Fixed bug #38179 (imagecopy from a palette to a truecolor image loose alpha
4838 - Fixed bug #38146 (Cannot use array returned from foo::__get('bar') in write
4850 - Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding
4854 - Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from
4860 - Fixed bug #38003 (in classes inherited from MySQLi it's possible to call
4861 private constructors from invalid context). (Tony)
4929 - Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature object
4970 - Fixed bug #36515 (Unlinking buckets from non-existent brigades). (Sara)
5040 - Changed get_headers() to retrieve headers also from non-200 responses.
5056 - Removed the E_STRICT deprecation notice from "var". (Ilia)
5079 - Fixed bug #37167 (PDO segfaults when throwing exception from the
5314 - Fixed bug #35821 (array_map() segfaults when exception is throwed from
5371 - Fixed bug #35470 (Assigning global using variable name from array doesn't
5387 - Fixed bug #35393 (changing static protected members from outside the class,
5424 frame was called from an object. (Sebastian)
5427 - Fixed bug #35413 (Removed -dev flag from Zend Engine version). (Ilia)
5450 - Added pg_fetch_all_columns() function to fetch all values of a column from a
5469 only allow certain functions to be called from XSLT. (Christian)
5494 - Added possibility to access INI variables from within .ini file. (Andrei)
5557 . Moved RecursiveArrayIterator from examples into extension
5558 . Moved RecursiveFilterIterator from examples into extension
5597 - Allowed return by reference from internal functions. (Marcus, Andi, Dmitry)
5757 - Fixed bug #34742 (ftp wrapper failures caused from segmented command
5795 setting from php.ini was invalid). (Andrei)
5905 - Fixed bug #33340 (CLI Crash when calling php:function from XSLT). (Rob)
5913 broken; FCI cache). (Andrei, patch from m.bretz@metropolis-ag.de)
5939 - Fixed bug #33136 (method offsetSet in class extended from ArrayObject crash
6004 - Fixed bug #32682 (ext/mssql: Error on module shutdown when called from
6074 - Fixed bug #31502 (Wrong deserialization from session when using WDDX
6105 - Fixed bug #30702 (cannot initialize class variable from class constant).
6168 - Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when
6200 - Fixed bug preventing from building oci8 as shared.
6289 - Fixed bug #31190 (Unexpected warning then exception is thrown from
6339 - Fixed bug #28976 (mail(): use "From:" from headers if sendmail_from is empty).
6427 - Fixed bug #30281 (Prevent non-wbmp images from being detected as such).
6531 PHP function called from XSLT). (Christian)
6541 - Fixed bug #29409 (Segfault in PHP functions called from XSLT). (Rob)
6547 - Fixed bug #29368 (The destructor is called when an exception is thrown from