#
1ac15b2f |
| 23-Sep-2010 |
Kalle Sommer Nielsen |
Added TSRMLS macros into php_get_current_user()
|
#
34b631f6 |
| 18-Aug-2010 |
Kalle Sommer Nielsen |
Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's
|
#
a109c353 |
| 17-Aug-2010 |
Kalle Sommer Nielsen |
Fix my fix for arginfo, trunk patch will follow shortly
|
#
a12f6d93 |
| 17-Aug-2010 |
Kalle Sommer Nielsen |
Fixed the $context parameter on copy() to have an effect (approved for 5.3 by Johannes) # To not change a PHPAPI in a point release, a new function have been added to support contexts: #
Fixed the $context parameter on copy() to have an effect (approved for 5.3 by Johannes) # To not change a PHPAPI in a point release, a new function have been added to support contexts: # php_copy_file_ctx(), php_copy_file_ex() now simply wraps to that
show more ...
|
#
a780e73f |
| 16-Aug-2010 |
Kalle Sommer Nielsen |
Fix arginfo for copy(), see r302376 for more info
|
#
ac73c9d8 |
| 16-Aug-2010 |
Kalle Sommer Nielsen |
Fixed the context parameter on copy() to actually have an effect # After looking at the logs, Jani did a bad merge into 5.3, so that # the context parameter sent to copy() actually isn't
Fixed the context parameter on copy() to actually have an effect # After looking at the logs, Jani did a bad merge into 5.3, so that # the context parameter sent to copy() actually isn't used at all. This # relatively simple patch fixes that for trunk. # # See FR #42965 # internals: # This changes the php_copy_*() decls to contain an additional parameter for stream contexts
show more ...
|
#
4281addc |
| 09-Aug-2010 |
Kalle Sommer Nielsen |
Implemented FR #52555 (Ability to get HTTP response code) - Patch by Paul Dragoonis
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3 |
|
#
a619b589 |
| 05-Jul-2010 |
Dmitry Stogov |
Use ZE API to modify/restore PG(magic_quotes_runtime). Removed overhead at request startup.
|
Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
f9cc8faa |
| 03-Jun-2010 |
Felipe Pena |
- Added BG(serialize) and BG(unserialize) initialization
|
#
11d24c15 |
| 31-May-2010 |
Michael Wallner |
* implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implem
* implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
show more ...
|
#
a8cad398 |
| 13-May-2010 |
Felipe Pena |
- Fixed bug #51791 (constant() aborts execution when fail to check undefined constant)
|
#
bcd9a87e |
| 13-May-2010 |
Felipe Pena |
- Fixed bug #51791 (constant() aborts execution when fail to check undefined constant)
|
#
b9730786 |
| 05-May-2010 |
Pierre Joye |
- #51063, implement getimagesizefromstring
|
#
dd8e59da |
| 26-Apr-2010 |
Kalle Sommer Nielsen |
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
show more ...
|
#
9d395a4a |
| 21-Apr-2010 |
Kalle Sommer Nielsen |
Removed import_request_variables(), this is not needed anymore without register_globals
|
#
3e6678de |
| 21-Apr-2010 |
Kalle Sommer Nielsen |
Added missing zend_parse_parameters_none() call to sys_getloadavg()
|
#
b298ed5b |
| 12-Apr-2010 |
Pierre Joye |
- [doc] merge stream_set_read_buffer, equivalent of stream_set_write_buffer for read operations. Fixing possible bad effects while reading devices
|
#
95fcd75a |
| 12-Apr-2010 |
Pierre Joye |
- [doc] add stream_set_read_buffer, equivalent of stream_set_write_buffer for read operations. Fixing possible bad effects while reading devices. full context support is under work.
|
#
8087be61 |
| 12-Apr-2010 |
Kalle Sommer Nielsen |
* Changed the way removed ini directives are shown so its easier to add new ones * Removed define_syslog_variables and its associated functions
|
#
af49e58f |
| 12-Mar-2010 |
Jani Taskinen |
- Reverted r296062 and r296065
|
#
06f072cb |
| 11-Mar-2010 |
Jani Taskinen |
MFH: Improved / fixed output buffering (Michael Wallner)
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
e4065db3 |
| 24-Jan-2010 |
Pierre Joye |
- #50690, putenv does assign value when their length is one char
|
#
f386e268 |
| 24-Jan-2010 |
Pierre Joye |
- make getservbyname on windows behaves like *nux when proto is an empty string
|
#
de93d96d |
| 07-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2008#1997-2010#g" **/*.c **/*.h
|
#
207d9133 |
| 24-Dec-2009 |
Mikko Koppanen |
Changed stream_resolve_include_path to use zend_resolve_path backported stream_resolve_include_path to PHP 5.3 backported stream_resolve_include_path test to PHP 5.3
|