Revision tags: BEFORE_NEW_OPERATOR_FIX |
|
#
736f4831 |
| 24-Jul-1999 |
Andrey Hristov |
A bunch of grunt work updating function entries and declarations.
|
Revision tags: BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2 |
|
#
3a9cb022 |
| 09-Jul-1999 |
Zeev Suraski |
Step 1 in nuking the garbage collector: - Change the hash destructor to return int
|
Revision tags: BEFORE_REMOVING_GC_STEP1 |
|
#
2b8c85bd |
| 21-Jun-1999 |
Andrey Hristov |
Backing out changes.
|
#
2a64925a |
| 09-Jun-1999 |
Andrey Hristov |
Fixed a bug in preg_replace.
|
#
b886985d |
| 07-Jun-1999 |
Zeev Suraski |
Fix an ereg_replace() crash bug
|
#
421414df |
| 05-Jun-1999 |
Andrey Hristov |
Added push(), pop(), shift(), unshift(), splice(), and slice() array functions. The first 5 work like their Perl counterparts. slice() returns a chunk of the array specified by offset and len
Added push(), pop(), shift(), unshift(), splice(), and slice() array functions. The first 5 work like their Perl counterparts. slice() returns a chunk of the array specified by offset and length arguments. Backport to PHP3 and docs will be coming soon.
show more ...
|
#
e586468a |
| 05-Jun-1999 |
Zeev Suraski |
Not sure that's the right fix, but at least it fixes the symptom
|
#
ff29e857 |
| 26-May-1999 |
Andrey Hristov |
Fixing a couple of long standing bugs.
|
Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
286fef1c |
| 21-May-1999 |
Sascha Schumann |
remove debug messages
|
#
39691bed |
| 16-May-1999 |
Sascha Schumann |
conv_proto *.[ch]
|
#
5eaed486 |
| 13-May-1999 |
Zeev Suraski |
* HTTP-auth bugfix * Patch the regex thread safe code to compile in thread safe mode
|
#
a4d20864 |
| 12-May-1999 |
Sascha Schumann |
- regex cache (needs some work) - str_replace changes from php3
|
#
0b771325 |
| 11-May-1999 |
Zeev Suraski |
* Get Apache to work. POST doesn't work yet. * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Ze
* Get Apache to work. POST doesn't work yet. * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h
show more ...
|
#
0818d96c |
| 24-Apr-1999 |
Zeev Suraski |
A lot of cleanups... Removed old thread-safe code and other redundant code and files
|
#
6f7c0ede |
| 23-Apr-1999 |
Zeev Suraski |
Remove tls.[ch]
|
#
dcc16af8 |
| 21-Apr-1999 |
Sascha Schumann |
port some fixes, add compat routines
|
#
257de2ba |
| 17-Apr-1999 |
Stig Bakken |
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extensio
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.
show more ...
|