#
85ad3851 |
| 15-Apr-2008 |
Jani Taskinen |
MFH
|
#
f0b70733 |
| 14-Apr-2008 |
Hannes Magnusson |
[DOC] Remove config_get_hash() & and add new boolean parameter to ini_get_all() to list ini entries key=>current_value like config_get_hash() did.
|
Revision tags: php-5.2.6RC5 |
|
#
a1e09451 |
| 07-Apr-2008 |
Etienne Kneuss |
MFH: Implement forward_static_call(_array) to complete LSB. Patch by Mike Lively
|
Revision tags: php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
6d66530a |
| 20-Mar-2008 |
David Soria Parra |
MFH: Fix bug #44487 (call_user_method_array issues a warning when throwing an exception).
|
#
e3b672bb |
| 19-Mar-2008 |
Antony Dovgal |
MFH: make use of zend_atol()
|
#
84a8bb03 |
| 10-Mar-2008 |
Felipe Pena |
MFH: New way for check void parameters
|
Revision tags: php-5.2.6RC2, php-5.2.6RC1 |
|
#
d3e50265 |
| 23-Feb-2008 |
Marcus Boerger |
- MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) [DOC] Finally added deprecation messages
|
Revision tags: RELEASE_1_3_1 |
|
#
f3d75701 |
| 03-Feb-2008 |
Marcus Boerger |
- MFH Rename it again [DOC] - MFH Add config_get_hash()
|
#
fa94dabd |
| 03-Feb-2008 |
Marcus Boerger |
- MFH Rename dump_config_hash() to get_config_hash() as it doesn't dump
|
#
79cfa91a |
| 01-Feb-2008 |
Felipe Pena |
MFH: New parameter 'before_needle'
|
#
a3c09d61 |
| 19-Jan-2008 |
David Coallier |
- MFH (lcfirst()) - Initial test for lcfirst
|
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1, RELEASE_1_2_3 |
|
#
024fc2c7 |
| 21-Nov-2007 |
Hannes Magnusson |
MFH: - Add support for optional values MFH: - Add support for = as seperator
|
#
cbf466a9 |
| 20-Nov-2007 |
Johannes Schlüter |
MFH: Add stream_supports_lock() function (Benjamin Schulz)
|
#
0aae13f9 |
| 15-Nov-2007 |
Hannes Magnusson |
MFH: Allow numeric options & tests
|
#
35ba8020 |
| 14-Nov-2007 |
Hannes Magnusson |
Fixed bug#43293 (Multiple segfaults in getopt())
|
Revision tags: php-5.2.5 |
|
#
5aa7108e |
| 06-Nov-2007 |
Marcus Boerger |
- MFH Add glob stream wrapper [DOC] The glob stream wrapper allows stuff like this: php -r '$it = new DirectoryIterator("glob://ext/spl/*.c"); foreach($it as $f) var_dump($f);'
|
#
b4892511 |
| 02-Nov-2007 |
Jani Taskinen |
- MFH from HEAD: . Folding tags . Parameter parsing . SPL debug info . array function improvements (not all yet) . Improvements to function calling with call_user_* func
- MFH from HEAD: . Folding tags . Parameter parsing . SPL debug info . array function improvements (not all yet) . Improvements to function calling with call_user_* functions . Improvements to debugging info in var_dump/print_r # I propably forgot already something but this all was pretty close tied # to each other so it wasn't possible to do it in parts.
show more ...
|
Revision tags: php-5.2.5RC2 |
|
#
fa6e5df1 |
| 22-Oct-2007 |
Dmitry Stogov |
Fixed move_uploaded_file() to always set file permissions of resulting file according to UMASK (Andrew Sitnikov)
|
Revision tags: php-5.2.5RC1 |
|
#
4b4d634c |
| 07-Oct-2007 |
Yiduo (David) Wang |
MFH: Added macros for managing zval refcounts and is_ref statuses
|
Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3 |
|
#
aa3eee1d |
| 05-Oct-2007 |
Jani Taskinen |
MFH:- Moved the old regex functions to own extension: ereg
|
Revision tags: RELEASE_1_2_2 |
|
#
32966bb3 |
| 01-Oct-2007 |
Johannes Schlüter |
- pass the adress not the value
|
#
2bc631fb |
| 01-Oct-2007 |
Jani Taskinen |
MFH:- Added common getopt implementation to core. MFH:- Added long-option feature to getopt(). MFH:- Made getopt() available on win32 systems. MFH: Patch by: David Soria Parra <dsp@php.n
MFH:- Added common getopt implementation to core. MFH:- Added long-option feature to getopt(). MFH:- Made getopt() available on win32 systems. MFH: Patch by: David Soria Parra <dsp@php.net> [DOC]: These changes will be available from 5.3+ # Note: Fixed also tests and synced basic_functions.c with HEAD.
show more ...
|
#
f37e408e |
| 28-Sep-2007 |
Dmitry Stogov |
Support for namespaces
|
#
09b6f37f |
| 28-Sep-2007 |
Jani Taskinen |
MFH: - 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 dir
MFH: - 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)
show more ...
|