#
231fe2e1 |
| 15-Oct-1999 |
Zeev Suraski |
That should do the trick - fix implode() not to modify its arguments
|
#
9109d8dc |
| 08-Oct-1999 |
Jouni Ahto |
(PHP setlocale) Locale settings are now correctly restored to the values set in environment at request shutdown. @- setlocale doesn't anymore screw up things if you forgot to
(PHP setlocale) Locale settings are now correctly restored to the values set in environment at request shutdown. @- setlocale doesn't anymore screw up things if you forgot to change it back to the original settings. (Jouni) # Trying to conform to the rules set up by Andrei. Let's hope this works.
show more ...
|
#
97f105e4 |
| 30-Sep-1999 |
Andrei Zmievski |
Fix nl2br crash.
|
#
cf6c9294 |
| 28-Sep-1999 |
Andi Gutmans |
- Get rid of warning
|
Revision tags: PRE_FETCH_READ_PATCH |
|
#
9442b139 |
| 27-Sep-1999 |
Sascha Schumann |
Make an extra copy of input parameter.
|
Revision tags: before-sapi-split |
|
#
9d1c2648 |
| 25-Sep-1999 |
Sascha Schumann |
Use new Zend API
|
#
a4bc9478 |
| 24-Sep-1999 |
Stig Bakken |
kill another warning
|
#
cd095711 |
| 21-Sep-1999 |
Rasmus Lerdorf |
fgetss/gzgetss fixes
|
#
53fb0ea0 |
| 21-Sep-1999 |
Andrey Hristov |
A couple of fixes.
|
#
565c3227 |
| 20-Sep-1999 |
Egon Schmid |
Here was also something missing.
|
#
96a19593 |
| 20-Sep-1999 |
Andi Gutmans |
- Internal functions which are basic language functions should be in Zend and not in PHP. I.e. strlen(), each(), error_reporting(), count(), get_class_name().
|
#
c0dcedca |
| 20-Sep-1999 |
Rasmus Lerdorf |
Added optional allowable_tags arguments to strip_tags() and fgetss() to allow you to specify a string of tags that are not to be stripped Could have used flex for this, and Andrew sent m
Added optional allowable_tags arguments to strip_tags() and fgetss() to allow you to specify a string of tags that are not to be stripped Could have used flex for this, and Andrew sent me a flex file to do this, but I could do the same thing with only minor additions to the existing state machine and the resulting code is much smaller and tighter.
show more ...
|
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
98d95dd8 |
| 16-Sep-1999 |
Zeev Suraski |
- Added support for unknown POST content types (Zeev) - Introduce the convert_to_*_ex() API in strlen()
|
#
1b6ccfe8 |
| 11-Sep-1999 |
Zeev Suraski |
Cleanups & optimizations
|
#
48ab0fb5 |
| 07-Sep-1999 |
Andi Gutmans |
- Fix warnings and win32 compile
|
#
209fe717 |
| 07-Sep-1999 |
Andrey Hristov |
Kill warnings.
|
#
5cc16d86 |
| 05-Sep-1999 |
Jakub Skopal |
Added addcslashes(), stripcslashes(). Reverted addslashes() to the very original behaviour.
|
#
8c2f752c |
| 05-Sep-1999 |
Jakub Skopal |
C++ comment fix... sorry.
|
#
06545c33 |
| 05-Sep-1999 |
Jakub Skopal |
Appended second argument of addslashes(), Changed php_addslashes() to add \000 instead of just \0
|
#
c12d4bc7 |
| 04-Sep-1999 |
Zeev Suraski |
*** empty log message ***
|
#
646db4f0 |
| 12-Aug-1999 |
Philippe Verdy |
signed/unsigned warning removed
|
#
8588b58a |
| 09-Aug-1999 |
Egon Schmid |
More typos.
|
Revision tags: php-4.0b2 |
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
|
#
3ee8c8f0 |
| 30-Jul-1999 |
Zeev Suraski |
This should fix the implode() problem
|
Revision tags: BEFORE_NEW_OPERATOR_FIX |
|
#
736f4831 |
| 24-Jul-1999 |
Andrey Hristov |
A bunch of grunt work updating function entries and declarations.
|