Commit Graph

820 Commits

Author SHA1 Message Date
Jani Taskinen
42ccbd30a2 - ws 2009-12-08 08:21:56 +00:00
Jani Taskinen
e85963631d MF52: Fixed memory leak on require() error (Thanks again Ilia. r220154) 2009-12-08 08:21:25 +00:00
Jani Taskinen
7eed39131a - Fixed bug #49935 (Deprecated warnings make "make test" to fail) 2009-11-27 23:34:36 +00:00
Jani Taskinen
0a8ce9956c - Nuke ws 2009-11-15 00:31:42 +00:00
Rasmus Lerdorf
39c578d9bf Fix bug #49868 2009-11-15 00:24:06 +00:00
Felipe Pena
11ee48ed76 - Fixed bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault) 2009-11-12 00:10:00 +00:00
Dmitry Stogov
7234245e4a Avoid invoking setitimer when timeouts have been disabled (Arvind Srinivasan) 2009-11-05 10:38:56 +00:00
Ilia Alshanetsky
438723729c Lower the max upload default to 20 2009-10-28 13:04:42 +00:00
Ilia Alshanetsky
0e5f61656c Introduced a max_file_uploads INI setting, which is set to limit the
number of file uploads per-request to 100 by default, to prevent possible
DOS via temporary file exhaustion.
2009-10-27 16:13:48 +00:00
Stanislav Malyshev
d452498f54 fix crash for bug #47627 2009-10-13 19:58:59 +00:00
Dmitry Stogov
ffed322607 Fixed bug #49627 (error_log to specified file does not log time according to date.timezone) 2009-10-05 13:56:49 +00:00
Jani Taskinen
9d4c42357d I have no idea. This might or might not fix a bug in some branch. At least it works. 2009-09-04 11:02:40 +00:00
Stanislav Malyshev
0c28206914 fix extension functions disabling (bug #49065) 2009-07-29 00:17:10 +00:00
David Soria Parra
b4ea9bf939 - Define HAVE_DTRACE if dtrace is available and ifdef all calls to dtrace probes 2009-07-20 10:12:34 +00:00
David Soria Parra
28f7ed9365 - Add DTrace support. 2009-07-19 14:00:25 +00:00
Ilia Alshanetsky
2edbdcb845 MFB: Fixed a possible crash inside OnUpdateErrorLog() when restoring an empty value
Avoid pointless safe_mode/open_basedir checks on OnUpdateMailLog() if value is empty
2009-07-12 16:43:32 +00:00
Stanislav Malyshev
c93ff250bc fix mail.log openbasedir interaction with .htaccess 2009-07-09 00:24:26 +00:00
Jani Taskinen
49901ae269 - Fixed bug #48247 (Infinite loop and possible crash during startup with errors) 2009-07-07 16:40:21 +00:00
Pierre Joye
193f67d8b3 - typo 2009-06-04 07:41:42 +00:00
Pierre Joye
f4b3c6aae3 - [DOC] MF53: add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefull for testing and features detections)
see http://msdn.microsoft.com/en-us/library/ms724451(VS.85).aspx for the explanation
2009-06-04 07:00:37 +00:00
Scott MacVicar
e10ba6e945 Make sure the timeout is checked in the shutdown function, patch from Etienne 2009-05-30 09:47:39 +00:00
Derick Rethans
08c4e716ed - Fixed warnings 2009-05-04 19:55:33 +00:00
Derick Rethans
f52a2166a0 - Fixed bug #45191 (error_log ignores date.timezone php.ini val when
setting logging timestamps).
2009-05-03 19:08:28 +00:00
Pierre Joye
affb9d9b49 - fix build (Marcus, fix re2c please) 2009-04-30 09:12:26 +00:00
Dmitry Stogov
d2a9e7bbea Fixed bug #48034 (PHP crashes when script is 8192 (8KB) bytes long) 2009-04-28 07:13:43 +00:00
Arnaud Le Blanc
9f5de73681 Fixed initialization of tick functions list in ZTS 2009-03-27 02:33:44 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Dmitry Stogov
15b5f9a8c7 Fixed bug #47320 ($php_errormsg out of scope in functions) 2009-02-09 09:20:46 +00:00
Pierre Joye
c4d2527ebe - [MFB] fix nts build 2009-01-19 02:25:58 +00:00
Pierre Joye
cf2fbff656 - MFB: don't call it in non zts mode 2009-01-16 10:27:52 +00:00
Pierre Joye
b0dcfe527e - return SUCCESS on success
- check return value
2009-01-16 10:26:06 +00:00
Pierre Joye
96bc547ca2 MFB:
- add EG(windows_version_info), set at init time once per instance
   contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example)
 - [DOC] add the ability to disable a function when the windows function does not support a feature (for example symlink)
 - [DOC] symlink, hardlink & co support (1/3)
2009-01-16 10:02:50 +00:00
Ilia Alshanetsky
968e7af6cf MFB: Added mail logging functionality that allows logging of mail sent via
mail() function
2009-01-09 15:00:36 +00:00
Marcus Boerger
d5244ef11e - Register engine classes when and where they should be
- Show core module version as PHP version
2008-12-31 13:25:05 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Kalle Sommer Nielsen
e667c25403 [DOC] Remove define_syslog_variables() and define_syslog_variables ini option 2008-10-15 18:41:18 +00:00
Dmitry Stogov
e8894b43e6 Fixed Bug #43958 (class name added into the error message) 2008-09-02 09:46:00 +00:00
Jani Taskinen
778f5295ba - Fixed bug #44924 (sendmail path wrong) 2008-08-26 23:25:40 +00:00
Jani Taskinen
b798b366c8 Sync with PHP_5_3 (what a nice mess..thanks guys for keeping the branches in sync..NOT) 2008-08-26 23:22:31 +00:00
Pierre Joye
1907de98c6 - exposePHP_MAXPATHLEN 2008-08-23 17:53:19 +00:00
Marcus Boerger
deadefb49f - Cleanup exports and allow to overwrite ext registration 2008-08-22 12:59:38 +00:00
Felipe Pena
2985b4f9e3 - Removed some TSRMLS_FETCH()s 2008-08-15 19:45:25 +00:00
Felipe Pena
a5f867f3d5 - Constness (Added const qualifier to several function parameters) 2008-08-12 17:15:59 +00:00
Marcus Boerger
aea4ea120f - Fix memleak, Zend's built-in functions get copied before we copy all
functions, thus ending up in the name and param definitions copied twice
  because zend_register_funciton already copies them.
- Also Be able to deallocate Zend's built-in functions and do so when
  appropriate.
- After unregistering Zend's built-in functions only dl() is left and that
  seems to be fine.
2008-08-10 21:52:05 +00:00
Marcus Boerger
034d2e5916 - Turns out the easy solution for correct error_handling doesn't work. So
we need to provide save/replace/restore functions right away. It also
  to save/restore in the vm.
2008-08-08 17:10:49 +00:00
Felipe Pena
6182c24aa8 - Fixed the parameter type expected. set_time_limit() should accept only integer. 2008-07-25 13:39:39 +00:00
Felipe Pena
4eaf978874 - MFB: New parameter parsing API (set_time_limit) 2008-07-25 12:14:36 +00:00
Hannes Magnusson
5919165375 Add E_USER_DEPRECATED (patch by Lars Strojny) 2008-07-21 09:36:21 +00:00
Dmitry Stogov
637e591a3d Fixed chdir() into requested file directory inconsistencies 2008-07-21 08:42:35 +00:00
Dmitry Stogov
7528240b85 Fixed bug #45352 (Segmentation fault because of tick function on second request) 2008-06-25 12:18:51 +00:00