#
68bacdd7 |
| 17-Oct-2007 |
Dmitry Stogov |
Fixed possible crash because of uninitialized value (Zdash Urf) |
#
af76115f |
| 17-Oct-2007 |
Dmitry Stogov |
Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran) |
#
cb0991bb |
| 17-Oct-2007 |
Dmitry Stogov |
Fixed bug #42919 (Unserializing of namespaced class object fails) |
#
1087e6b1 |
| 17-Oct-2007 |
Dmitry Stogov |
Fixed bug #42859 (import always conflicts with internal classes). (cellog@php.net, Dmitry) |
#
798c222c |
| 13-Oct-2007 |
Scott MacVicar |
BFN [DOC] Note: getimagesize() needs a note about icon support and that information is about the icon with the highest bitrate. |
#
66a24c86 |
| 07-Oct-2007 |
Nuno Lopes |
Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines) |
#
640db15f |
| 07-Oct-2007 |
Nuno Lopes |
BFN: #37911 |
#
41dcd7d0 |
| 07-Oct-2007 |
Nuno Lopes |
upgrade pcre to version 7.4 |
#
c65b53b6 |
| 06-Oct-2007 |
Jani Taskinen |
BFN [DOC] Note: ldap_[get|set]_option() manual pages needs an entry for [DOC] LDAP_OPT_NETWORK_TIMEOUT |
Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
d4e8fa62 |
| 03-Oct-2007 |
David Soria Parra |
MFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501. [DOC] 5th parameter available since PHP 5.3+ |
#
eb0c56ad |
| 03-Oct-2007 |
Dmitry Stogov |
Fixed bug #42820 (defined() on constant with namespace prefixes tries to load class). |
#
fd9c80b0 |
| 02-Oct-2007 |
Jani Taskinen |
- There really is no point in mentioned fixed bugs in something that has never been in any release.. |
#
220641af |
| 02-Oct-2007 |
Dmitry Stogov |
Fixed bug #42819 (namespaces in indexes of constant arrays) |
#
5b0f4647 |
| 02-Oct-2007 |
Christian Stocker |
- Added xsl->setProfiling() for profiling stylesheets. |
#
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 ...
|
#
41e9b6b6 |
| 01-Oct-2007 |
Dmitry Stogov |
Fixed bug #42802 (Namespace not supported in typehints) |
#
3a3a7e74 |
| 01-Oct-2007 |
Dmitry Stogov |
Fixed bug #42798 (__autoload() not triggered for classes used in method signature). |
#
ae14f6ba |
| 29-Sep-2007 |
Dmitry Stogov |
Added "compact" handler for Zend MM storage. |
#
b20ed0d2 |
| 29-Sep-2007 |
Dmitry Stogov |
Added support for __callstatic() magic method. (Sara) |
#
166266df |
| 29-Sep-2007 |
Dmitry Stogov |
Added support for Late Static Binding. (Dmitry, Etienne Kneuss) |
#
f32ffe9b |
| 28-Sep-2007 |
Dmitry Stogov |
Namespaces |
#
df5e1834 |
| 28-Sep-2007 |
Jani Taskinen |
One more thing.. |
#
e367dac3 |
| 28-Sep-2007 |
Jani Taskinen |
BFN |
#
b4036287 |
| 27-Sep-2007 |
Sebastian Bergmann |
Fugbix typo. |
#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) |