cf757f7c | 04-Jun-1999 |
Zeev Suraski |
Fix that GLOBALS leak. We were explicitly adding GLOBALS to the main symbol table, but there's no reason to do it (INIT_GLOBALS takes care of it if necessary.) |
b6315d1c | 04-Jun-1999 |
Zeev Suraski |
Remove old workspaces |
9108abc2 | 04-Jun-1999 |
Zeev Suraski |
Minor updates (mostly __declspec() stuff) |
3cad3485 | 04-Jun-1999 |
Zeev Suraski |
* Add a new workspace for dynamic PHP extensions. * Add a few functions to PHP's API. * Get the MySQL extension up-to-date and thread safe. * Add a project for building the MySQL extensio
* Add a new workspace for dynamic PHP extensions. * Add a few functions to PHP's API. * Get the MySQL extension up-to-date and thread safe. * Add a project for building the MySQL extension under Win32.
show more ...
|
a3a60dd4 | 04-Jun-1999 |
Thies C. Arntzen |
added is_ref=0 and refcount=1 to SET_VAR_* macros |
66a48f21 | 03-Jun-1999 |
Zeev Suraski |
T_BAD_CHARACTER is actually a string. |
1225d030 | 03-Jun-1999 |
Andi Gutmans |
- We weren't counting newlines in heredocs. The only place which is still questionable is when there's a \ followed by a newline but it seems we have a parse error in this case anyways. -
- We weren't counting newlines in heredocs. The only place which is still questionable is when there's a \ followed by a newline but it seems we have a parse error in this case anyways. - Fixed the alloca() macros so that the alloca() #define in win32 mode won't clash with the real win32 alloca().
show more ...
|
0f99eeb2 | 01-Jun-1999 |
Andrey Hristov |
function dir doesn't exist anymore |
aea74987 | 01-Jun-1999 |
Andrey Hristov |
*** empty log message *** |
c4b7426e | 01-Jun-1999 |
Andi Gutmans |
- Make execute() use less stack in thread-safe win32 due to Microsoft's shitty 256kb stack. |
d57ffd36 | 01-Jun-1999 |
Sascha Schumann |
avoid touching libraries which have not changed |
250d803c | 01-Jun-1999 |
Andi Gutmans |
- Fix for exec to use API |
4ea6d477 | 31-May-1999 |
Zeev Suraski |
thread-safety fix |
63f2cc9f | 31-May-1999 |
Zeev Suraski |
*** empty log message *** |
52ec6435 | 31-May-1999 |
Andi Gutmans |
Fixes |
f153896d | 31-May-1999 |
Andi Gutmans |
*** empty log message *** |
5f12a05a | 31-May-1999 |
Zeev Suraski |
*** empty log message *** |
aba3ea97 | 30-May-1999 |
Andrey Hristov |
preg_match_all() now returns the number of global matches. |
88029643 | 30-May-1999 |
Sascha Schumann |
* fix some casts * introduce unary_op_type - cleaner than casting data voids to function ptrs |
31da7331 | 30-May-1999 |
Sascha Schumann |
kill some warnings |
577340bb | 30-May-1999 |
Sascha Schumann |
zend_hash_merge was changed |
cf4a2c3b | 29-May-1999 |
Zeev Suraski |
That got fucked up when we went back to using uninitialized_zval |
b5dd3974 | 29-May-1999 |
Sascha Schumann |
another VPATH related change |
f78d4f1a | 29-May-1999 |
Zeev Suraski |
Fix a bug |
a88b3778 | 29-May-1999 |
Andrey Hristov |
Updated preg_split(). |