Skip to content

Commit

Permalink
Warn to use 'split' , not 'preg_split' (TiddlyWiki#3013)
Browse files Browse the repository at this point in the history
Should have warned user to look for 'split' instead of 'preg_split'
I've retained the new tags, etc. that were put in earlier today
by Jeremy.
  • Loading branch information
Marxsal authored and Jermolene committed Nov 15, 2017
1 parent 06fa483 commit e64c42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editions/tw5.com/tiddlers/saving/Saving on a PHP Server.tid
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ created: 20140111091844267
delivery: DIY
description: DIY script you can install on your own server
method: save
modified: 20171114212220389
modified: 20171115171431733
tags: Saving PHP
title: Saving on a PHP Server
type: text/vnd.tiddlywiki
Expand Down Expand Up @@ -44,4 +44,4 @@ php_value post_max_size 6M

!!! Note about possible error message

If you get an error message regarding `preg_split()`, you may need to change references to `preg_split` in ''store.php'' to function `explode` .
If you get an error message regarding `split()`, you may need to change references to `split` in ''store.php'' to function `explode` .

0 comments on commit e64c42e

Please sign in to comment.