Revision tags: php-4.3.6RC1 |
|
#
52303217 |
| 30-Mar-2004 |
Marcus Boerger |
- Fix Reflection class names - Add ability to get the extension an internal class was defined in # This is the patch Andi and me used to search for underscrores...
|
Revision tags: php-4.3.5, php-4.3.5RC4 |
|
#
81400030 |
| 18-Mar-2004 |
Andi Gutmans |
- Back to RC2-dev
|
Revision tags: php-5.0.0RC1 |
|
#
aac5c1f6 |
| 18-Mar-2004 |
Zeev Suraski |
Prepare to roll RC1
|
Revision tags: php-5.0.0RC1RC2 |
|
#
6535933f |
| 16-Mar-2004 |
Derick Rethans |
- Replaced the exec_finished hook by the zend_post_deactive hook for extensions. The new hook will be run after the symbol table and destructors are run. (Derick)
|
#
b74128db |
| 16-Mar-2004 |
Sascha Schumann |
Enable ptr format check for GCC 3.1 and higher
|
#
365f0120 |
| 16-Mar-2004 |
Ilia Alshanetsky |
Do not allow 3.0.4 for __attribute__.
|
#
fa5f5271 |
| 16-Mar-2004 |
Ilia Alshanetsky |
Fixed bug #27600 (GCC 3.0.4 does not like __attribute__ directive)
|
#
97f81830 |
| 15-Mar-2004 |
foobar |
- Fixed bug #24582 (extensions can not be loaded dynamically in Solaris/iPlanet)
|
Revision tags: php-5.0.0RC1RC1 |
|
#
494d8207 |
| 09-Mar-2004 |
Marcus Boerger |
No longer needed
|
Revision tags: RELEASE_0_2_0 |
|
#
1727c6a2 |
| 20-Feb-2004 |
Hartmut Holzgraefe |
more EXTERN_C wrapping of ZEND_API prototypes
|
#
3a3f95a3 |
| 18-Feb-2004 |
Hartmut Holzgraefe |
wrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_C for C++ extension support
|
Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
ccfc46b0 |
| 08-Jan-2004 |
foobar |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too?
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
e94e3e17 |
| 14-Dec-2003 |
Zeev Suraski |
Some cleanup
|
#
e2012609 |
| 11-Dec-2003 |
Ilia Alshanetsky |
Fixed extra byte allocation for TRUE/FALSE/ZEND_THREAD_SAFE/NULL constants.
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1 |
|
#
3c62b3b5 |
| 22-Oct-2003 |
Marcus Boerger |
Expand Interface C API. In short: zend_class_entry->interface_gets_implemented() allows to modify the class entry of a class when an interface gets implemented.
|
Revision tags: php-4.3.4RC2, RELEASE_1_3b3 |
|
#
b0b82541 |
| 18-Oct-2003 |
Marcus Boerger |
Fix class/iterator relationship & handling
|
#
25aa8b71 |
| 17-Oct-2003 |
Marcus Boerger |
Added c-api for iterators # After 4 Month work and endless discussions...
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE |
|
#
149f7860 |
| 03-Oct-2003 |
Moriyoshi Koizumi |
Bug #25738 (alloca() related problems on the Darwin platform)
|
Revision tags: RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
1c86e532 |
| 14-Sep-2003 |
Marcus Boerger |
Bugfix #25528 (by Ard Biesheuvel)
|
#
d45fd8a1 |
| 31-Aug-2003 |
Marcus Boerger |
Make vspprintf available as zend utility function. Use it in exception output.
|
#
744c68e4 |
| 28-Aug-2003 |
Sascha Schumann |
older gccs don't understand attribute((format)) on function pointers
|
#
83bd1f43 |
| 28-Aug-2003 |
Sascha Schumann |
ZEND_GCC_VERSION should always be defined to a number so we can use simple comparisons all the time.
|
#
2e36578c |
| 28-Aug-2003 |
Sascha Schumann |
Add format attribute to a number of functions Kill a few warnings
|
#
169d43e5 |
| 28-Aug-2003 |
Sascha Schumann |
cleanup & centralize ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC so that they can be used by downstream applications
|
#
28447d62 |
| 25-Aug-2003 |
foobar |
- Fixed bug #25240 (spaces before pre-processor directives)
|