#
e8ac55d0 |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work |
#
b5255495 |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work, and get rid of redundant ParametersPassedByRef |
#
3839af35 |
| 30-Jul-2001 |
Andrei Zmievski |
Let's be consisten and keep TSRMLS_DC declaration after num_args. |
#
8ce8324e |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation |
#
11e5d2f2 |
| 30-Jul-2001 |
Zeev Suraski |
Get rid of more TSRMLS_FETCH's |
#
b5770382 |
| 30-Jul-2001 |
Zeev Suraski |
Avoid TSRMLS_FETCH()'s (still lots of work left) |
#
b4f3b9d3 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua |
#
2c254ba7 |
| 27-Jul-2001 |
Zeev Suraski |
Get rid of ELS_*(), and use TSRMLS_*() instead. This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... |
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
87e39243 |
| 11-Jul-2001 |
Zeev Suraski |
Remove the last couple of bogus inlines |
#
ed542331 |
| 11-Jul-2001 |
Zeev Suraski |
Get rid of some inlines |
#
58f88057 |
| 09-Jul-2001 |
Andrei Zmievski |
Adding new parameter parsing API. |
#
fb8e6146 |
| 03-Jul-2001 |
Rasmus Lerdorf |
Trivial fix - but the period looks odd in error messages |
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1 |
|
#
555fa779 |
| 09-May-2001 |
Andrei Zmievski |
Nuke unused variable. |
#
41aebd05 |
| 09-May-2001 |
Andrei Zmievski |
Fix a few bugs in zend_is_callable() and make it stricter. |
Revision tags: php-4.0.5 |
|
#
acd56b08 |
| 27-Apr-2001 |
Andi Gutmans |
- More whitespace fixes while I'm at it. |
Revision tags: php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
3b2a83b9 |
| 12-Mar-2001 |
Andrei Zmievski |
Name length is already known. |
#
7db391b0 |
| 12-Mar-2001 |
Andi Gutmans |
- Missed second place. |
#
123491ae |
| 12-Mar-2001 |
Andi Gutmans |
- Nuke snprintf() |
#
13148b54 |
| 12-Mar-2001 |
Andrei Zmievski |
Improve zend_is_callable() to the point where it's actually useful. Now it just needs to be invoked everywhere in PHP where a callback is expected. |
#
7080fa5b |
| 26-Feb-2001 |
Andi Gutmans |
- Rename modules.h to zend_modules.h |
#
d2c9e807 |
| 26-Feb-2001 |
Andi Gutmans |
- Update copyright year |
#
8fe03659 |
| 01-Feb-2001 |
Andrei Zmievski |
Added zend_is_callable() function that checks whether passed zval represents a valid and exiting callable construct. |
#
0611acb9 |
| 31-Jan-2001 |
Andi Gutmans |
- Change unset() functions to null(). unset() is legacy |
#
373e8301 |
| 23-Jan-2001 |
Thies C. Arntzen |
fixed crash in add_index_bool. |
#
ef95a346 |
| 20-Jan-2001 |
Andi Gutmans |
- Patch from Sterling. Add API calls to add zval's as array indeces/ object properties. Add _ex functions which take the string length as an argument for better performance. |