#
fff88368 |
| 04-Aug-2001 |
Sean Bright |
Don't allocated quoted strings unless we are in a META tag. |
#
b1de7fc9 |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation. Enough for today... |
#
bc42c375 |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work. Got it under 400 now. |
#
aa1772ca |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation |
#
c43806f4 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch |
#
797a079a |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work, and a bit of cleanup |
#
7b1c4006 |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation (Zend compatibility patch) |
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua |
#
fe6f8712 |
| 27-Jul-2001 |
Zeev Suraski |
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any unco
- Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API 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...
show more ...
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
cdf0532a |
| 16-Jul-2001 |
Stanislav Malyshev |
Make read always 0-terminate strings |
#
94f59504 |
| 15-Jul-2001 |
Zeev Suraski |
Get rid of var_uninit() |
#
9d05cba6 |
| 05-Jul-2001 |
Sean Bright |
This should be lower-cased per the documentation and previous implementation. |
#
55fecbab |
| 01-Jul-2001 |
Sean Bright |
Remove unused variable. |
#
1b0356e0 |
| 30-Jun-2001 |
Sean Bright |
Fix for bug #11796. Also, fixed a problem in get_meta_tags that required NAME and CONTENT to be in that order. Meta tags with no CONTENT attribute are now added to the array as empty string
Fix for bug #11796. Also, fixed a problem in get_meta_tags that required NAME and CONTENT to be in that order. Meta tags with no CONTENT attribute are now added to the array as empty strings. Meta tags with no NAME attribute are ignored.
show more ...
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions |
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions |
Revision tags: php-4.0.6RC2 |
|
#
ae3dda82 |
| 19-May-2001 |
Rasmus Lerdorf |
Fix bug #9526 |
#
d5cfb03a |
| 18-May-2001 |
Sascha Schumann |
munmap() file in RSHUTDOWN, if PHPWRITE fails. |
#
0255bb01 |
| 18-May-2001 |
Sascha Schumann |
Files should be shared among processes. |
Revision tags: php-4.0.6RC1 |
|
#
7a88deb4 |
| 12-May-2001 |
Wez Furlong |
expose streams to other extensions. |
#
c115a755 |
| 11-May-2001 |
Jason Greene |
Rewrote stat() and fstat() to be memory efficient, due to a recent thread on php-dev. Note: I added a macro that might have use in other instances, but for now is included in php_fil
Rewrote stat() and fstat() to be memory efficient, due to a recent thread on php-dev. Note: I added a macro that might have use in other instances, but for now is included in php_filestat.h
show more ...
|
#
0ed93d71 |
| 11-May-2001 |
Jason Greene |
@fstat() and stat() now return identical output by returning a numerical and @string indexed array (Jason) (Andrei's suggestion to still allow backwords compatibility.) |
Revision tags: php-4.0.5 |
|
#
4c823e8a |
| 30-Apr-2001 |
Andi Gutmans |
- Change macros from V_ to VCWD_ because of AIX name clash |
Revision tags: php-4.0.5RC8, php-4.0.5RC7 |
|
#
86c84da7 |
| 17-Apr-2001 |
Wez Furlong |
Discovered warn_not_available and used it. |
#
57af70f7 |
| 17-Apr-2001 |
Wez Furlong |
Changes for streams. Added temporary fopenstream function to PHP so that the streams can be tested. |