f5dbfbae | 06-Jun-1999 |
Andi Gutmans |
-Init tsrm on minit |
ed97964f | 06-Jun-1999 |
Andi Gutmans |
- Use PS() everywhere. |
c329da5d | 06-Jun-1999 |
Andi Gutmans |
- Make sessions compile on win32 but it still doesn't link. |
c5fd7244 | 06-Jun-1999 |
Andi Gutmans |
- Add some *_FETCH()'s. Still some work to be done so that it'll compile on win32. |
5b0ae2df | 06-Jun-1999 |
Andi Gutmans |
Work around a compiler bug - mark variables that are sent to functions that aren't yet defined as FETCH_W (because they might end up being sent by reference) |
605756de | 06-Jun-1999 |
Sascha Schumann |
- s/encoded/encode/ - new TODO entry |
d5dc2cd2 | 06-Jun-1999 |
Andi Gutmans |
- Remove the is_ref =1 from the push() function. |
a821a185 | 06-Jun-1999 |
Sascha Schumann |
add some protos |
2f79ba1a | 06-Jun-1999 |
Sascha Schumann |
add some thoughts |
19a2a02f | 05-Jun-1999 |
Sascha Schumann |
- auto startup when calling register - auto startup using a configuration option |
f830cf7d | 05-Jun-1999 |
Sascha Schumann |
moving start code into its own function |
f8f8defb | 05-Jun-1999 |
Andrey Hristov |
Added array_merge() function. |
2db1d617 | 05-Jun-1999 |
Sascha Schumann |
SAPI does not want line endings |
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 ...
|
ed06a70f | 05-Jun-1999 |
Zeev Suraski |
* Centralized shutdown * Change shutdown order again |
a1b42e3f | 05-Jun-1999 |
Sascha Schumann |
first import of session module |
89f139d3 | 05-Jun-1999 |
Zeev Suraski |
Call the request_shutdown on modules before destroying symbol tables, so that the session module can be implemented |
bbce669c | 05-Jun-1999 |
Zeev Suraski |
Move shutdown order into Zend |
8b2fe604 | 05-Jun-1999 |
Zeev Suraski |
- Fixed Karl's bug report. It's not really a thorough fix, we really need to rethink the INIT_FCALL/DO_FCALL issue. - Fixed numerous AiCount problems |
e49aafcf | 05-Jun-1999 |
Zeev Suraski |
I got the order wrong earlier :I |
e586468a | 05-Jun-1999 |
Zeev Suraski |
Not sure that's the right fix, but at least it fixes the symptom |
dbfeaabb | 04-Jun-1999 |
Andrey Hristov |
Added preg_quote() function. |
c7a606c4 | 04-Jun-1999 |
Andrey Hristov |
*** empty log message *** |
1b4b5c4a | 04-Jun-1999 |
Zeev Suraski |
New $GLOBALS init |
1ecca4b8 | 04-Jun-1999 |
Zeev Suraski |
Fix UNIX MySQL build |