History log of /PHP-5.4/ (Results 51726 – 51750 of 52196)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2f79ba1a06-Jun-1999 Sascha Schumann

add some thoughts

19a2a02f05-Jun-1999 Sascha Schumann

- auto startup when calling register
- auto startup using a configuration option

f830cf7d05-Jun-1999 Sascha Schumann

moving start code into its own function

f8f8defb05-Jun-1999 Andrey Hristov

Added array_merge() function.

2db1d61705-Jun-1999 Sascha Schumann

SAPI does not want line endings

421414df05-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 ...

ed06a70f05-Jun-1999 Zeev Suraski

* Centralized shutdown
* Change shutdown order again

a1b42e3f05-Jun-1999 Sascha Schumann

first import of session module

89f139d305-Jun-1999 Zeev Suraski

Call the request_shutdown on modules before destroying symbol tables, so that
the session module can be implemented

bbce669c05-Jun-1999 Zeev Suraski

Move shutdown order into Zend

8b2fe60405-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

e49aafcf05-Jun-1999 Zeev Suraski

I got the order wrong earlier :I

e586468a05-Jun-1999 Zeev Suraski

Not sure that's the right fix, but at least it fixes the symptom

dbfeaabb04-Jun-1999 Andrey Hristov

Added preg_quote() function.

c7a606c404-Jun-1999 Andrey Hristov

*** empty log message ***

1b4b5c4a04-Jun-1999 Zeev Suraski

New $GLOBALS init

1ecca4b804-Jun-1999 Zeev Suraski

Fix UNIX MySQL build

cf757f7c04-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.)

b6315d1c04-Jun-1999 Zeev Suraski

Remove old workspaces

9108abc204-Jun-1999 Zeev Suraski

Minor updates (mostly __declspec() stuff)

3cad348504-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 ...

a3a60dd404-Jun-1999 Thies C. Arntzen

added is_ref=0 and refcount=1 to SET_VAR_* macros

66a48f2103-Jun-1999 Zeev Suraski

T_BAD_CHARACTER is actually a string.

1225d03003-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 ...

0f99eeb201-Jun-1999 Andrey Hristov

function dir doesn't exist anymore

1...<<2061206220632064206520662067206820692070>>...2088