1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00
Commit Graph

39343 Commits

Author SHA1 Message Date
f1b91a8da4 ChangeLog update 2007-09-29 01:31:29 +00:00
Jani Taskinen fa0734a520 - Fix copy and paste typo 2007-09-28 23:34:31 +00:00
Nuno Lopes f044c95b3c fix expected output 2007-09-28 22:40:23 +00:00
Johannes Schlüter 97c89c72e5 - Fix type in example 2007-09-28 22:04:28 +00:00
Dmitry Stogov 976afba41b Support for namespaces in dynamic calls 2007-09-28 19:51:49 +00:00
Jani Taskinen 356799933a nuke unsued variable 2007-09-28 13:06:22 +00:00
Jani Taskinen 0e711aed8c - Fix compiler warnings 2007-09-28 12:54:42 +00:00
Jani Taskinen 9026a201a3 - Fix compiler warning 2007-09-28 12:52:12 +00:00
Jani Taskinen 425222060f ws + cs 2007-09-28 11:52:49 +00:00
Jani Taskinen 0d0117bfdf - Fix win32 build. 2007-09-28 10:23:14 +00:00
Antony Dovgal a1d9649e69 ws 2007-09-28 05:32:41 +00:00
Antony Dovgal d07a8a6b64 fix build 2007-09-28 05:32:07 +00:00
Jani Taskinen f964370a35 - Added ".htaccess" style user-defined php.ini files support for
CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
  in php.ini. All directives set in these sections will not be able to be
  overridden in user-defined ini-files or during runtime in the specified
  path.

- Improved php.ini handling:
  . Added better error reporting for syntax errors in php.ini files
  . Allowed "ini-variables" to be used almost everywhere ini php.ini files
  . Allowed using alphanumeric/variable indexes in "array" ini options
  . Fixed get_cfg_var() to be able to return "array" ini options

- Fixed bug #27372 (parse error loading browscap.ini at apache startup)
- Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric
  characters)

@DOC Pierre promised to handle the manual part of this :D
2007-09-28 02:04:28 +00:00
9ecd77367e ChangeLog update 2007-09-28 01:31:38 +00:00
Jani Taskinen 70abdbeef2 ws + cs fixes 2007-09-27 22:08:54 +00:00
Dmitry Stogov 8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Ilia Alshanetsky 98a2c03808 MFB: Fixed coverity issue #470 Unitialized integer value used inside
zend_ini_boolean_displayer_cb
2007-09-27 17:28:53 +00:00
Jani Taskinen 44604d3b8f - Fixed bug #42657 (ini_get() returns incorrect value when default is NULL) 2007-09-27 17:05:01 +00:00
Jani Taskinen 210fdc8237 BC 2007-09-27 16:58:38 +00:00
Jani Taskinen 4fa6949a58 - Nuked unnecessary TSRMLS_FETCH(). 2007-09-27 16:54:55 +00:00
Jani Taskinen 7667ca40b0 MFB52:
---8<---
revision 1.39.2.2.2.10
date: 2007/06/17 14:31:12;  author: iliaa;  state: Exp;  lines: +22 -15

Fixed zend_alter_ini_entry() memory_limit interruption vulnerability.
---8<---

Last part of the missing fix only committed to PHP_5_2 branch.
2007-09-27 16:47:59 +00:00
Jani Taskinen 395c068043 MFB: Missing part of some fix (by Ilia) 2007-09-27 16:28:39 +00:00
Jani Taskinen b117c94942 ws + cs (more to follow) 2007-09-27 15:52:56 +00:00
Jani Taskinen 9bb7a2fcc7 MFB52: cs+ws (and synced the folding wrap style!) 2007-09-27 13:16:09 +00:00
Dmitry Stogov 3542f7a6dc Improved ext/soap to support element names in context of XMLShema's <any> 2007-09-27 10:02:04 +00:00
Antony Dovgal 22dff490b0 fix coverity issue #412 2007-09-27 09:18:36 +00:00
Antony Dovgal 4919bc45c5 fix coverity issue #411 2007-09-27 09:14:56 +00:00
Dmitry Stogov 070e0e30b9 Revert ws-breaking patch 2007-09-27 08:28:46 +00:00
Dmitry Stogov fb5479c145 ws 2007-09-27 07:29:58 +00:00
a8aa93bcb7 ChangeLog update 2007-09-27 01:31:18 +00:00
Ilia Alshanetsky 43f492c872 MFB: Fixed bug #42767 (highlight_string() truncates trailing comment). 2007-09-26 15:46:28 +00:00
Raghubansh Kumar ed72c6c50b new testcases for strrev() function 2007-09-26 14:42:15 +00:00
Antony Dovgal ca861401ff fix proto 2007-09-26 10:54:56 +00:00
Dmitry Stogov 189ac4f201 Late Static Binding (Dmitry, Etienne Kneuss) 2007-09-26 07:16:33 +00:00
Raghubansh Kumar 38d1ab072f New testcases for crc32() function 2007-09-26 06:11:28 +00:00
42016466a2 ChangeLog update 2007-09-26 01:31:24 +00:00
c5219caec9 ChangeLog update 2007-09-25 01:31:26 +00:00
Dmitry Stogov 38673d1f6f Fixed crash on POST request after dl("mbstring.so") 2007-09-24 11:53:57 +00:00
Rui Hirokawa 9fb312447e added support "entity" as substitute_character settin accoding to bug #39404 2007-09-24 11:50:54 +00:00
Dmitry Stogov 4d9ca5ef3c Fixed bug #42699 (PHP_SELF duplicates path) 2007-09-24 11:43:02 +00:00
86aa4db646 ChangeLog update 2007-09-24 01:31:25 +00:00
e92255bde1 ChangeLog update 2007-09-23 01:31:19 +00:00
Ilia Alshanetsky 17f9597ba3 MFB: Fixed memory leak inside pack() (coverity issues #398,#399,#400) 2007-09-22 15:26:51 +00:00
Raghubansh Kumar 360f022c1a New testcases for strspn() function 2007-09-22 10:49:49 +00:00
Raghubansh Kumar 8a44a00593 New testcases for strcspn() function 2007-09-22 10:37:46 +00:00
Raghubansh Kumar 53569976d4 New testcases for strtok() function 2007-09-22 07:41:14 +00:00
Raghubansh Kumar db756ffc96 replaced by array_search_variation1.phpt, hence removed. 2007-09-22 06:57:42 +00:00
Raghubansh Kumar 1c35a6365e update and split of testcases for functions array_search() and in_array() 2007-09-22 06:55:59 +00:00
4a5bf6f783 ChangeLog update 2007-09-22 01:31:26 +00:00
Antony Dovgal 285330fd31 add NULL check (coverity issue #385) and fix CS 2007-09-21 14:16:39 +00:00