Lines Matching refs:from

246 - Changed default value of "default_charset" php.ini option from ISO-8859-1 to
259 . Removed compile time dependency from ext/mbstring (Dmitry)
305 - Changed the structure of op_array.opcodes. The constant values are moved from
331 hash_values from the literals table.
436 enable write operations from XSLT. Bug #54446 (Chregu, Nicolas Gregoire)
557 . Fixed bug #54423 (classes from dl()'ed extensions are not destroyed).
559 . Fixed bug #54372 (Crash accessing global object itself returned from its
728 . Increased the backtrack limit from 100000 to 1000000 (Rasmus)
842 . Changed default value of ini directive serialize_precision from 100 to 17.
852 . Fixed bug #48607 (fwrite() doesn't check reply from ftp server before
870 . Fixed bug #52738 (Can't use new properties in class extended from
873 created from timestamp). (Stas)
925 . Fixed bug #53795 (Connect Error from MySqli (mysqlnd) when using SSL).
1117 . Fixed bug #53198 (changing INI setting "from" with ini_set did not have any
1122 . Fixed bug #53141 (autoload misbehaves if called from closing session).
1161 . Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED.
1360 . Fixed bug #53366 (Reflection doesnt get dynamic property value from
1415 - Added stream filter support to mcrypt extension (ported from
1427 - Added support for copy to/from array/file for pdo_pgsql extension.
1511 from function). (Dmitry)
1637 - Fixed bug #50563 (removing E_WARNING from parse_url). (ralph at smashlabs dot
1656 is created from an ISO string). (Derick)
1679 (Adam, patch from hiroaki dot kawai at gmail dot com).
1703 - Changed gmp_strval() to use full range from 2 to 62, and -2 to -36. FR #50283
1721 - Added protection for $_SESSION from interrupt corruption and improved
1807 - Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes
1852 - Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle
2010 - Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after
2032 - Fixed bug #49144 (Import of schema from different host transmits original
2034 - Fixed bug #49142 (crash when exception thrown from __tostring()).
2073 when including files from function). (Stas)
2190 - Removed the experimental RPL (master/slave) functions from mysqli. (Andrey)
2196 - Removed shebang line check from CGI sapi (checked by scanner). (Dmitry)
2371 . Changed default value of oci8.default_prefetch from 10 to 100.
2379 . Allow building (e.g from PECL) the PHP 5.3-based OCI8 code with
2429 from Solar Designer).
2465 location information from timezones.
2550 - Added support for the mysql_stmt_next_result() function from libmysql.
2571 - Added json_last_error() to return any error information from json_decode().
2575 - Added depth parameter to json_decode() to lower the nesting depth from the
2634 - Fixed bug #47771 (Exception during object construction from arg call calls
2689 with # have the 1st line missed from the output). (Ilia)
2756 - Fixed bug #45976 (Moved SXE from SPL to SimpleXML). (Etienne)
2757 - Fixed bug #45928 (large scripts from stdin are stripped at 16K border).
2771 - Fixed bug #45706 (Unserialization of classes derived from ArrayIterator
2909 - Fixed bug #47845 (PDO_Firebird omits first row from query). (Lars W)
2993 - Fixed bug #38805 (PDO truncates text from SQL Server text data type field).
3193 - Fixed bug #46308 (Invalid write when changing property from inside getter).
3250 - Fixed bug #45805 (Crash on throwing exception from error handler). (Dmitry)
3266 - Fixed bug #45556 (Return value from callback isn't freed). (Felipe)
3360 - Fixed bug #43723 (SOAP not sent properly from client for <choice>). (Dmitry)
3377 - Fixed bug #42855 (dns_get_record() doesn't return all text from TXT record).
3389 - Fixed bug #42078 (pg_meta_data mix tables metadata from different schemas).
3427 - Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script) (Dmitry)
3440 - Fixed bug #44394 (Last two bytes missing from output). (Felipe)
3469 - Fixed bug #43927 (koi8r is missing from html_entity_decode()). (andy at demos dot su, Tony)
3489 - Fixed bug #43527 (DateTime created from a timestamp reports environment timezone). (Derick)
3505 - Fixed bug #43364 (recursive xincludes don't remove internal xml nodes properly). (Rob, patch from
3523 - Fixed bug #42937 (__call() method not invoked when methods are called on parent from child class)…
3526 - Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1 response). (Ilia)
3594 - Fixed bug #42943 (ext/mssql: Move *timeout initialization from RINIT
3728 - Fixed EOF handling in case of reading from file opened in write only mode.
3761 from a parent class). (Dmitry)
3803 - Fixed bug #41961 (Ensure search for hidden private methods does not stray from
3927 - Changed JSON maximum nesting depth from 20 to 128. (Rasmus)
3956 - Fixed PHP CLI usage of php.ini from the binary location. (Hannes)
3973 - Fixed bug #41421 (Uncaught exception from a stream wrapper segfaults).
4022 . colors allocated henceforth from the resulting image overwrite the palette
4026 . Load only once the local color map from a GIF data (Pierre)
4259 - Added a meta tag to phpinfo() output to prevent search engines from indexing
4267 - Removed dependency from SHELL32.DLL. (Dmitry)
4283 - ext/bcmath initialization code is moved from request startup to module
4459 - Fixed bug #39652 (Wrong negative results from memory_get_usage()). (Dmitry)
4560 - Fixed bug #38319 (Remove bogus warnings from persistent PDO connections).
4632 size of memory allocated from system. (Dmitry)
4663 - Removed current working directory from the php.ini search path for CLI and
4684 value from registry. (Dmitry)
4717 . Allowed PHP to be an arbitrary filter in the chain and read the script from
4767 - Fixed a bug in the filter extension that prevented magic_quotes_gpc from
4779 - Fixed bug #39039 (SSL: fatal protocol error when fetching HTTPS from servers
4836 exception is thrown from __get method). (Tony)
4876 - Fixed bug #38394 (PDO fails to recover from failed prepared statement
4928 - Fixed bug #38179 (imagecopy from a palette to a truecolor image loose alpha
4934 - Fixed bug #38146 (Cannot use array returned from foo::__get('bar') in write
4946 - Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding
4950 - Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from
4956 - Fixed bug #38003 (in classes inherited from MySQLi it's possible to call
4957 private constructors from invalid context). (Tony)
5025 - Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature object
5066 - Fixed bug #36515 (Unlinking buckets from non-existent brigades). (Sara)
5136 - Changed get_headers() to retrieve headers also from non-200 responses.
5152 - Removed the E_STRICT deprecation notice from "var". (Ilia)
5175 - Fixed bug #37167 (PDO segfaults when throwing exception from the
5410 - Fixed bug #35821 (array_map() segfaults when exception is throwed from
5467 - Fixed bug #35470 (Assigning global using variable name from array doesn't
5483 - Fixed bug #35393 (changing static protected members from outside the class,
5520 frame was called from an object. (Sebastian)
5523 - Fixed bug #35413 (Removed -dev flag from Zend Engine version). (Ilia)
5546 - Added pg_fetch_all_columns() function to fetch all values of a column from a
5565 only allow certain functions to be called from XSLT. (Christian)
5590 - Added possibility to access INI variables from within .ini file. (Andrei)
5653 . Moved RecursiveArrayIterator from examples into extension
5654 . Moved RecursiveFilterIterator from examples into extension
5693 - Allowed return by reference from internal functions. (Marcus, Andi, Dmitry)
5853 - Fixed bug #34742 (ftp wrapper failures caused from segmented command
5891 setting from php.ini was invalid). (Andrei)
6001 - Fixed bug #33340 (CLI Crash when calling php:function from XSLT). (Rob)
6009 broken; FCI cache). (Andrei, patch from m.bretz@metropolis-ag.de)
6035 - Fixed bug #33136 (method offsetSet in class extended from ArrayObject crash
6100 - Fixed bug #32682 (ext/mssql: Error on module shutdown when called from
6170 - Fixed bug #31502 (Wrong deserialization from session when using WDDX
6201 - Fixed bug #30702 (cannot initialize class variable from class constant).
6264 - Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when
6296 - Fixed bug preventing from building oci8 as shared.
6385 - Fixed bug #31190 (Unexpected warning then exception is thrown from
6435 - Fixed bug #28976 (mail(): use "From:" from headers if sendmail_from is empty).
6523 - Fixed bug #30281 (Prevent non-wbmp images from being detected as such).
6627 PHP function called from XSLT). (Christian)
6637 - Fixed bug #29409 (Segfault in PHP functions called from XSLT). (Rob)
6643 - Fixed bug #29368 (The destructor is called when an exception is thrown from