History log of /PHP-5.4/main/main.c (Results 76 – 100 of 889)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# f33d2c5f 14-Jul-2010 Dmitry Stogov

Optimized defaut Content-Type HTTP header processing


Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 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 ...


# f7ce6958 25-May-2010 Dmitry Stogov

- Interned string related callbacks moved turned from compiler_globals into real globals
- Updated API version number


# 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 ...


# 0a6bcd44 26-Apr-2010 Felipe Pena

- Removed allow_call_time_pass_reference (Pierrick)


# 08b9fdc8 24-Apr-2010 David Soria Parra

Add DTrace probes


# 9a38f301 21-Apr-2010 Kalle Sommer Nielsen

Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3.


# febee112 21-Apr-2010 Kalle Sommer Nielsen

Removed register_globals


# 41b64104 20-Apr-2010 Dmitry Stogov

Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.


# 94dd8372 20-Apr-2010 Dmitry Stogov

Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table


# a5304b13 15-Apr-2010 Kalle Sommer Nielsen

Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/session)


# ec5ece6c 13-Apr-2010 Kalle Sommer Nielsen

PHP_OS is now always WINNT on Windows, since we don't support anything prior to XP SP2


# 7ef4cdf4 13-Apr-2010 Kalle Sommer Nielsen

Remove a couple TSRMLS_FETCH() calls around ext/main/sapi


# 4e7b11cc 12-Apr-2010 Kalle Sommer Nielsen

Removed y2k_compliance ini option, making it "always" enabled internally
- The only reference to y2k_compliance was in php_std_date(). Browsers thats not compatable have a marketshare of 0.01% i

Removed y2k_compliance ini option, making it "always" enabled internally
- The only reference to y2k_compliance was in php_std_date(). Browsers thats not compatable have a marketshare of 0.01% if they even are in use today

show more ...


# 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


# b4e12967 11-Mar-2010 Jani Taskinen

- Fix conflict


# 06f072cb 11-Mar-2010 Jani Taskinen

MFH: Improved / fixed output buffering (Michael Wallner)


Revision tags: php-5.3.2
# 1f19a7dc 26-Feb-2010 Adam Harvey

Fix for bug #23229 (syslog function truncates messages): remove the hard-coded
500 character error message limit imposed when using error_log=syslog.


Revision tags: php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 573c33b3 26-Jan-2010 Pierre Joye

- [DOC] #45986, bad file descriptor warning when rename is used with invalid path, add php_win32_docref2_from_error to display system error for non posix api


# 6a7d96ee 24-Jan-2010 Pierre Joye

- prevent possible crash when error/warnings are raised during startup (like deprecated features), 5.3+ only


# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# 76c445dd 08-Dec-2009 Dmitry Stogov

- Forgotten patch for trunk
- Fixed stdin filename in error messages


# 47a9c71d 27-Nov-2009 Jani Taskinen

- Fixed bug #49935 (Deprecated warnings make "make test" to fail)


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1
# 3a9f7496 15-Nov-2009 Jani Taskinen

- Nuke ws


12345678910>>...36