Revision tags: php-4.2.0RC4, php-4.2.0RC3 |
|
#
3e70f373 |
| 10-Apr-2002 |
Marcus Boerger |
make (v)spprintf available |
Revision tags: php-4.2.0RC2 |
|
#
10811cd0 |
| 22-Mar-2002 |
Hartmut Holzgraefe |
getting rid of the warn_not_available alias |
Revision tags: php-4.2.0RC1 |
|
#
68d2592f |
| 18-Mar-2002 |
Sascha Schumann |
Rename HAVE_PHP_STREAM to PHP_HAVE_STREAMS, because 1.) a PHP-specific symbol should be in the php namespace, and 2.) there are multiple streams and the old configure parameter was plura
Rename HAVE_PHP_STREAM to PHP_HAVE_STREAMS, because 1.) a PHP-specific symbol should be in the php namespace, and 2.) there are multiple streams and the old configure parameter was plural, too.
show more ...
|
#
8c3535e1 |
| 16-Mar-2002 |
Marcus Boerger |
-added memory streams @added memory streams (marcus) |
#
1fdd2a7d |
| 16-Mar-2002 |
Wez Furlong |
add HAVE_PHP_STREAM macro for extensions to test which fileio functions to use |
#
12bc9543 |
| 15-Mar-2002 |
jim winstead |
don't redefine NDEBUG if it is already defined. yeesh. |
#
f7ec2505 |
| 15-Mar-2002 |
Andi Gutmans |
- Revert assert fix until it becomes clear what was wrong with my previous - fix. I don't see any warnings when building with VC++ English. |
#
23917d0e |
| 15-Mar-2002 |
Yasuo Ohgaki |
Avoid warnings under VC. # If you know how assert() should be used under VC, please fix it. |
#
cbc1cd80 |
| 14-Mar-2002 |
Yasuo Ohgaki |
Include/enable assert.h/assert() when it is available |
Revision tags: help |
|
#
a9fcfb13 |
| 01-Mar-2002 |
Shane Caraveo |
turn on force redirect for windows |
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers. |
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS |
|
#
bcb426a2 |
| 17-Sep-2001 |
Sterling Hughes |
Merge in qsort changes |
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding. |
Revision tags: php-4.0.7RC2 |
|
#
9e8a2e5b |
| 01-Sep-2001 |
Zeev Suraski |
Update API number |
#
a3b96525 |
| 22-Aug-2001 |
foobar |
This is not needed anymore. |
#
15b1e4ba |
| 18-Aug-2001 |
Sterling Hughes |
Fix XtOffsetOf compile problems if someone has already defined it. |
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
a2dd6625 |
| 11-Aug-2001 |
Zeev Suraski |
Move the macro wrappers from the compatibility header to php.h |
#
f7b2b020 |
| 10-Aug-2001 |
Zeev Suraski |
Centralize macros |
#
e786d4d9 |
| 10-Aug-2001 |
Zeev Suraski |
Let's not introduce more mess to maintain. |
#
05db76df |
| 10-Aug-2001 |
Rasmus Lerdorf |
Sablot extension cleanup - it compiles again now |
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
b349df63 |
| 05-Aug-2001 |
Sascha Schumann |
some more eliminate-fetches-or-escalate-them-at-least |
#
373b3e10 |
| 05-Aug-2001 |
Sascha Schumann |
more tsrm cleanup -- output.c is not doing any fetches anymore |
#
1159c84a |
| 05-Aug-2001 |
Zeev Suraski |
- TSRMLS_FETCH work - whitespace fixes |
#
1c25b8dd |
| 30-Jul-2001 |
Zeev Suraski |
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way |
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
536a5335 |
| 24-Jul-2001 |
Zeev Suraski |
Get rid of the redundant global startup code |